Patent Spirit Pendulum [2], посох (Renewal)

Patent Spirit Pendulum [2] (UP_SOULWEIGHT) – оружие.

Patent Spirit Pendulum [2], посох (Renewal)

A weight that is said to have been used by a soul-ripper with considerable spirit
When shaken, the sound of spirits was heard, so he began to exert his natural power.
It seems to resonate with the boots of the great hero.

MATK + 190.
MATK + 15 per 2 refine rates.
Increase all property magic damage by 2% per 3 refine rates
When refined to +7 or higher, increase damage of Espa by 15% reduce variable casting by 10%.
When refined to +9 or higher, increase damage of Eswhoo by 25%.
When refined to +11 or higher, adds a chance(7%) to recover SP 230 for 9 times when magic attack.
When equipped with Great Hero's Boots, INT + 10, MATK + 7% Áõ°¡.

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

  • ID: 31428
  • Код: UP_SOULWEIGHT
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Атака: 70
  • Магическая атака: 190
  •  
  • Требуемый уровень: 150
  • Профессии: soul_linker
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bMatk,15*(.@r/2);
bonus2 bMagicAtkEle,Ele_All,2*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"SP_SPA",15;
   bonus bVariableCastrate,-10;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"SP_SWHOO",25;
}
if (.@r>=11) {
   autobonus "{ bonus2 bSPRegenRate,230,10000; }",70,10000,BF_MAGIC;
}