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

Lion Model Hat [1] (LION_MODEL_HAT) – броня.

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

King of the fuzzy jungle.
Int + 2
Adds a chance of casting Level 5 Meteor Storm when receiving a physical attack.
If upgrade level is +8, additional Int + 1.
Additional Int + 1 per 2 upgrade levels of the item past the upgrade level of +8.

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

  • ID: 24779
  • Код: LION_MODEL_HAT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 30
  • Цена покупки: 10 з
  • Цена продажи: 5 з
  • Вес: 30

Скрипт

.@r = getrefine();
bonus bInt,2+((.@r >= 2 && .@r <= 8) ? 1 : ((.@r > 8) ? (.@r/8): 0));
bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,5;