Paradise Taekwon Power Book, книга (Renewal)
Paradise Taekwon Power Book (2PARA_BOOK2_SG) – оружие.

Can't be refined.
Atk + 3%.
If the user's base level is 60 or higher, increases melee physical damage by 10%.
If the user's base level is 75 or higher, increases Heel Drop and Counter Kick damage by 10%.
If the user's base level is 90 or higher, increases Heel Drop and Counter Kick damage by additional 15%.
Скрипт
bonus bAtkRate,3;
if (BaseLevel>=60)
bonus bShortAtkRate,10;
if (BaseLevel>=75) {
bonus2 bSkillAtk,"TK_DOWNKICK",10;
bonus2 bSkillAtk,"TK_COUNTER",10;
}
if (BaseLevel>=90) {
bonus2 bSkillAtk,"TK_DOWNKICK",15;
bonus2 bSkillAtk,"TK_COUNTER",15;
}