Viewing Item

#470290: Mjolnir Mine Shoes

Item ID 470290 For Sale No
Identifier aegis_470290 Credit Price Not For Sale
Name Mjolnir Mine Shoes Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 45
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@g = getenchantgrade();

3 bonus bMaxHPrate,.@r/2;

4 bonus bMaxSPrate,.@r/2;

5 bonus2 bAddSize,Size_All,4*(.@r/3);

6 bonus2 bMagicAddSize,Size_All,4*(.@r/3);

7 if (.@r>=7) {

8 bonus bAtkRate,5;

9 bonus bMatkRate,5;

10 if (.@r>=9) {

11 bonus bDelayrate,-5;

12 if (.@r>=11) {

13 bonus2 bIgnoreDefRaceRate,RC_All,25;

14 bonus2 bIgnoreMdefRaceRate,RC_All,25;

15 if (.@r>=12) {

16 bonus bFixedCast,-500;

17 }

18 }

19 }

20 }

21 if (.@g>=ENCHANTGRADE_D) {

22 bonus bPow,2;

23 bonus bSpl,2;

24 bonus bCon,2;

25 if (.@g>=ENCHANTGRADE_C) {

26 bonus bBaseAtk,30;

27 bonus bMatk,30;

28 if (.@g>=ENCHANTGRADE_B) {

29 bonus bFixedCast,-500;

30 if (.@g>=ENCHANTGRADE_A) {

31 bonus bPAtk,7;

32 bonus bSMatk,7;

33 }

34 }

35 }

36 }

Equip Script None
Unequip Script None