Wing Headphone [1], броня (Renewal)

Wing Headphone [1] (WING_HEADPHONE) – броня.

Wing Headphone [1], броня (Renewal)

These headphones are the latest style in the more hip regions of Rune Midgard.
Int + 3
MATK + 1% per refine level of the item.
If refine level is +7 or higher,
Increases the damage of Reverberation by 30%.
Reduces the SP cost of Reverberation by 18.
If refine level is +10 or higher,
Reduces the cooldown of Metallic Sound by 2 seconds.

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

  • ID: 23245
  • Код: WING_HEADPHONE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 24
  •  
  • Требуемый уровень: 1
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bInt,3;
bonus bMatkRate,.@r;
if (.@r>=7) {
   bonus2 bSkillAtk,"WM_REVERBERATION",30;
   bonus2 bSkillUseSP,"WM_REVERBERATION",18;
}
if (.@r>=10)
   bonus2 bSkillCooldown,"WM_REVERBERATION",-2000;