ID #560012
Weapon
Poenitentia Caestus [2]
Buy Price: N/A
Sell Price: N/A
A pair of knuckles containing the pain of bereavement.
_______________________
ATK +10%
_______________________
Increases damage of Second Faith by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Tiger Cannon by 3%.
_______________________
Refine Level +7:
MaxHP +10%
_______________________
Refine Level +9:
Increases damage of Tiger Cannon by additional 30%.
_______________________
Refine Level +11:
Decreases Tiger Cannon skill cooldown by 1 second.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Second Faith +5%.
[Grade C]: Damage of Second Faith +8%, P.ATK +1.
[Grade B]: Damage of Second Faith +12%, POW +1.
_______________________
Type: Knuckle
Attack: 230
Weight: 150
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Inquisitor
_______________________
ATK +10%
_______________________
Increases damage of Second Faith by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Tiger Cannon by 3%.
_______________________
Refine Level +7:
MaxHP +10%
_______________________
Refine Level +9:
Increases damage of Tiger Cannon by additional 30%.
_______________________
Refine Level +11:
Decreases Tiger Cannon skill cooldown by 1 second.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Second Faith +5%.
[Grade C]: Damage of Second Faith +8%, P.ATK +1.
[Grade B]: Damage of Second Faith +12%, POW +1.
_______________________
Type: Knuckle
Attack: 230
Weight: 150
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Inquisitor
Equipment Reform
Available through the reform system Poenitentia_Hammer
- Blacksmith Blessing × 14
Available through the reform system Plus7_Refine_NPC
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1500
Range
1
Acquisition method
Equipment reform
Job Requirements
Monk
Yes
Requirements
Weapon Level
5
Min Level
230
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"IQ_SECOND_FAITH",10; bonus2 bSkillAtk,"SR_TIGERCANNON",3*(.@r/2); if (.@r>=7) { bonus bMaxHPrate,10; if (.@r>=9) { bonus2 bSkillAtk,"SR_TIGERCANNON",30; if (.@r>=11) { bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"IQ_SECOND_FAITH",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"IQ_SECOND_FAITH",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"IQ_SECOND_FAITH",12; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"IQ_SECOND_FAITH",10;
bonus2 bSkillAtk,"SR_TIGERCANNON",3*(.@r/2);
if (.@r>=7) {
bonus bMaxHPrate,10;
if (.@r>=9) {
bonus2 bSkillAtk,"SR_TIGERCANNON",30;
if (.@r>=11) {
bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"IQ_SECOND_FAITH",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,1;
bonus2 bSkillAtk,"IQ_SECOND_FAITH",8;
if (.@g >= ENCHANTGRADE_B) {
bonus bPow,1;
bonus2 bSkillAtk,"IQ_SECOND_FAITH",12;
}
}
}