
RENEWAL / ITEMS
Wolf Orb (Warrior) Level 2
#310506Card
Wolf_Orb_War_2
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
ATK + 4%, ATK + 50.
------------------------
When refine level is 7 or higher, increase melee physical damage by additional 3%.
------------------------
When refine level is 9 or higher, increase melee physical damage by additional 3%.
------------------------
When refine level is 11 or higher, increase melee physical damage by additional 5%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus bAtkRate,4;
bonus bBaseAtk,50;
if (.@r>=7) {
bonus bShortAtkRate,3;
if (.@r>=9) {
bonus bShortAtkRate,3;
if (.@r>=11) {
bonus bShortAtkRate,5;
}
}
}