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 = getenchantgrade();

2 .@r = getrefine();

3 bonus bCrt,1;

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

5 if (.@r>=9) {

6 bonus bCritical,5;

7 if (.@r>=11) {

8 bonus bCritAtkRate,20;

9 }

10 }

11 if (.@g >= ENCHANTGRADE_D) {

12 bonus bBaseAtk,(.@r/2);

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

14 bonus bCritical,(.@r/3);

15 if (.@g >= ENCHANTGRADE_C) {

16 bonus bBaseAtk,2*(.@r/2);

17 bonus bCritAtkRate,3*(.@r/3);

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

19 if (.@g >= ENCHANTGRADE_B) {

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

21 bonus bCrate,(.@r/4);

22 bonus bPAtk,(.@r/4);

23 if (.@g >= ENCHANTGRADE_A) {

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

25 bonus bCrate,(.@r/4);

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

27 }

28 }

29 }

30 }

Equip Script None
Unequip Script None