Item Details

Mjolnir Mine Shoes [1] ( aegis_470290 )

ID 470290 Mjolnir Mine Shoes [1]
Mjolnir Mine Shoes [1] Buy Price: zeny Sell Price: 0 zeny Weight: 100 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: 45
Weapon Level: Not specified Armor Level: 2 Min. Equip Level: 230 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Not specified

Shoes from Mjolnir Mine.
------------------------
Every 2 refine level, MHP, MSP +1%.

Every 3 refine level,
increases physical and magical damage to all size enemies by 4%.
------------------------
When refined to +7 or higher, ATK, MATK +5%.

When refined to +9 or higher, reduces delay after skill by 5%.

When refined to +11 or higher,
Ignores 25% of the physical and magical defense of all race monsters.

When refined to +12 or higher, reduces fixed casting time by 0.5 seconds.
------------------------
[Grade Bonus]
[Grade D] POW, SPL, CON +2.
[Grade C] ATK, MATK +30.
[Grade B] reduces fixed casting time by additionally 0.5 seconds.
[Grade A] P.ATK, S.MATK +7.
------------------------
Type: Shoes
Def: 45
Weight: 100
Armor Level: 2
Required Level: 230
Class: All Jobs

All

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:
.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHPrate,.@r/2;
bonus bMaxSPrate,.@r/2;
bonus2 bAddSize,Size_All,4*(.@r/3);
bonus2 bMagicAddSize,Size_All,4*(.@r/3);
if (.@r>=7) {
   bonus bAtkRate,5;
   bonus bMatkRate,5;
   if (.@r>=9) {
       bonus bDelayrate,-5;
       if (.@r>=11) {
            bonus2 bIgnoreDefRaceRate,RC_All,25;
            bonus2 bIgnoreMdefRaceRate,RC_All,25;
            if (.@r>=12) {
                bonus bFixedCast,-500;
            }
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bPow,2;
   bonus bSpl,2;
   bonus bCon,2;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bBaseAtk,30;
       bonus bMatk,30;
       if (.@g>=ENCHANTGRADE_B) {
            bonus bFixedCast,-500;
            if (.@g>=ENCHANTGRADE_A) {
                bonus bPAtk,7;
                bonus bSMatk,7;
            }
       }
   }
}
Not specified
Not specified

Not specified

Not specified