Viewing Item

#470247: Knight's Boots of Midgard

Item ID 470247 For Sale No
Identifier aegis_470247 Credit Price Not For Sale
Name Knight's Boots of Midgard Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 130
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 bBaseAtk,10*(.@r/2);

4 bonus bMatk,10*(.@r/2);

5 bonus bSpl,.@r/3;

6 bonus bPow,.@r/3;

7 bonus bCon,.@r/3;

8 if (.@r>=7) {

9 bonus bAtkRate,7;

10 bonus bMatkRate,7;

11 if (.@r>=9) {

12 bonus bFixedCast,-300;

13 if (.@r>=11) {

14 bonus bShortAtkRate,10;

15 bonus bLongAtkRate,10;

16 bonus2 bMagicAtkEle,Ele_All,10;

17 if (.@r>=13) {

18 bonus2 bAddSize,Size_All,10;

19 bonus2 bMagicAddSize,Size_All,10;

20 }

21 }

22 }

23 }

24 if (.@g >= ENCHANTGRADE_D) {

25 bonus bRes,50;

26 bonus bMRes,50;

27 }

28 if (.@g >= ENCHANTGRADE_C) {

29 bonus2 bAddEle,Ele_All,8;

30 bonus2 bMagicAddEle,Ele_All,8;

31 }

32 if (.@g >= ENCHANTGRADE_B) {

33 bonus bPAtk,7;

34 bonus bSMatk,7;

35 }

36 if (.@g >= ENCHANTGRADE_A) {

37 if (.@r>=13) {

38 bonus bFixedCast,-700;

39 }

40 }

Equip Script None
Unequip Script None