Paradise Star Emperor Book of the Moon, книга (Renewal)
Paradise Star Emperor Book of the Moon (3PARA_BOOK2_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 New Moon Kick and Full Moon Kick 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 New Moon Kick and Full Moon Kick 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_NEWMOONKICK",25;
   bonus2 bSkillAtk,"SJ_FULLMOONKICK",25;
   if (.@l>=110) {
      bonus bShortAtkRate,10;
      bonus2 bAddSize,Size_All,15;
      if (.@l>=115) {
         bonus2 bSkillAtk,"SJ_NEWMOONKICK",15;
         bonus2 bSkillAtk,"SJ_FULLMOONKICK",15;
      }
   }
}