Ring of Hunter [1], броня (Renewal)

Ring of Hunter [1] (RING_OF_HUNTER) – броня.

 

Increase physical damage dealt to all grade monsters by 10%
Increase damage of Fatal Menace by 1% per 3 BaseLv increases

When Emergency Escape Lv5, reduce its cooltime by 0.5 sec.
When Fatal Menace Lv10, reduce delay after skill by 30%.
When Feint Bomb Lv10, recover 3 SP per hit.

When equipped with Speed of Light,
AGI + 40, increase physical damage dealt to all size monsters by 10%.

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

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

Скрипт

bonus2 bAddClass,Class_All,10;
bonus2 bSkillAtk,"SC_FATALMENACE",BaseLevel/3;
if (getskilllv("SC_ESCAPE") == 5)
   bonus2 bSkillCooldown,"SC_ESCAPE",500;
if (getskilllv("SC_FATALMENACE") == 10)
   bonus bDelayrate,-30;
if (getskilllv("SC_FEINTBOMB") == 10)
   bonus bSPDrainValue,3;