
RENEWAL / ITEMS
Snowflower Robe [1]
#450207Armor
Snowflower_Robe
TypeArmor
Equipment positionArmor
GenderBoth
Weight80
Buy price0 z
Sell price0 z
DEF150
Slots1
Required level210
Armor level2
Description
Robe 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.
------------------------
Matk +130.
------------------------
Matk +15 per 2 refine rate.
------------------------
If refine rate is 7 or higher, reduces variable casting time by 15%.
------------------------
If refine rate is 9 or higher, S.Matk +2.
------------------------
Set Bonus:
Snow Flower Robe[1]
Snow Flower Manteau[1]
ASPD +10%.
------------------------
Set Bonus:
Snow Flower Robe[1]
Snow Flower Muffler[1]
Matk +50.
------------------------
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 bMatk,130+15*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-15;
if (.@r>=9) {
bonus bSMatk,2;
}
}