ID #630009
Weapon
Poenitentia Catapulta [2]
Buy Price: N/A
Sell Price: N/A
A spear containing the pain of bereavement.
_______________________
ATK +10%
_______________________
Increases damage of Madness Crusher by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Hundred Spear by 3%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Hundred Spear by additional 25%.
_______________________
Refine Level +11:
Decreases Hundred Spear skill cooldown by 2 seconds.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Madness Crusher +5%.
[Grade C]: Damage of Madness Crusher +8%, P.ATK +1.
[Grade B]: Damage of Madness Crusher +12%, POW +2.
_______________________
Type: Two-Handed Spear
Attack: 320
Weight: 230
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Dragon Knight
_______________________
ATK +10%
_______________________
Increases damage of Madness Crusher by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Hundred Spear by 3%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Hundred Spear by additional 25%.
_______________________
Refine Level +11:
Decreases Hundred Spear skill cooldown by 2 seconds.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Madness Crusher +5%.
[Grade C]: Damage of Madness Crusher +8%, P.ATK +1.
[Grade B]: Damage of Madness Crusher +12%, POW +2.
_______________________
Type: Two-Handed Spear
Attack: 320
Weight: 230
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Dragon Knight
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
2300
Range
3
Acquisition method
Equipment reform
Job Requirements
Knight
Yes
Requirements
Weapon Level
5
Min Level
230
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",10; bonus2 bSkillAtk,"RK_HUNDREDSPEAR",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"RK_HUNDREDSPEAR",25; if (.@r>=11) { bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-2000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,2; bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",12; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",10;
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",3*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",25;
if (.@r>=11) {
bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-2000;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,1;
bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",8;
if (.@g >= ENCHANTGRADE_B) {
bonus bPow,2;
bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",12;
}
}
}