Glacier Armor

Item ID 450264 Name Glacier Armor
Armor 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.
_______________________
ATK +120
_______________________
For each 2 Refine Levels:
ATK +15, DEF +15
_______________________
Refine Level +7:
Increases Physical Damage by 5%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
P.ATK +3
Increases Attack Speed (decreases After Attack Delay by additional 5%).
_______________________
Refine Level +10:
DEF +100
Decreases After Skill Delay by 5%.
_______________________
When equipped with Glacier Manteau:
ATK +50
_______________________
[Bonus by Grade]
[Grade D]: POW +3, CON +3, After Skill Delay -5%.
[Grade C]: ATK +3%, P.ATK +2.
_______________________
Type: Armor
Defense: 168
Weight: 240
Armor Level: 2
_______________________
Requirement:
Base Level 230
Weapon Level 0 Identifier Glacier_Armor
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 168 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 240 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 bBaseAtk,120+15*(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
   bonus bLongAtkRate,5;
   bonus bShortAtkRate,5;
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus bAspdRate,5;
      bonus bPAtk,3;
      if (.@r>=10) {
         bonus bDelayrate,-5;
         bonus bDef,100;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bDelayrate,-5;
   bonus bPow,3;
   bonus bCon,3;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bPAtk,2;
      bonus bAtkRate,3;
   }
}

Set Script
Glacier Armor
Glacier Manteau
bonus bBaseAtk,50;
Glacier Boots
Glacier Armor
bonus bAtkRate,7;
Glacier Pendant
Glacier Armor
Glacier Ring
bonus bFixedCast,-300;
bonus bAtkRate,5;