Sloth Bible [2], книга (Renewal)
Sloth Bible [2] (EP172_1H_BOOK2) – оружие. Выпадает из монстров: Senior Assistant Bot, Bookworm, Schulang.
![Sloth Bible [2], книга (Renewal) Sloth Bible [2], книга (Renewal)](/images/db/items/picture/540005.png)
A record storage device which was stored in Barmund Mansion.
It has been horribly distorted by the magic-jamming device that Illusion has installed.
MATK +220.
Physical/Magic attacks create a chance of restoring 300 SP every second for 5 seconds, incoming damage -15% from Normal monsters.
MATK +6 and Variable Cast Time -3% for every 3 refine levels.
When refined to +7 or higher, Fire/Lightning Bolt damage +25%.
When refined to +9 or higher, Increased ASPD (ASPD +10%).
When refined to +11 or higher, Additional Fire/Lightning Bolt damage +30%.
Скрипт
.@r = getrefine();
autobonus "{ bonus2 bSubClass,Class_Normal,15; bonus2 bSPRegenRate,300,1000; }",1,5000,BF_WEAPON|BF_MAGIC;
bonus bVariableCastrate,-3*(.@r/3);
bonus bMatk,6*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",25;
bonus2 bSkillAtk,"MG_FIREBOLT",25;
}
if (.@r>=9) {
bonus bAspdRate,10;
}
if (.@r>=11) {
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",30;
bonus2 bSkillAtk,"MG_FIREBOLT",30;
}