Racing Cap (Minstrel) [1], броня (Renewal)

Racing Cap (Minstrel) [1] (RACING_C_MINS) – броня.

Racing Cap (Minstrel) [1], броня (Renewal)

Atk + 10 per 2 refine rate.
Increases attack speed (reduces delay after attack by 2%) per 3 refine rate.
If refine rate is 8 or higher, Atk + 5 per level of Music Lesson user learned.
If refine rate is 11 or higher, has a chance to auto-cast Reverberation level 2 when dealing physical damage. (If user has higher level, that level will be cast instead)

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

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

Скрипт

.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=8)
   bonus bBaseAtk,5*getskilllv("BA_MUSICALLESSON");
if (.@r>=11)
   bonus3 bAutoSpell,"WM_REVERBERATION",max(2,getskilllv("WM_REVERBERATION")),50;
/* Unknow rates*/