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

Paradise Warlock Wand (3PARA_WAND_WL) – оружие.

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

Matk + 200.
Can't be refined.
Can't be destroyed.
Matk + 5%, 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 wind and ghost property magical damage by 10%, increases Chain Lightning and Soul Expansion damage by 25%.
If the user's base level is 110 or higher, increases wind and ghost 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 Chain Lightning and Soul Expansion damage by additional 15%.

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

  • ID: 31832
  • Код: 3PARA_WAND_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_Wind,10;
   bonus2 bMagicAtkEle,Ele_Ghost,10;
   bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",25;
   bonus2 bSkillAtk,"WL_SOULEXPANSION",25;
   if (BaseLevel>=110) {
      bonus2 bMagicAtkEle,Ele_Wind,15;
      bonus2 bMagicAtkEle,Ele_Ghost,15;
      bonus2 bMagicAddSize,Size_All,15;
      if (BaseLevel>=115) {
         bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15;
         bonus2 bSkillAtk,"WL_SOULEXPANSION",15;
      }
   }
}