Paradise Super Novice Staff, посох (Renewal)

Paradise Super Novice Staff (2PARA_ROD_NV) – оружие.

Paradise Super Novice Staff, посох (Renewal)

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

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

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

Скрипт

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