ID #510056
Weapon
Poenitentia Sol [2]
Buy Price: N/A
Sell Price: N/A
A dagger containing the pain of bereavement.
_______________________
ATK +7%
_______________________
Increases damage of Kunai - Rotation and Kunai - Refraction by 7%.
_______________________
For each 2 Refine Levels:
Increases damage of Cross Slash by 2%.
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Cross Slash by additional 20%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of every size by 10%.
Decreases Cross Slash skill cooldown by 1 second.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Kunai - Rotation and Kunai - Refraction +5%.
[Grade C]: Damage of Kunai - Rotation and Kunai - Refraction +3%, P.ATK +1.
[Grade B]: Damage of Kunai - Rotation and Kunai - Refraction +5%, POW +1.
_______________________
Type: Dagger
Attack: 210
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Shinkiro, Shiranui
_______________________
ATK +7%
_______________________
Increases damage of Kunai - Rotation and Kunai - Refraction by 7%.
_______________________
For each 2 Refine Levels:
Increases damage of Cross Slash by 2%.
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Cross Slash by additional 20%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of every size by 10%.
Decreases Cross Slash skill cooldown by 1 second.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Kunai - Rotation and Kunai - Refraction +5%.
[Grade C]: Damage of Kunai - Rotation and Kunai - Refraction +3%, P.ATK +1.
[Grade B]: Damage of Kunai - Rotation and Kunai - Refraction +5%, POW +1.
_______________________
Type: Dagger
Attack: 210
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Shinkiro, Shiranui
Available from boxes
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
1200
Range
1
Acquisition method
Equipment reform
Requirements
Weapon Level
5
Min Level
230
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,7; bonus2 bSkillAtk,"SS_KUNAIKAITEN",7; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",7; bonus2 bSkillAtk,"KO_JYUMONJIKIRI",2*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,7; if (.@r>=9) { bonus2 bSkillAtk,"KO_JYUMONJIKIRI",20; if (.@r>=11) { bonus2 bAddSize,Size_All,10; bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-1000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SS_KUNAIKAITEN",5; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"SS_KUNAIKAITEN",3; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",3; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"SS_KUNAIKAITEN",5; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",5; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,7;
bonus2 bSkillAtk,"SS_KUNAIKAITEN",7;
bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",7;
bonus2 bSkillAtk,"KO_JYUMONJIKIRI",2*(.@r/2);
if (.@r>=7) {
bonus bLongAtkRate,7;
if (.@r>=9) {
bonus2 bSkillAtk,"KO_JYUMONJIKIRI",20;
if (.@r>=11) {
bonus2 bAddSize,Size_All,10;
bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-1000;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"SS_KUNAIKAITEN",5;
bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,1;
bonus2 bSkillAtk,"SS_KUNAIKAITEN",3;
bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",3;
if (.@g >= ENCHANTGRADE_B) {
bonus bPow,1;
bonus2 bSkillAtk,"SS_KUNAIKAITEN",5;
bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",5;
}
}
}