Shrine Maiden Hat [1], броня (Renewal)

Shrine Maiden Hat [1] (SHRINE_MAIDEN_HAT) – броня.

Shrine Maiden Hat [1], броня (Renewal)

A ribbon once worn by a shrine maiden as she fought off hordes of demons and youkai. Wearing it demonstrates and rewards your resolve to follow the same path.
Reduces the variable casting time of Magnus Exorcismus by 100%.
Reduces the fixed casting time of Magnus Exorcismus by 100%.
Adds a 5% chance of casting Level 1 Heal on the user when receiving a physical or magical attack, if a higher level of this skill is known, it will be cast instead.
If upgrade level is +9 or higher,
Increases the damage of Magnus Exorcismus by 120%.

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

  • ID: 24656
  • Код: SHRINE_MAIDEN_HAT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 30
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 20

Скрипт

bonus bInt,1;
bonus bVit,2;
.@r = getrefine();
bonus2 bVariableCastrate,"PR_MAGNUS",-100;
bonus2 bFixedCastrate,"PR_MAGNUS",-100;
bonus5 bAutoSpellWhenHit,"AL_HEAL",max(getskilllv("AL_HEAL"),1),50,BF_WEAPON|BF_MAGIC,0;
if (.@r>8) {
   bonus2 bSkillAtk,"PR_MAGNUS",120;
}