Item Details

Boots of Good and Evil (Spirit Handler) [1] ( FateSin_Boots_SH )

ID 470212 Boots of Good and Evil (Spirit Handler) [1]
Boots of Good and Evil (Spirit Handler) [1] Buy Price: zeny Sell Price: 0 zeny Weight: 60 Slots: 1
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Shoes
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: 20
Weapon Level: Not specified Armor Level: 2 Min. Equip Level: 210 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Fourth classes.

Boots imbued with the power of good and evil.
------------------------
MHP + 500, MSP + 100.
------------------------
For every 2 refine level, MHP + 1%, MSP + 1%.
------------------------
When refined to +7 or higher, ATK + 7%, MATK + 7%.
------------------------
When refined to +9 or higher, reduces variable casting time by 10%.
------------------------
When refined to +11 or higher, reduce Fixed Casting Time by 0.5 seconds.
------------------------
[Grade Bonus]
[Grade D] RES + 50, MRES + 50.
[Grade C] Increase physical and magical damage against all size enemies by 10%.
[Grade B] P.ATK + 7, S.MATK + 7.
[Grade A] Reduce Fixed Casting Time by additional 0.5 seconds.
------------------------
Type: Shoes
Def: 20
Weight: 60
Armor Level: 2
Required Level: 210
Class: Spirit Handler

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHP,500;
bonus bMaxSP,100;
bonus bMaxHPrate,(.@r/2);
bonus bMaxSPrate,(.@r/2);
if (.@r>=7) {
   bonus bAtkRate,7;
   bonus bMatkRate,7;
   if (.@r>=9) {
      bonus bVariableCastrate,-10;
      if (.@r>=11) {
         bonus bFixedCast,-500;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMRes,50;
   bonus bRes,50;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddSize,Size_All,10;
      bonus2 bMagicAddSize,Size_All,10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPAtk,7;
         bonus bSMatk,7;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bFixedCast,-500;
         }
      }
   }
}
Not specified
Not specified

Not specified