
RENEWAL / ITEMS
Snowflower Armor [1]
#450206Armor
Snowflower_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight80
Buy price0 z
Sell price0 z
DEF150
Slots1
Required level210
Armor level2
Description
Armor 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.
------------------------
Atk +130.
------------------------
Atk +15 per 2 refine rate.
------------------------
If refine rate is 7 or higher, ASPD +15%.
------------------------
If refine rate is 9 or higher, P.Atk +2.
------------------------
Set Bonus:
Snow Flower Armor[1]
Snow Flower Manteau[1]
Atk +50.
------------------------
Set Bonus:
Snow Flower Armor[1]
Snow Flower Muffler[1]
reduces global cooldown by 10%.
------------------------
Class : Armor
Defense : 150
Weight : 80
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
- 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;
if (.@r>=9) {
bonus bPAtk,2;
}
}