Paradise Soul Reaper Soulstick, двуручный посох (Renewal)

Paradise Soul Reaper Soulstick (3PARA_ROD_SP) – оружие.

Paradise Soul Reaper Soulstick, двуручный посох (Renewal)

Matk + 200.
Can't be refined.
Can't be destroyed.
Matk + 5%, reduces variable casting time by 1% per each level of Happy Break user learned.
If the user's base level is 105 or higher, increases shadow property magical damage by 10%, increases Curse Explosion damage by 25%.
If the user's base level is 110 or higher, reduces skill cooldown of Evil Spirit's Curse by 2 seconds, increases magical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Curse Explosion damage by additional 15%.

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

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

Скрипт

.@a = getskilllv("TK_SPTIME");
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
bonus bVariableCastrate,-1*.@a;
if (BaseLevel>=105) {
   bonus2 bMagicAtkEle,Ele_Dark,15;
   bonus2 bSkillAtk,"SP_CURSEEXPLOSION",25;
   if (BaseLevel>=110) {
      bonus2 bSkillCooldown,"SP_SOULCURSE",-2000;
      bonus2 bMagicAddSize,Size_All,15;
      if (BaseLevel>=115)
         bonus2 bSkillAtk,"SP_CURSEEXPLOSION",15;
   }
}