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

Magical Ring [1] (MAGICAL_RING) – броня.

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

A ring created to enhance magical powers. The sorceress who made this ring was a great admirer of rune knights.


Required

Increases the damage of Water property magical attacks on targets by 5%.
Increases the damage of Earth property magical attacks on targets by 5%.
Increases the damage of Fire property magical attacks on targets by 5%.
Increases the damage of Wind property magical attacks on targets by 5%.
Increases the damage of Cold Bolt by 1% for every 5 base levels.
Increases the damage of Earth Spike by 1% for every 5 base levels.
Increases the damage of Fire Bolt by 1% for every 5 base levels.
Increases the damage of Lightning Bolt by 1% for every 5 base levels.

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

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

Скрипт

bonus2 bMagicAtkEle,Ele_Fire,5;
bonus2 bMagicAtkEle,Ele_Water,5;
bonus2 bMagicAtkEle,Ele_Earth,5;
bonus2 bMagicAtkEle,Ele_Wind,5;
if (BaseLevel > 4) {
   bonus2 bSkillAtk,"MG_FIREBOLT",BaseLevel/5;
   bonus2 bSkillAtk,"MG_COLDBOLT",BaseLevel/5;
   bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",BaseLevel/5;
   bonus2 bSkillAtk,"WZ_EARTHSPIKE",BaseLevel/5;
}