Metal Riffs Ring [1], броня (Renewal)

Metal Riffs Ring [1] (AEGIS_15945) – броня.

 

When you wear this ring, you can feel the rhythm of a well-composed metal song.
It is said that once heard, the great riffs are not easily forgotten.

MATK +50, variable cast time -10%.
For every 12 Base Level, Neutral property magic damage +1%.

For every Lv of [Song Of Mana], [Dances with Wargs] and [Lerad's Dew],
[Metallic Sound] damage +7%.

If Lv5 [Severe Rainstorm] is learned,
[Metallic Sound] cooldown -1 second.

Equip by Archer Classes,
variable cast time -30%.

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

  • ID: 24185
  • Код: AEGIS_15945
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Вес: 10

Скрипт

bonus bMatk,50;
bonus bVariableCastrate,-10;
bonus2 bMagicAtkEle,Ele_Neutral,BaseLevel/12;
bonus2 bSkillAtk,"WM_METALICSOUND",7*(getskilllv("WM_SONG_OF_MANA")+getskilllv("WM_DANCE_WITH_WUG")+getskilllv("WM_LERADS_DEW"));
if (getskilllv("WM_SEVERE_RAINSTORM") == 5)
   bonus2 bSkillCooldown,"WM_METALICSOUND",-1000;
if (BaseClass == Job_Archer)
   bonus bVariableCastrate,-30;