Metallic Vibration Booster Violin, (Renewal)

Metallic Vibration Booster Violin (MV_B_VIOLIN) – оружие.

Metallic Vibration Booster Violin, (Renewal)

Can't be refined by normal means.
Matk + 2%, Matk + 180.
Matk + 3 per refine rate.
Matk + 1% per 15 base level (up to level 195).
If refine rate is 7 or higher, increases all property magical damage by 2% per each level of Music Lessons user learned.
If refine rate is 9 or higher, reduces skill cooldown of Metallic Sound by 2 seconds, increases Reverberation and Metallic Sound damage by 25%.
If refine rate is 11 or higher, reduces fixed casting time of Reverberation by 0.5 seconds, increases all property magical damage by additional 15%.
If refine rate is 13 or higher, increases Reverberation and Metallic Sound damage by additional 15%.

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

  • ID: 31575
  • Код: MV_B_VIOLIN
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 150
  •  
  • Требуемый уровень: 100
  • Профессии: bard, dancer
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMatkRate,2+(min(BaseLevel,195)/15);
bonus bMatk,180+(3*.@r);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,2*getskilllv("BA_MUSICALLESSON");
}
if (.@r>=9) {
   bonus2 bSkillCooldown,"WM_METALICSOUND",-2000;
   bonus2 bSkillAtk,"WM_METALICSOUND",25;
   bonus2 bSkillAtk,"WM_REVERBERATION",25;
}
if (.@r>=11) {
   bonus2 bSkillFixedCast,"WM_REVERBERATION",-500;
   bonus2 bMagicAtkEle,Ele_All,15;
}
if (.@r>=13) {
   bonus2 bSkillAtk,"WM_METALICSOUND",15;
   bonus2 bSkillAtk,"WM_REVERBERATION",15;
}