Viewing Item

#470094: Hero Boots-LT

Item ID 470094 For Sale No
Identifier Hero_Boots_LT Credit Price Not For Sale
Name Hero Boots-LT Type Armor
NPC Buy 0 Weight 60
NPC Sell 0 Weapon Level 0
Range 0 Defense 15
Slots 1 Refineable Yes
Attack 0 Min Equip Level 190
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 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bMaxHP,1500;

4 bonus bMaxSP,150;

5 if (BaseLevel>=210) {

6 bonus bPAtk,1;

7 bonus bSmatk,1;

8 }

9 if (.@r>=7) {

10 bonus bMatkRate,5;

11 bonus bAtkRate,5;

12 if (.@r>=9) {

13 bonus bVariableCastrate,-5;

14 bonus bPerfectHitAddRate,10;

15 bonus bCritical,5;

16 if (.@r>=11) {

17 bonus bFixedCast,-800;

18 bonus bDelayrate,-5;

19 }

20 }

21 }

22 if (.@g >= ENCHANTGRADE_D) {

23 bonus bMres,50;

24 bonus bRes,50;

25 if (.@g >= ENCHANTGRADE_C) {

26 bonus2 bMagicAddEle,Ele_All,10;

27 bonus2 bAddEle,Ele_All,10;

28 if (.@g >= ENCHANTGRADE_B) {

29 bonus bSta,5;

30 bonus bWis,5;

31 if (.@g >= ENCHANTGRADE_A) {

32 bonus bPAtk,5;

33 bonus bSmatk,5;

34 if (.@r>=13) {

35 bonus bFixedCast,-200;

36 }

37 }

38 }

39 }

40 }

41 bonus bMaxHPrate,(.@r/3);

42 bonus bMaxSPrate,(.@r/3);

Equip Script None
Unequip Script None