Viewing Item

#480231: Rune Manteau of Plain

Item ID 480231 For Sale No
Identifier Plain_Rune_Hood Credit Price Not For Sale
Name Rune Manteau of Plain 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 bMaxHPrate,3;

13 if

14 (.@r

15 =9)

16 {

17 bonus

18 bVariableCastrate,-10;

19 if

20 (.@r

21 =11)

22 {

23 bonus2

24 bAddRace,RC_All,10;

25 }

26 }

27 }

28 if

29 (.@g

30 =ENCHANTGRADE_D)

31 {

32 bonus

33 bMaxHPrate,5;

34 if

35 (.@g

36 =ENCHANTGRADE_C)

37 {

38 bonus

39 bMaxHPrate,5;

40 bonus

41 bMRes,5;

42 bonus

43 bRes,5;

44 if

45 (.@g

46 =ENCHANTGRADE_B)

47 {

48 bonus

49 bDelayrate,-5;

50 bonus

51 bMRes,5;

52 bonus

53 bRes,5;

54 if

55 (.@g

56 =ENCHANTGRADE_A)

57 {

58 bonus

59 bDelayrate,-10;

60 bonus

61 bPAtk,2;

62 }

63 }

64 }

65 }

Equip Script None
Unequip Script None