
RENEWAL / ITEMS
Snowflower Shoes [1]
#470116Armor
Snowflower_Shoes
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF70
Slots1
Required level210
Armor level2
Description
Shoes 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 +6%, MaxSP + 6%.
------------------------
MaxSP +1% per 2 refine rate.
------------------------
If refine rate is 7 or higher, increases all property magical damage by 7%.
------------------------
If refine rate is 9 or higher, S.Matk +2.
------------------------
Set Bonus:
Snow Flower Shoes[1]
Snow Flower Armor[1]
reduces variable casting time by 7%.
------------------------
Set Bonus:
Snow Flower Shoes[1]
Snow Flower Robe[1]
Matk +7%.
------------------------
Class : Shoes
Defense : 70
Weight : 50
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
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,6;
bonus bMaxSPrate,6+1*(.@r/2);
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,7;
if (.@r>=9) {
bonus bSMatk,2;
}
}