Viewing Item

#450174: Nebula Robe of Wisdom

Item ID 450174 For Sale No
Identifier Star_Robe_Of_Wis Credit Price Not For Sale
Name Nebula Robe of Wisdom Type Armor
NPC Buy 0 Weight 50
NPC Sell 0 Weapon Level 0
Range 0 Defense 105
Slots 1 Refineable Yes
Attack 0 Min Equip Level 240
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bMatk,125;

9 bonus

10 bWis,1;

11 bonus

12 bMaxSPrate,2*(.@r/2);

13 bonus

14 bHealPower,(.@r/2);

15 if

16 (.@r

17 =9)

18 {

19 bonus

20 bSPrecovRate,30;

21 if

22 (.@r

23 =11)

24 {

25 bonus

26 bVariableCastrate,-10;

27 }

28 }

29 if

30 (.@g

31 =

32 ENCHANTGRADE_D)

33 {

34 bonus

35 bSPrecovRate,2*(.@r/2);

36 bonus

37 bHealPower,(.@r/2);

38 bonus

39 bMRes,(.@r/3);

40 if

41 (.@g

42 =

43 ENCHANTGRADE_C)

44 {

45 bonus

46 bSPrecovRate,3*(.@r/2);

47 bonus

48 bHealPower,2*(.@r/2);

49 bonus

50 bMRes,2*(.@r/3);

51 if

52 (.@g

53 =

54 ENCHANTGRADE_B)

55 {

56 bonus

57 bMaxSPrate,(.@r/2);

58 bonus

59 bMRes,2*(.@r/3);

60 bonus

61 bHPlus,2*(.@r/4);

62 if

63 (.@g

64 =

65 ENCHANTGRADE_A)

66 {

67 bonus

68 bMaxSPrate,2*(.@r/2);

69 bonus

70 bMRes,3*(.@r/3);

71 bonus

72 bHPlus,3*(.@r/4);

73 }

74 }

75 }

76 }

Equip Script None
Unequip Script None