
RENEWAL / ITEMS
Wolf Orb (Warrior) Level 1
#310503Card
Wolf_Orb_War_1
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
ATK + 2%, ATK + 25.
------------------------
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 3%.
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,2;
bonus bBaseAtk,25;
if (.@r>=7) {
bonus bShortAtkRate,3;
if (.@r>=9) {
bonus bShortAtkRate,3;
if (.@r>=11) {
bonus bShortAtkRate,3;
}
}
}