
RENEWAL / ITEMS
Gray Wolf Manteau [1]
#480091Armor
Gray_W_Manteau
TypeArmor
Equipment positionGarment
GenderBoth
Weight90
Buy price0 z
Sell price0 z
DEF70
Slots1
Required level190
Armor level1
Description
Manteau given to those recognized by the Gray Wolf Tribe.
------------------------
MaxHP + 2500.
MaxHP + 150 per 2 refine rate.
If refine rate is 7 or higher, ASPD +7%.
------------------------
Set Bonus:
Gray Wolf Manteau[1]
Gray Wolf Boots[1]
Increases critical damage by 15%.
------------------------
Set Bonus:
Gray Wolf Manteau[1]
Gray Wolf Shoes[1]
Reduces variable casting time by 15%.
------------------------
Class : Garment
Def : 70
Weight : 90
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
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,2500+150*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,7;
}