Paradise Super Novice Staff, посох (Renewal)
Paradise Super Novice Staff (2PARA_ROD_NV) – оружие.

Matk + 160.
Can't be refined.
Matk + 3%, can't be destroyed.
If the user's base level is 60 or higher, reduces variable casting time by 10%.
If the user's base level is 75 or higher, increases Fire Bolt, Cold Bolt and Lightning Bolt damage by 20%.
If the user's base level is 90 or higher, increases Fire Bolt, Cold Bolt and Lightning Bolt damage by additional 20%.
Скрипт
bonus bMatkRate,3; if (BaseLevel>=60) bonus bVariableCastrate,-10; if (BaseLevel>=75) { bonus2 bSkillAtk,"MG_FIREBOLT",20; bonus2 bSkillAtk,"MG_COLDBOLT",20; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",20; } if (BaseLevel>=90) { bonus2 bSkillAtk,"MG_FIREBOLT",20; bonus2 bSkillAtk,"MG_COLDBOLT",20; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",20; }