Item Details

Poenitentia Scipio [2] ( Poenitentia_Scipio )

ID 550019 Poenitentia Scipio [2]
Poenitentia Scipio [2] Buy Price: zeny Sell Price: 0 zeny Weight: 160 Slots: 2
Type: Weapon item. Sub Type: Staff Gender: Both Locations: Weapon
Attack: 150 Magic Attack: 215 Range: 1 Defense: Not specified
Weapon Level: 5 Armor Level: Not specified Min. Equip Level: 230 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Fourth classes.

A rod filled with the pain of grief.
------------------------
Indestructible in battle.
------------------------
MATK + 215.
MATK + 10%.
Increase Conflagration and Lightning Land damage by 10%.
------------------------
For every 2 refine level, Increase Psychic Wave and Varetyr Spear damage by 3%.
------------------------
When refined to +7 or higher, reduce variable casting time by 10%.
------------------------
When refined to +9 or higher, increase Psychic Wave and Varetyr Spear damage by additional 25%.
------------------------
When refined to +11 or higher,
Reduce cooldown of Psychic Wave by 1.5 seconds.
Reduce cooldown of Varetyr Spear by 2 seconds.
------------------------
[Grade Bonus]
[Grade D] Increase Conflagration and Lightning Land damage by additional 5%.
[Grade C] Increase Conflagration and Lightning Land damage by additional 3%. S.MATK + 1.
[Grade B] Increase Conflagration and Lightning Land damage by additional 5%. SPL + 1.
------------------------
Type : One-handed Rod
Attack : 150
Weight : 160
Weapon Level : 5
Required Level : 230
Class : Elemental Master

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 bUnbreakableWeapon;
bonus bMatkRate,10;
bonus2 bSkillAtk,"EM_CONFLAGRATION",10;
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10;
bonus2 bSkillAtk,"SO_VARETYR_SPEAR",3*(.@r/2);
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",3*(.@r/2);
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"SO_VARETYR_SPEAR",25;
      bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",25;
      if (.@r>=11) {
         bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1500;
         bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2000;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus2 bSkillAtk,"EM_CONFLAGRATION",5;
   bonus2 bSkillAtk,"EM_LIGHTNING_LAND",5;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bSMatk,1;
      bonus2 bSkillAtk,"EM_CONFLAGRATION",8;
      bonus2 bSkillAtk,"EM_LIGHTNING_LAND",8;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSpl,1;
         bonus2 bSkillAtk,"EM_CONFLAGRATION",12;
         bonus2 bSkillAtk,"EM_LIGHTNING_LAND",12;
      }
   }
}
Not specified
Not specified

Not specified