Illusion Electric Eel [2], кнут (Renewal)

Illusion Electric Eel [2] (ELECTRIC_EEL_IL) – оружие.

Illusion Electric Eel [2], кнут (Renewal)

Matk + 180
Matk + 6 and increases long ranged physical damage by 3% per 2 refine rate.
If refine rate is 7 or higher, increases neutral property magical damage by 10%, reduces SP consumption of Severer Rainstorm by 10%.
If refine rate is 9 or higher, increases Reverberation and Severe Rainstorm damage by 15%.
If refine rate is 11 or higher, increases magical damage against water property monsters by 10%, reduces skill cooldown of Severe Rainstorm by 1 second.

When equipped with Illusion Muffler, Atk + 30
If refine rate of each is 7 or higher, increases long ranged physical damage by 5%.
If the sum of refine rate is 18 or higher, increases Severe Rainstorm damage by 20%.
If the sum of refine rate is 22 or higher, reduces skill cooldown of Severe Rainstorm by 1 second.

When equipped with Illusion Shoes, Matk + 40
If refine rate of each is 7 or higher, increases neutral property magical damage by 5%.
If the sum of refine rate is 18 or higher, increases Reverberation damage by 20%.
If the sum of refine rate is 22 or higher, reduces fixed casting time of Reverberation by 0.5 seconds.

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

  • ID: 31610
  • Код: ELECTRIC_EEL_IL
  • Тип: оружие
  • Подтип: кнут
  • Уровень оружия: 4
  • Атака: 170
  • Магическая атака: 180
  •  
  • Требуемый уровень: 120
  • Профессии: bard, dancer
  • Вес: 180

Скрипт

.@r = getrefine();
bonus bLongAtkRate,3*(.@r/2);
bonus bMatk,6*(.@r/2);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Neutral,10;
   bonus2 bSkillUseSPrate,"WM_SEVERE_RAINSTORM",10;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15;
   bonus2 bSkillAtk,"WM_REVERBERATION",15;
}
if (.@r>=11) {
   bonus2 bMagicAddEle,Ele_Water,10;
   bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000;
}