
RENEWAL / ITEMS
Snow Flower Manteau [1]
#480159Armor
Snowflower_Manteau
TypeArmor
Equipment positionGarment
GenderBoth
Weight90
Buy price0 z
Sell price0 z
DEF70
Slots1
Required level210
Armor level2
Description
Manteau crafted from the ground petals of the snowdrops found in Isgard.
You can equip it with ice flower magic stones which possess special magical powers, to enhance its abilities.
------------------------
MaxHP + 2500, MaxSP + 500.
------------------------
MaxHP + 200 and MaxSP + 50 per 2 refine rate.
------------------------
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 7%).
------------------------
If refine rate is 9 or higher, POW +3.
------------------------
Set Bonus:
Snow Flower Manteau[1]
Snow Flower Boots[1]
increases critical damage by 15%.
------------------------
Set Bonus:
Snow Flower Manteau[1]
Snow Flower Shoes[1]
reduces variable casting time by 15%.
------------------------
Class : Garment
Defense : 70
Weight : 90
Armor Level : 2
Required Level : 210
Jobs : All
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+200*(.@r/2);
bonus bMaxSP,500+50*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,7;
if (.@r>=9) {
bonus bPow,3;
}
}