Paradise Wizard Staff, посох (Renewal)

Paradise Wizard Staff (2PARA_STAFF_WZ) – оружие.

Paradise Wizard Staff, посох (Renewal)

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%.

Базовые свойства предмета

  • ID: 31446
  • Код: 2PARA_STAFF_WZ
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 3
  • Атака: 100
  • Магическая атака: 160
  •  
  • Требуемый уровень: 45
  • Профессии: wizard
  • Вес: 1

Скрипт

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;
}