Viewing Item

#450171: Nebula Suit of Concentration

Item ID 450171 For Sale No
Identifier Star_Suit_Of_Con Credit Price Not For Sale
Name Nebula Suit of Concentration 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 bCon,1;

4 bonus bBaseAtk,125+15*(.@r/2);

5 if (.@r>=9) {

6 bonus bAspdRate,10;

7 if (.@r>=11) {

8 bonus bLongAtkRate,20;

9 }

10 }

11 if (.@g >= ENCHANTGRADE_D) {

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

13 bonus bAtkRate,(.@r/2);

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

15 if (.@g >= ENCHANTGRADE_C) {

16 bonus bAspdRate,(.@r/2);

17 bonus bAtkRate,2*(.@r/2);

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

19 if (.@g >= ENCHANTGRADE_B) {

20 bonus bAspdRate,2*(.@r/2);

21 bonus bLongAtkRate,(.@r/3);

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

23 if (.@g >= ENCHANTGRADE_A) {

24 bonus bAspdRate,2*(.@r/2);

25 bonus bLongAtkRate,2*(.@r/3);

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

27 }

28 }

29 }

30 }

Equip Script None
Unequip Script None