Paradise Taekwon Martial Arts Book, книга (Renewal)
Paradise Taekwon Martial Arts Book (2PARA_BOOK1_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 Tornado Kick and Roundhouse damage by 10%.
If the user's base level is 90 or higher, increases Tornado Kick and Roundhouse damage by additional 15%.
Скрипт
bonus bAtkRate,3; if (BaseLevel>=60) bonus bShortAtkRate,10; if (BaseLevel>=75) { bonus2 bSkillAtk,"TK_STORMKICK",10; bonus2 bSkillAtk,"TK_TURNKICK",10; } if (BaseLevel>=90) { bonus2 bSkillAtk,"TK_STORMKICK",15; bonus2 bSkillAtk,"TK_TURNKICK",15; }