Paradise Sage Spellbook, книга (Renewal)
Paradise Sage Spellbook (2PARA_BOOK2_SA) – оружие.

Matk + 160.
Can't be refined.
Matk + 3%.
If the user's base level is 60 or higher, increases attack speed (reduces delay after attack by 10%).
If the user's base level is 75 or higher, increases Fire Bolt and Cold Bolt damage by 20%.
If the user's base level is 90 or higher, increases Lightning Bolt and Earth Spike damage by 20%.
Скрипт
bonus bMatkRate,3;
if (BaseLevel>=60)
   bonus bAspdRate,10;
if (BaseLevel>=75) {
   bonus2 bSkillAtk,"MG_FIREBOLT",20;
   bonus2 bSkillAtk,"MG_COLDBOLT",20;
}
if (BaseLevel>=90) {
   bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",20;
   bonus2 bSkillAtk,"WZ_EARTHSPIKE",20;
}