Paradise Star Emperor Book of the Sun, книга (Renewal)
Paradise Star Emperor Book of the Sun (3PARA_BOOK1_SJ) – оружие.

Can't be refined.
Atk + 5%, increases melee physical damage by 1% per each level of Peaceful Break user learned.
If the user's base level is 105 or higher, additional Atk + 10%, increases Prominence Kick and Solar Burst damage by 25%.
If the user's base level is 110 or higher, increases melee physical damage by additional 10%, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Prominence Kick and Solar Burst damage by additional 15%.
Скрипт
.@l = BaseLevel;
.@a = getskilllv("TK_HPTIME");
bonus bShortAtkRate,.@a;
bonus bAtkRate,5;
if (.@l>=105) {
bonus bAtkRate,10;
bonus2 bSkillAtk,"SJ_PROMINENCEKICK",25;
bonus2 bSkillAtk,"SJ_SOLARBURST",25;
if (.@l>=110) {
bonus bShortAtkRate,10;
bonus2 bAddSize,Size_All,15;
if (.@l>=115) {
bonus2 bSkillAtk,"SJ_PROMINENCEKICK",15;
bonus2 bSkillAtk,"SJ_SOLARBURST",15;
}
}
}