Viewing Item

#450169: Nebula Armor of Power

Item ID 450169 For Sale No
Identifier Star_Armor_Of_Pow Credit Price Not For Sale
Name Nebula Armor of Power Type Armor
NPC Buy 0 Weight 250
NPC Sell 0 Weapon Level 0
Range 0 Defense 175
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 bPow,1;

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

5 if (.@r>=9) {

6 bonus bAtkRate,5;

7 if (.@r>=11) {

8 bonus bShortAtkRate,20;

9 }

10 }

11 if (.@g >= ENCHANTGRADE_D) {

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

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

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

15 if (.@g >= ENCHANTGRADE_C) {

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

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

18 bonus bShortAtkRate,(.@r/3);

19 if (.@g >= ENCHANTGRADE_B) {

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

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

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

23 if (.@g >= ENCHANTGRADE_A) {

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

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

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

27 }

28 }

29 }

30 }

Equip Script None
Unequip Script None