Paradise Warlock Staff, двуручный посох (Renewal)

Paradise Warlock Staff (3PARA_STAFF_WL) – оружие.

Paradise Warlock Staff, двуручный посох (Renewal)

Matk + 200.
Can't be refined.
Matk + 5%, can't be destroyed, reduces variable casting time by 1% per each level of Mystical Amplification user learned.
If the user's base level is 105 or higher, increases fire and earth property magical damage by 10%, increases Crimson Rock and Earth Strain damage by 25%.
If the user's base level is 110 or higher, increases fire and earth property magical damage by additional 15%, increases magical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Crimson Rock and Earth Strain damage by additional 15%.

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

  • ID: 31831
  • Код: 3PARA_STAFF_WL
  • Тип: оружие
  • Подтип: двуручный посох
  • Уровень оружия: 4
  • Атака: 150
  • Магическая атака: 200
  •  
  • Требуемый уровень: 100
  • Профессии: wizard
  • Вес: 1

Скрипт

.@a = getskilllv("HW_MAGICPOWER");
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
bonus bVariableCastrate,-1*.@a;
if (BaseLevel>=105) {
   bonus2 bMagicAtkEle,Ele_Earth,10;
   bonus2 bMagicAtkEle,Ele_Fire,10;
   bonus2 bSkillAtk,"WL_CRIMSONROCK",25;
   bonus2 bSkillAtk,"WL_EARTHSTRAIN",25;
   if (BaseLevel>=110) {
      bonus2 bMagicAtkEle,Ele_Earth,15;
      bonus2 bMagicAtkEle,Ele_Fire,15;
      bonus2 bMagicAddSize,Size_All,15;
      if (BaseLevel>=115) {
         bonus2 bSkillAtk,"WL_CRIMSONROCK",15;
         bonus2 bSkillAtk,"WL_EARTHSTRAIN",15;
      }
   }
}