Item Details

Nebula Armor of Power [1] ( Star_Armor_Of_Pow )

ID 450169 Nebula Armor of Power [1]
Nebula Armor of Power [1] Buy Price: zeny Sell Price: 0 zeny Weight: 250 Slots: 1
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Armor
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: 175
Weapon Level: Not specified Armor Level: 2 Min. Equip Level: 240 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Not specified

Armor that has received the physical energy of the star's power.
Increases physical abilities.
------------------------
POW +1.
ATK +125.
Every 2 refine, ATK +15.
------------------------
If refine rate is 9 or higher, ATK +5%.

If refine rate is 11 or higher, increases melee physical damage by 20%.
------------------------
[Grade Bonus]
[Grade D] ATK + 2, ATK + 1% per 2 refine, Melee physical damage increases by 1% per 3 refine.

[Grade C] [Grade C] ATK + 3, ATK + 1% per 2 refine, melee physical damage by 1% per 3 refine.

[Grade B] ATK + 2% per 2 refine, melee physical damage by 1% per 3 refine, P.ATK + 1 per 4 refine.

[Grade A] ATK + 3% per 2 refine, melee physical damage by 2% per 3 refine, P.ATK + 2. per 4 refine.
------------------------
Type : Armor
Def : 175
Weight : 250
Armor Level : 2
Required Level : 240
Class : All

All

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in storage: Can be dropped: Can be traded: Can be traded with partner:
Can be sold to NPC: Can be placed in the cart: Can be placed in the storage: Can be placed in guild storage:
Can be put in a mail: Can be put in an auction: Delay:
.@g = getenchantgrade();
.@r = getrefine();
bonus bPow,1;
bonus bBaseAtk,125+15*(.@r/2);
if (.@r>=9) {
   bonus bAtkRate,5;
   if (.@r>=11) {
      bonus bShortAtkRate,20;
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bAtkRate,(.@r/2);
   bonus bBaseAtk,2*(.@r/2);
   bonus bShortAtkRate,(.@r/3);
   if (.@g >= ENCHANTGRADE_C) {
      bonus bAtkRate,(.@r/2);
      bonus bBaseAtk,3*(.@r/2);
      bonus bShortAtkRate,(.@r/3);
      if (.@g >= ENCHANTGRADE_B) {
         bonus bAtkRate,2*(.@r/2);
         bonus bShortAtkRate,(.@r/3);
         bonus bPAtk,(.@r/4);
         if (.@g >= ENCHANTGRADE_A) {
            bonus bAtkRate,3*(.@r/2);
            bonus bShortAtkRate,2*(.@r/3);
            bonus bPAtk,2*(.@r/4);
         }
      }
   }
}
Not specified
Not specified

Not specified

Not specified