
RENEWAL / ITEMS
Gray Wolf Shoes [1]
#470088Armor
Gray_W_Shoes
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF70
Slots1
Required level190
Armor level1
Description
Shoes given to those recognized by the Gray Wolf Tribe.
------------------------
MaxSP + 250.
MaxSP + 20 per 2 refine rate.
If refine rate is 7 or higher, increases all property magical damage by 7%.
------------------------
Set Bonus:
Gray Wolf Shoes[1]
Gray Wolf Suit[1]
MaxSP +7%.
------------------------
Set Bonus:
Gray Wolf Shoes[1]
Gray Wolf Robe[1]
MATK +7%.
------------------------
Class : Shoes
Def : 70
Weight : 50
Armor Lv : 1
Required Level : 190
Class : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxSP,250+20*(.@r/2);
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,7;
}