ID #640015
Weapon
Poenitentia Virga [2]
Buy Price: N/A
Sell Price: N/A
A staff containing the pain of bereavement.
_______________________
Indestructible in battle
_______________________
MATK +300
MATK +10%
_______________________
Increases damage of Storm Cannon and Rock Down by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Chain Lightning and Earth Strain by 3%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Chain Lightning and Earth Strain by additional 25%.
_______________________
Refine Level +11:
Increases Magical Damage with Wind and Earth element by 10%.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Storm Cannon and Rock Down +5%.
[Grade C]: Damage of Storm Cannon and Rock Down +8%, S.MATK +1.
[Grade B]: Damage of Storm Cannon and Rock Down +12%, SPL +2.
_______________________
Type: Two-Handed Staff
Attack: 170
Weight: 200
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Arch Mage
_______________________
Indestructible in battle
_______________________
MATK +300
MATK +10%
_______________________
Increases damage of Storm Cannon and Rock Down by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Chain Lightning and Earth Strain by 3%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Chain Lightning and Earth Strain by additional 25%.
_______________________
Refine Level +11:
Increases Magical Damage with Wind and Earth element by 10%.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Storm Cannon and Rock Down +5%.
[Grade C]: Damage of Storm Cannon and Rock Down +8%, S.MATK +1.
[Grade B]: Damage of Storm Cannon and Rock Down +12%, SPL +2.
_______________________
Type: Two-Handed Staff
Attack: 170
Weight: 200
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Arch Mage
Equipment Reform
Available through the reform system Poenitentia_Hammer
- Blacksmith Blessing × 14
Available through the reform system Plus7_Refine_NPC
Basic Information
Type
Weapon
Weight
2000
Range
1
Acquisition method
Equipment reform
Job Requirements
Wizard
Yes
Requirements
Weapon Level
5
Min Level
230
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus2 bSkillAtk,"AG_STORM_CANNON",10; bonus2 bSkillAtk,"AG_ROCK_DOWN",10; bonus2 bSkillAtk,"WL_EARTHSTRAIN",3*(.@r/2); bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"WL_EARTHSTRAIN",25; bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",25; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Wind,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"AG_STORM_CANNON",5; bonus2 bSkillAtk,"AG_ROCK_DOWN",5; if (.@g >= ENCHANTGRADE_C) { bonus bSMatk,1; bonus2 bSkillAtk,"AG_STORM_CANNON",8; bonus2 bSkillAtk,"AG_ROCK_DOWN",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,2; bonus2 bSkillAtk,"AG_STORM_CANNON",12; bonus2 bSkillAtk,"AG_ROCK_DOWN",12; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,10;
bonus2 bSkillAtk,"AG_STORM_CANNON",10;
bonus2 bSkillAtk,"AG_ROCK_DOWN",10;
bonus2 bSkillAtk,"WL_EARTHSTRAIN",3*(.@r/2);
bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",3*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bSkillAtk,"WL_EARTHSTRAIN",25;
bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",25;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Earth,10;
bonus2 bMagicAtkEle,Ele_Wind,10;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"AG_STORM_CANNON",5;
bonus2 bSkillAtk,"AG_ROCK_DOWN",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,1;
bonus2 bSkillAtk,"AG_STORM_CANNON",8;
bonus2 bSkillAtk,"AG_ROCK_DOWN",8;
if (.@g >= ENCHANTGRADE_B) {
bonus bSpl,2;
bonus2 bSkillAtk,"AG_STORM_CANNON",12;
bonus2 bSkillAtk,"AG_ROCK_DOWN",12;
}
}
}