Glacier Shoes

Item ID 450268 Name Glacier Shoes
Shoes forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers.
_______________________
MaxHP +6%, MaxSP +6%
_______________________
For each 2 Refine Levels:
MaxSP +1%, DEF +15
_______________________
Refine Level +7:
Increases Magical Damage with every element by 7%.
_______________________
Refine Level +9:
S.MATK +3
_______________________
Refine Level +10:
DEF +100
Decreases Variable Casting Time by 7%.
_______________________
When equipped with Glacier Robe:
MATK +7%
_______________________
[Bonus by Grade]
[Grade D]: RES +25, MRES +25.
[Grade C]: S.MATK +2, SPL +2, CON +2.
_______________________
Type: Shoes
Defense: 70
Weight: 100
Armor Level: 2
_______________________
Requirement:
Base Level 230
Weapon Level 0 Identifier Glacier_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 100 Min Equip Level 230
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHPrate,6;
bonus bMaxSPrate,6+(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,7;
   if (.@r>=9) {
      bonus bSMatk,3;
      if (.@r>=10) {
         bonus bVariableCastrate,-7;
         bonus bDef,100;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMRes,25;
   bonus bRes,25;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bSMatk,2;
      bonus bSpl,2;
      bonus bCon,2;
   }
}

Set Script
Glacier Muffler
Glacier Shoes
bonus2 bMagicAtkEle,Ele_All,15;
Glacier Shoes
Glacier Robe
bonus bMatkRate,7;
Glacier Necklace
Glacier Shoes
Glacier Earring
bonus bSMatk,3;
bonus bDef,30;