ID #470290
Armor
Mjolnir Mine Shoes [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 45
Weight: 1000
Slots: 1
Armor level: 2
Required level: 230
Defense: 45
Weight: 1000
Slots: 1
Armor level: 2
Required level: 230
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1000
Defense
45
Requirements
Armor Level
2
Min Level
230
Scripts
Script .@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; } } } }
.@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;
}
}
}
}