Dimension World Executioner Boots

Item ID 470339 Name Dimension World Executioner Boots
A pair of combat boots imbued with magical power flowing from the dimensional boundary.
_______________________
POW +5, CON +5, Critical +3, MaxHP -10%.
_______________________
For each 2 Refine Levels:
Decreases Variable Casting Time by 1%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
P.ATK +5.
Increases Critical Damage by 5%.
_______________________
Refine Level +11:
Critical +5.
Decreases Fixed Casting Time by 1 second.
Increases Critical Damage by additional 10%.
_______________________
When equipped with Venom Magic Ring or Soul Magic Ring:
Increases Physical Damage against enemies of every size and every element by 10%.
Increases Physical Damage against monsters in Devoured Geffenia by 20%.
_______________________
When equipped with Signet of Circulation: Winter:
C.RATE +5.
Increases Physical Damage against monsters in Devoured Geffenia by 15%.
_______________________
[Bonus by Grade]
[Grade D]: POW +3, CON +3, Critical +10.
[Grade C]: ATK +3%, C.RATE +4, Critical Damage +10%.
[Grade B]: ATK +5%, P.ATK +4.
[Grade A]: Physical Damage +8%, Physical Damage against monsters in Devoured Geffenia +12%.
_______________________
Type: Shoes
Defense: 100
Weight: 120
Armor Level: 2
_______________________
Requirement:
Base Level 260
Weapon Level 0 Identifier Dimension_E_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 100 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 120 Min Equip Level 260
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,3;
bonus bMaxHPrate,-10;
bonus bPow,5;
bonus bCrt,5;
bonus bVariableCastrate,-(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus bCritAtkRate,5;
      bonus bPAtk,5;
      if (.@r>=11) {
         bonus bCritAtkRate,10;
         bonus bFixedCast,-1000;
         bonus bCritical,5;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bCritical,10;
   bonus bPow,3;
   bonus bCrt,3;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bCritAtkRate,10;
      bonus bCRate,4;
      bonus bAtkRate,3;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPAtk,4;
         bonus bAtkRate,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bShortAtkRate,8;
            bonus bLongAtkRate,8;
            bonus2 bAddRace2,RC2_Encroached_Gephenia,12;
         }
      }
   }
}

Set Script
Dimension World Executioner Boots
Soul Magic Ring
bonus2 bAddSize,Size_All,10;
bonus2 bAddEle,Ele_All,10;
bonus2 bAddRace2,RC2_Encroached_Gephenia,20;
Dimension World Executioner Boots
Venom Magic Ring
bonus2 bAddSize,Size_All,10;
bonus2 bAddEle,Ele_All,10;
bonus2 bAddRace2,RC2_Encroached_Gephenia,20;
Dimension World Executioner Boots
Signet of Circulation: Winter
bonus bCRate,5;
bonus2 bAddRace2,RC2_Encroached_Gephenia,15;