Viewing Item

#470073: Unknown Vitality Boots

Item ID 470073 For Sale No
Identifier MD_Airboat_Boots3 Credit Price Not For Sale
Name Unknown Vitality Boots Type Armor
NPC Buy 0 Weight 75
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 feels pain, he can feel the boots react.
_______________________
For each 2 Refine Levels:
ATK +10
MATK +10
_______________________
For each 3 Refine Levels:
MaxHP +150
MaxSP +15
_______________________
Refine Level +9:
Decreases Variable Casting Time by 5%.
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
Refine Level +11:
Physical and magical attacks have a random chance to increase VIT by 175 for 10 seconds.
_______________________
Refine Level +13:
Decreases After Skill Delay by 5%.
_______________________
[Bonus by Grade]
[Grade D]: Physical and magical attacks have a random chance to increase VIT by 25 for 10 seconds.
[Grade C]: Physical and magical attacks have a random chance to increase VIT by 25 for 10 seconds.
_______________________
Type: Shoes
Defense: 65
Weight: 75
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 bMatk,10*(.@r/2);

6 bonus

7 bBaseAtk,10*(.@r/2);

8 bonus

9 bMaxHP,150*(.@r/3);

10 bonus

11 bMaxSP,15*(.@r/3);

12 if

13 (.@r

14 =9)

15 {

16 bonus

17 bAspdRate,5;

18 bonus

19 bVariableCastrate,-5;

20 if

21 (.@r

22 =11)

23 {

24 autobonus

25 "{

26 .@g

27 =

28 getenchantgrade();

29 if

30 (.@g

31 =

32 ENCHANTGRADE_D)

33 {

34 .@val

35 =

36 25;

37 if

38 (.@g

39 =

40 ENCHANTGRADE_C)

41 {

42 .@val

43 +=

44 25;

45 }

46 }

47 bonus

48 bVit,175+.@val;

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

50 if

51 (.@r

52 =13)

53 {

54 bonus

55 bDelayrate,-5;

56 }

57 }

58 }

Equip Script None
Unequip Script None