Viewing Item

#470072: Unknown Dexterity Boots

Item ID 470072 For Sale No
Identifier MD_Airboat_Boots2 Credit Price Not For Sale
Name Unknown Dexterity Boots Type Armor
NPC Buy 0 Weight 70
NPC Sell 0 Weapon Level 0
Range 0 Defense 60
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 concentrates, he can feel the boots react.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
MaxHP +110
MaxSP +10
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +11:
Physical and magical attacks have a random chance to increase DEX by 175 for 10 seconds.
_______________________
Refine Level +13:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
[Bonus by Grade]
[Grade D]: Physical and magical attacks have a random chance to increase DEX by 25 for 10 seconds.
[Grade C]: Physical and magical attacks have a random chance to increase DEX by 25 for 10 seconds.
_______________________
Type: Shoes
Defense: 60
Weight: 70
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,110*(.@r/3);

8 bonus

9 bMaxSP,10*(.@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 bDex,175+.@val;

45 }",1,10000,BF_WEAPON|BF_MAGIC;

46 if

47 (.@r

48 =13)

49 {

50 bonus

51 bFixedCast,-500;

52 }

53 }

54 }

Equip Script None
Unequip Script None