Viewing Item

#450172: Nebula Suit of Creative

Item ID 450172 For Sale No
Identifier Star_Suit_Of_Crt Credit Price Not For Sale
Name Nebula Suit of Creative Type Armor
NPC Buy 0 Weight 150
NPC Sell 0 Weapon Level 0
Range 0 Defense 135
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 bCrt,1;

9 bonus

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

11 if

12 (.@r

13 =9)

14 {

15 bonus

16 bCritical,5;

17 if

18 (.@r

19 =11)

20 {

21 bonus

22 bCritAtkRate,20;

23 }

24 }

25 if

26 (.@g

27 =

28 ENCHANTGRADE_D)

29 {

30 bonus

31 bBaseAtk,(.@r/2);

32 bonus

33 bCritAtkRate,2*(.@r/3);

34 bonus

35 bCritical,(.@r/3);

36 if

37 (.@g

38 =

39 ENCHANTGRADE_C)

40 {

41 bonus

42 bBaseAtk,2*(.@r/2);

43 bonus

44 bCritAtkRate,3*(.@r/3);

45 bonus

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

47 if

48 (.@g

49 =

50 ENCHANTGRADE_B)

51 {

52 bonus

53 bCritAtkRate,5*(.@r/3);

54 bonus

55 bCRate,(.@r/4);

56 bonus

57 bPAtk,(.@r/4);

58 if

59 (.@g

60 =

61 ENCHANTGRADE_A)

62 {

63 bonus

64 bCritAtkRate,7*(.@r/3);

65 bonus

66 bCRate,(.@r/4);

67 bonus

68 bPAtk,2*(.@r/4);

69 }

70 }

71 }

72 }

Equip Script None
Unequip Script None