Poenitentia Radius
| Item ID | 540044 | Name | Poenitentia Radius |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | Poenitentia_Radius | ||
| Attack | 260 | Type | Weapon - Book | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Star Gladiator | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 90 | Min Equip Level | 230 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bMaxHPrate,15; bonus2 bSubClass,Class_Boss,10; skill "MG_SAFETYWALL",5; |