Crimson Bible [2], книга (Renewal)
Crimson Bible [2] (SCARLET_BIBLE) – оружие. Выпадает из монстров: Elusive Evil Druid, Amon Ra (Nightmare) (N), Evil Druid.
![Crimson Bible [2], книга (Renewal) Crimson Bible [2], книга (Renewal)](/images/db/items/picture/28604.png)
A book with a reddish radiance.
Property: Neutral
Required
ATK + (Upgrade Level * Upgrade Level) up to a maximum Upgrade Level of 15.
MATK + (Upgrade Level * Upgrade Level) / 2 up to a maximum Upgrade Level of 15.
If the user's base level is 70 or higher,
For every 10 base levels, ATK + 5.
Скрипт
.@r = getrefine(); bonus bBaseAtk,(((BaseLevel-70)/10)*5)+(.@r<=15?pow(.@r,2):225); bonus bMatk,(.@r<=15?(pow(.@r,2)/2):225);