Yorscalp Shoes

Item ID 470304 Name Yorscalp Shoes
An pair of shoes amplified by the snake's curse.
_______________________
MaxHP +10%, MaxSP +4%.
_______________________
For each 2 Refine Levels:
MaxSP +1%, DEF +15.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
S.MATK +5.
Increases Magical Damage with every element by 5%.
_______________________
Refine Level +10:
DEF +100, MATK +20.
_______________________
Refine Level +12:
Increases Magical Damage with every element by additional 8%.
_______________________
When equipped with Yorscalp Robe:
Increases Magical Damage against enemies of every element by 15%.
_______________________
[Bonus by Grade]
[Grade D]: SPL +2, CON +2, MATK +10.
[Grade C]: MATK +4%, S.MATK +4.
[Grade B]: Fixed Casting Time -1 second.
[Grade A]: MATK +5%, S.MATK +5.
_______________________
Type: Shoes
Defense: 80
Weight: 100
Armor Level: 2
_______________________
Requirement:
Base Level 250
Weapon Level 0 Identifier Yorscalp_Shoes
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 80 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 250
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,15*(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,5;
      bonus bSMatk,5;
      if (.@r>=10) {
         bonus bMatk,20;
         bonus bDef,100;
         if (.@r>=12) {
            bonus2 bMagicAtkEle,Ele_All,8;
         }
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMatk,10;
   bonus bSpl,2;
   bonus bCon,2;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bSMatk,4;
      bonus bMatkRate,4;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bFixedCast,-1000;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bSMatk,5;
            bonus bMatkRate,5;
         }
      }
   }
}

Set Script
Yorscalp Crown of Judgment
Yorscalp Shoes
bonus2 bMagicAtkEle,Ele_All,10;
Yorscalp Robe
Yorscalp Shoes
Yorscalp Muffler
bonus2 bMagicAddRace,RC_All,15;
bonus2 bMagicAddRace,RC_Player_Human,-15;
bonus2 bMagicAddRace,RC_Player_Doram,-15;
Yorscalp Shoes
Yorscalp Robe
bonus2 bMagicAddEle,Ele_All,15;
Yorscalp Muffler
Yorscalp Shoes
bonus2 bMagicAddRace,RC_All,15;
bonus2 bMagicAddRace,RC_Player_Human,-15;
bonus2 bMagicAddRace,RC_Player_Doram,-15;