Snowflower Shoes

Item ID 470116 Name Snowflower Shoes
A pair of shoes made by grinding the flower petals that grow in Issgard.
You can enchant them with Ice Flower Magic Stones for special abilities.
_______________________
MaxHP +6%, MaxSP +6%
_______________________
For each 2 Refine Levels:
MaxSP +1%
_______________________
Refine Level +7:
Increases Magical Damage with every element by 7%.
_______________________
Refine Level +9:
S.MATK +2
_______________________
When equipped with Snow Flower Armor:
Decreases Variable Casting Time by 7%.
_______________________
When equipped with Snow Flower Robe:
MATK +7%
_______________________
Type: Shoes
Defense: 70
Weight: 50
Armor Level: 2
_______________________
Requirement:
Base Level 210
Weapon Level 0 Identifier Snowflower_Shoes
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 70 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 210
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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;
  }
}

Set Script
Snowflower Shoes
Snowflower Armor
bonus bVariableCastrate,-7;
Snowflower Shoes
Snowflower Robe
bonus bMatkRate,7;
Snow Flower Manteau
Snowflower Shoes
bonus bVariableCastrate,-15;
Snowflower Muffler
Snowflower Shoes
bonus2 bMagicAtkEle,Ele_All,15;