Paradise Wizard Staff, посох (Renewal)
Paradise Wizard Staff (2PARA_STAFF_WZ) – оружие.

Matk + 160.
Can't be refined.
Can't be destroyed.
Matk + 3%.
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 Storm Gust and Meteor Storm damage by 20%.
If the user's base level is 90 or higher, increases Lord of Vermilion and Heaven's Drive damage by 20%.
Скрипт
bonus bMatkRate,3;
if (BaseLevel>=60)
bonus bVariableCastrate,-10;
if (BaseLevel>=75) {
bonus2 bSkillAtk,"WZ_STORMGUST",20;
bonus2 bSkillAtk,"WZ_METEOR",20;
}
if (BaseLevel>=90) {
bonus2 bSkillAtk,"WZ_VERMILION",20;
bonus2 bSkillAtk,"WZ_HEAVENDRIVE",20;
}