Lyrica Hat [1], броня (Renewal)

Lyrica Hat [1] (LYRICA_HAT_) – броня.

Lyrica Hat [1], броня (Renewal)

A finely crafted hat designed just for Maestros. You can't see from the outside, but on the inside is written every song a Maestro needs to make it big!
Max SP + 200
Reduces the fixed casting time of skills by 5% per level of Voice Lessons known.
Reduces the SP cost of Severe Rainstorm by 10.
If upgrade level is +9 or higher,
Increases the damage of Severe Rainstorm by 25%.

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

  • ID: 23215
  • Код: LYRICA_HAT_
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Профессии: bard, dancer
  • Вес: 20

Скрипт

.@r = getrefine();
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15;
if (.@r>=7) {
   bonus bFixedCastrate,4*(getskilllv("WM_LESSON"));
}
if (.@r>=9) {
   bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM",10;
}