
RENEWAL / ITEMS
Gray Wolf Suit [1]
#450177Armor
Gray_W_Suits
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF160
Slots1
Required level190
Armor level1
Description
Armor given to those recognized by the Gray Wolf Tribe.
------------------------
ATK + 130.
ATK + 15 per 2 refine rate.
If refine rate is 7 or higher, ASPD +15%.
------------------------
Set Bonus:
Gray Wolf Suit[1]
Gray Wolf Manteau[1]
ATK +50.
------------------------
Set Bonus:
Gray Wolf Suit[1]
Gray Wolf Muffler[1]
Reduces the global delay of skills by 10%.
------------------------
Class : Armor
Def : 160
Weight : 100
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,130+15*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,15;
}