Item Details

Poenitentia Aegis [1] ( Poenetentia_Aegis )

ID 460013 Poenitentia Aegis [1]
Poenitentia Aegis [1] Buy Price: zeny Sell Price: 0 zeny Weight: 150 Slots: 1
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Shield
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: 120
Weapon Level: Not specified Armor Level: 2 Min. Equip Level: 230 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Fourth classes.

A shield filled with regrets about not being able to protect someone.
------------------------
MHP + 5%, MSP + 5%.
------------------------
For every 3 refine level, DEF + 50, MDEF + 10.
------------------------
[Set Bonus]
Poenitentia Aegis [1]
Poenitentia Gladius [2]

OR

Poenitentia Aegis [1]
Poenitentia Asta [2]

ASPD + 10%, reduce damage taken from all property enemies by 10%.
------------------------
[Grade Bonus]
[Grade D] Increase Shield Shooting damage by 5%.
[Grade C] Increase Shield Shooting damage by additional 8%.
[Grade B] Increase Shield Shooting damage by additional 12%. POW, SPL + 1.
------------------------
Type : Shield
Def : 120
Weight : 150
Armor Level : 2
Required Level : 230
Class : Imperial Guard

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild 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 bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bMdef,10*(.@r/3);
bonus bDef,50*(.@r/3);
if (.@g >= ENCHANTGRADE_D) {
   bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",5;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",8;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bPow,1;
         bonus bSpl,1;
         bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",15;
      }
   }
}
Not specified
Not specified