Viewing Item

#470077: Unknown Luck Boots

Item ID 470077 For Sale No
Identifier MD_Airboat_Boots6 Credit Price Not For Sale
Name Unknown Luck Boots Type Armor
NPC Buy 0 Weight 72
NPC Sell 0 Weapon Level 0
Range 0 Defense 65
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Description Old shoes that have been eroded by an unknown force.
Whenever the wearer is lucky, he can feel the boots react.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
MaxHP +100
MaxSP +8
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +11:
Physical attacks have a random chance to increase LUK by 175 for 10 seconds.
_______________________
Refine Level +13:
Critical +7
Increases Critical Damage by 7%.
ATK +7%
_______________________
[Bonus by Grade]
[Grade D]: Physical attacks have a random chance to increase LUK by 25 for 10 seconds.
[Grade C]: Physical attacks have a random chance to increase LUK by 25 for 10 seconds.
_______________________
Type: Shoes
Defense: 65
Weight: 72
Armor Level: 2
_______________________
Requirement:
Base Level 230
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bBaseAtk,15*(.@r/2);

6 bonus

7 bMaxHP,100*(.@r/3);

8 bonus

9 bMaxSP,8*(.@r/3);

10 if

11 (.@r

12 =9)

13 {

14 bonus

15 bAspdRate,7;

16 if

17 (.@r

18 =11)

19 {

20 autobonus

21 "{

22 .@g

23 =

24 getenchantgrade();

25 if

26 (.@g

27 =

28 ENCHANTGRADE_D)

29 {

30 .@val

31 =

32 25;

33 if

34 (.@g

35 =

36 ENCHANTGRADE_C)

37 {

38 .@val

39 +=

40 25;

41 }

42 }

43 bonus

44 bLuk,175+.@val;

45 }",1,10000,BF_WEAPON;

46 if

47 (.@r

48 =13)

49 {

50 bonus

51 bCritAtkRate,7;

52 bonus

53 bCritical,7;

54 bonus

55 bAtkRate,7;

56 }

57 }

58 }

Equip Script None
Unequip Script None