Sloth Text [2], книга (Renewal)
Sloth Text [2] (EP172_1H_BOOK) – оружие. Выпадает из монстров: Senior Assistant Bot, Roaming Spellbook.
![Sloth Text [2], книга (Renewal) Sloth Text [2], книга (Renewal)](/images/db/items/picture/540004.png)
A technical book which was stored in Barmund Mansion.
It has been horribly distorted by the magic-jamming device that Illusion has installed.
Indestructible.
New Moon Kick damage +10%.
ATK +12 for every 3 refine levels.
When refined to +7 or higher, Additional New Moon Kick damage +15%.
When refined to +9 or higher, Increased ASPD (ASPD +10%).
When refined to +11 or higher, Full Moon Kick damage +25%.
Скрипт
.@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"SJ_NEWMOONKICK",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; } if (.@r>=9) { bonus bAspdRate,10; } if (.@r>=11) { bonus2 bSkillAtk,"SJ_FULLMOONKICK",25; }