Viewing Item

#480233: Rune Manteau of Death

Item ID 480233 For Sale No
Identifier Death_Rune_Hood Credit Price Not For Sale
Name Rune Manteau 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
Equip Locations Garment
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 bVariableCastrate,-10;

13 if

14 (.@r

15 =9)

16 {

17 bonus2

18 bMagicAtkEle,Ele_All,10;

19 if

20 (.@r

21 =11)

22 {

23 bonus

24 bMatkRate,10;

25 }

26 }

27 }

28 if

29 (.@g

30 =ENCHANTGRADE_D)

31 {

32 bonus

33 bMatkRate,5;

34 if

35 (.@g

36 =ENCHANTGRADE_C)

37 {

38 bonus

39 bSMatk,5;

40 bonus

41 bMatkRate,5;

42 if

43 (.@g

44 =ENCHANTGRADE_B)

45 {

46 bonus2

47 bMagicAtkEle,Ele_All,10;

48 if

49 (.@g

50 =ENCHANTGRADE_A)

51 {

52 bonus

53 bDelayrate,-10;

54 bonus

55 bSMatk,2;

56 }

57 }

58 }

59 }

Equip Script None
Unequip Script None