ID #540044
Weapon
Poenitentia Radius [2]
Buy Price: N/A
Sell Price: N/A
A book containing the pain of bereavement.
_______________________
ATK +10%
_______________________
Increases damage of Sunset Blast and Dawn Break by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Solar Burst and Full Moon Kick by 3%.
_______________________
Refine Level +7:
Increases Melee Physical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Solar Burst and Full Moon Kick by additional 25%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of every size by 15%.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Sunset Blast and Dawn Break +5%.
[Grade C]: Damage of Sunset Blast and Dawn Break +3%, P.ATK +1.
[Grade B]: Damage of Sunset Blast and Dawn Break +5%, POW +1.
_______________________
Type: Book
Attack: 260
Weight: 90
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Sky Emperor
_______________________
ATK +10%
_______________________
Increases damage of Sunset Blast and Dawn Break by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Solar Burst and Full Moon Kick by 3%.
_______________________
Refine Level +7:
Increases Melee Physical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Solar Burst and Full Moon Kick by additional 25%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of every size by 15%.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Sunset Blast and Dawn Break +5%.
[Grade C]: Damage of Sunset Blast and Dawn Break +3%, P.ATK +1.
[Grade B]: Damage of Sunset Blast and Dawn Break +5%, POW +1.
_______________________
Type: Book
Attack: 260
Weight: 90
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Sky Emperor
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
900
Range
1
Acquisition method
Equipment reform
Requirements
Weapon Level
5
Min Level
230
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,10; bonus2 bSkillAtk,"SKE_SUNSET_BLAST",10; bonus2 bSkillAtk,"SKE_DAWN_BREAK",10; bonus2 bSkillAtk,"SJ_SOLARBURST",3*(.@r/2); bonus2 bSkillAtk,"SJ_FULLMOONKICK",3*(.@r/2); if (.@r>=7) { bonus bShortAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"SJ_SOLARBURST",25; bonus2 bSkillAtk,"SJ_FULLMOONKICK",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SKE_SUNSET_BLAST",5; bonus2 bSkillAtk,"SKE_DAWN_BREAK",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"SKE_SUNSET_BLAST",3; bonus2 bSkillAtk,"SKE_DAWN_BREAK",3; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"SKE_SUNSET_BLAST",5; bonus2 bSkillAtk,"SKE_DAWN_BREAK",5; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAtkRate,10;
bonus2 bSkillAtk,"SKE_SUNSET_BLAST",10;
bonus2 bSkillAtk,"SKE_DAWN_BREAK",10;
bonus2 bSkillAtk,"SJ_SOLARBURST",3*(.@r/2);
bonus2 bSkillAtk,"SJ_FULLMOONKICK",3*(.@r/2);
if (.@r>=7) {
bonus bShortAtkRate,10;
if (.@r>=9) {
bonus2 bSkillAtk,"SJ_SOLARBURST",25;
bonus2 bSkillAtk,"SJ_FULLMOONKICK",25;
if (.@r>=11) {
bonus2 bAddSize,Size_All,15;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"SKE_SUNSET_BLAST",5;
bonus2 bSkillAtk,"SKE_DAWN_BREAK",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,1;
bonus2 bSkillAtk,"SKE_SUNSET_BLAST",3;
bonus2 bSkillAtk,"SKE_DAWN_BREAK",3;
if (.@g >= ENCHANTGRADE_B) {
bonus bPow,1;
bonus2 bSkillAtk,"SKE_SUNSET_BLAST",5;
bonus2 bSkillAtk,"SKE_DAWN_BREAK",5;
}
}
}