Viewing Item

#470176: Rune Boots of Death

Item ID 470176 For Sale No
Identifier Death_Rune_Boots Credit Price Not For Sale
Name Rune Boots of Death Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 45
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Description Boots engraved with Varmundt's Death Rune magic.
The imprint is amplified with the essence of death.
_______________________
Refine Level +7:
MATK +5%, S.MATK +2
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
Refine Level +11:
Increases Magical Damage with every element by 10%.
Decreases Fixed Casting Time by additional 0.2 seconds.
_______________________
[Bonus by Grade]
[Grade D]: MATK +5%
[Grade C]: Fixed Casting Time -0.3 seconds.
[Grade B]: MATK +5%, S.MATK +5
[Grade A]: Fixed Casting Time -0.2 seconds, S.MATK +2.
_______________________
Type: Shoes
Defense: 45
Weight: 100
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 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 if

8 (.@r

9 =7)

10 {

11 bonus

12 bSMatk,2;

13 bonus

14 bMatkRate,5;

15 if

16 (.@r

17 =9)

18 {

19 bonus

20 bFixedCast,-300;

21 bonus

22 bVariableCastrate,-10;

23 if

24 (.@r

25 =11)

26 {

27 bonus

28 bFixedCast,-200;

29 bonus2

30 bMagicAtkEle,Ele_All,10;

31 }

32 }

33 }

34 if

35 (.@g

36 =ENCHANTGRADE_D)

37 {

38 bonus

39 bMatkRate,5;

40 if

41 (.@g

42 =ENCHANTGRADE_C)

43 {

44 bonus

45 bFixedCast,-300;

46 if

47 (.@g

48 =ENCHANTGRADE_B)

49 {

50 bonus

51 bSMatk,5;

52 bonus

53 bMatkRate,5;

54 if

55 (.@g

56 =ENCHANTGRADE_A)

57 {

58 bonus

59 bFixedCast,-200;

60 bonus

61 bSMatk,2;

62 }

63 }

64 }

65 }

Equip Script None
Unequip Script None