Gaebolg Boots

Item ID 470260 Name Gaebolg Boots
An pair of boots given to members of the Resistance.
_______________________
MaxHP +10%, MaxSP +4%.
_______________________
For each 2 Refine Levels:
MaxSP +1%, DEF +10.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
P.ATK +5.
Increases Physical Damage by 5%.
_______________________
Refine Level +10:
DEF +100, ATK +20.
_______________________
Refine Level +12:
Increases Physical Damage by additional 5%.
_______________________
When equipped with Gaebolg Armor:
Increases Physical Damage against enemies of every element by 10%.
_______________________
[Bonus by Grade]
[Grade D]: POW +2, CON +2, ATK +10.
[Grade C]: ATK +2%, P.ATK +2.
[Grade B]: Fixed Casting Time -1 second.
[Grade A]: ATK +3%, P.ATK +3.
_______________________
Type: Shoes
Defense: 128
Weight: 200
Armor Level: 2
_______________________
Requirement:
Base Level 245
Weapon Level 0 Identifier Gaebolg_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 128 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 200 Min Equip Level 245
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,10;
bonus bMaxSPrate,4+(.@r/2);
bonus bDef,10*(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus bLongAtkRate,5;
      bonus bShortAtkRate,5;
      bonus bPAtk,5;
      if (.@r>=10) {
         bonus bBaseAtk,20;
         bonus bDef,100;
         if (.@r>=12) {
            bonus bLongAtkRate,5;
            bonus bShortAtkRate,5;
         }
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bBaseAtk,10;
   bonus bPow,2;
   bonus bCon,2;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bPAtk,2;
      bonus bAtkRate,2;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bFixedCast,-1000;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPAtk,3;
            bonus bAtkRate,3;
         }
      }
   }
}

Set Script
Gaebolg Armor
Gaebolg Boots
Gaebolg Manteau
bonus2 bAddRace,RC_All,10;
bonus2 bAddRace,RC_Player_Human,-10;
bonus2 bAddRace,RC_Player_Doram,-10;
Gaebolg Boots
Gaebolg Armor
bonus2 bAddEle,Ele_All,10;
Gaebolg Manteau
Gaebolg Boots
bonus2 bAddRace,RC_All,10;
bonus2 bAddRace,RC_Player_Human,-10;
bonus2 bAddRace,RC_Player_Doram,-10;