Entwined Magical Boots

Item ID 470333 Name Entwined Magical Boots
A pair of boots entwined with mysterious roots, they offer resistance to alien dimensional magic.
_______________________
DEF +250, MDEF +25.
HIT +25, Critical +5.
_______________________
Refine Level +7:
Increases Physical Damage by 7%.
_______________________
Refine Level +9:
P.ATK +3.
_______________________
Refine Level +10:
DEF +50.
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
When equipped with Entwined Magical Armor:
Decreases Variable Casting Time by 7%.
Increases Physical Damage against monsters in Destroyed Valkyrie Realm by 10%.
_______________________
[Bonus by Grade]
[Grade D]: RES +25, MRES +25.
[Grade C]: Fixed Casting Time -1 second, Physical Damage against monsters in Destroyed Valkyrie Realm +15%.
_______________________
Type: Shoes
Defense: 84
Weight: 90
Armor Level: 2
_______________________
Requirement:
Base Level 220
Weapon Level 0 Identifier Entwined_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 84 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 90 Min Equip Level 220
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 bMdef,25;
bonus bDef,250;
bonus bCritical,5;
bonus bHit,25;
if (.@r>=7) {
   bonus bLongAtkRate,7;
   bonus bShortAtkRate,7;
   if (.@r>=9) {
      bonus bPAtk,3;
      if (.@r>=10) {
         bonus bAspdRate,7;
         bonus bDef,50;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMRes,25;
   bonus bRes,25;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bFixedCast,-1000;
      bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,15;
   }
}

Set Script
Entwined Magical Boots
Entwined Magical Armor
bonus bVariableCastrate,-7;
bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,10;
Entwined Magical Manteau
Entwined Magical Boots
bonus bVariableCastrate,-5;
bonus2 bSubRace2,RC2_Destroyed_Valkyrie_Realm,25;