Dimension World Battle Greaves

Item ID 470335 Name Dimension World Battle Greaves
A pair of combat greaves imbued with magical power flowing from the dimensional boundary.
_______________________
POW +7, CON +7, 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 Melee Physical Damage by 10%.
_______________________
Refine Level +11:
Decreases Variable Casting Time by additional 5%.
Decreases Fixed Casting Time by 1 second.
Increases Melee Physical Damage by additional 10%.
_______________________
When equipped with Venom 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: Spring:
P.ATK +7.
Increases Physical Damage against monsters in Devoured Geffenia by 15%.
_______________________
[Bonus by Grade]
[Grade D]: POW +5, CON +5, ATK +25.
[Grade C]: ATK +3%, P.ATK +3.
[Grade B]: ATK +5%, P.ATK +3.
[Grade A]: Melee Physical Damage +15%, Physical Damage against monsters in Devoured Geffenia +15%.
_______________________
Type: Shoes
Defense: 100
Weight: 120
Armor Level: 2
_______________________
Requirement:
Base Level 260
Weapon Level 0 Identifier Dimension_B_Greave
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 bMaxHPrate,-10;
bonus bPow,7;
bonus bCon,7;
bonus bVariableCastrate,-(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus bShortAtkRate,10;
      bonus bPAtk,5;
      if (.@r>=11) {
         bonus bShortAtkRate,10;
         bonus bFixedCast,-1000;
         bonus bVariableCastrate,-5;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bBaseAtk,25;
   bonus bPow,5;
   bonus bCon,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bPAtk,3;
      bonus bAtkRate,3;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPAtk,3;
         bonus bAtkRate,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bShortAtkRate,15;
            bonus2 bAddRace2,RC2_Encroached_Gephenia,15;
         }
      }
   }
}

Set Script
Dimension World Battle Greaves
Venom Magic Ring
bonus2 bAddSize,Size_All,10;
bonus2 bAddEle,Ele_All,10;
bonus2 bAddRace2,RC2_Encroached_Gephenia,20;
Dimension World Battle Greaves
Signet of Circulation: Spring
bonus bPAtk,7;
bonus2 bAddRace2,RC2_Encroached_Gephenia,15;