Paradise Foxtail, посох (Renewal)

Paradise Foxtail (1PARA_FOXTAIL) – оружие.

Paradise Foxtail, посох (Renewal)

Matk + 100.
Can't be refined.
Can't be destroyed.
If the user's base level is 20 or higher, Atk + 15, Matk + 15.
If the user's base level is 30 or higher, additional Atk + 20, Matk + 20.
If the user's base level is 45 or higher, additional Atk + 25, Matk + 25.

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

  • ID: 31445
  • Код: 1PARA_FOXTAIL
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 2
  • Атака: 100
  • Магическая атака: 100
  •  
  • Требуемый уровень: 10
  • Профессии: spirit_handler, summoner
  • Вес: 1

Скрипт

bonus bUnbreakableWeapon;
if (BaseLevel>=20) {
   bonus bBaseAtk,15;
   bonus bMatk,15;
   if (BaseLevel>=30) {
      bonus bBaseAtk,20;
      bonus bMatk,20;
      if (BaseLevel>=45) {
         bonus bBaseAtk,25;
         bonus bMatk,25;
      }
   }
}