Item Details

Nebula Robe of Spell [1] ( Star_Robe_Of_Spl )

ID 450173 Nebula Robe of Spell [1]
Nebula Robe of Spell [1] Buy Price: zeny Sell Price: 0 zeny Weight: 50 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: 105
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

Robe that has received the spell energy of the star's power.
Increases spell.
------------------------
SPL +1.
MATK +125.
Every 2 refine, MATK +15.
------------------------
If refine rate is 9 or higher, MATK + 5%.

If refine rate is 11 or higher, increases all property magical damage by 15%.
------------------------
[Grade Bonus]
[Grade D] MATK + 2 per 2 refine, MATK + 1% additional, all attribute magic damage increases by 3% per 3 refine.

[Grade C] MATK + 3 per 2 refine, MATK + 1% additional, all attribute magic damage increases by 3% per 3 refine.

[Grade B] MATK + 2% additional, all attribute magic damage increases by 5% per 3 refine, S.MATK + 1 per 4 refine.

[Grade A] MATK + 3% additional, all attribute magic damage increases by 5% per 3 refine, S.MATK + 2 additional per 4 refine.
------------------------
Type : Armor
Def : 105
Weight : 50
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 bSpl,1;
bonus bMatk,125+(15*(.@r/2));
if (.@r>=9) {
   bonus bMatkRate,5;
   if (.@r>=11) {
      bonus2 bMagicAtkEle,Ele_All,15;
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,(.@r/2);
   bonus bMatk,2*(.@r/2);
   bonus2 bMagicAtkEle,Ele_All,3*(.@r/3);
   if (.@g >= ENCHANTGRADE_C) {
      bonus bMatkRate,(.@r/2);
      bonus bMatk,3*(.@r/2);
      bonus2 bMagicAtkEle,Ele_All,3*(.@r/3);
      if (.@g >= ENCHANTGRADE_B) {
         bonus bMatkRate,2*(.@r/2);
         bonus2 bMagicAtkEle,Ele_All,5*(.@r/3);
         bonus bSMatk,(.@r/4);
         if (.@g >= ENCHANTGRADE_A) {
            bonus bMatkRate,3*(.@r/2);
            bonus2 bMagicAtkEle,Ele_All,5*(.@r/3);
            bonus bSMatk,2*(.@r/4);
         }
      }
   }
}
Not specified
Not specified

Not specified

Not specified