Viewing Item

#450170: Nebula Armor of Stamina

Item ID 450170 For Sale No
Identifier Star_Armor_Of_Sta Credit Price Not For Sale
Name Nebula Armor of Stamina 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 bSta,1;

4 bonus bMaxHPrate,10;

5 bonus bDef,15*(.@r/2);

6 if (.@r>=9) {

7 bonus bHealPower2,10;

8 if (.@r>=11) {

9 bonus bMaxHPrate,15;

10 }

11 }

12 if (.@g >= ENCHANTGRADE_D) {

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

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

15 bonus bRes,(.@r/4);

16 if (.@g >= ENCHANTGRADE_C) {

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

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

19 bonus bRes,2*(.@r/4);

20 if (.@g >= ENCHANTGRADE_B) {

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

22 bonus bRes,3*(.@r/4);

23 if (.@g >= ENCHANTGRADE_A) {

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

25 bonus bRes,4*(.@r/4);

26 }

27 }

28 }

29 }

Equip Script None
Unequip Script None