Divine Guard Hat [1], броня (Renewal)

Divine Guard Hat [1] (DIVINE_GUARD_HAT_) – броня.

Divine Guard Hat [1], броня (Renewal)

A majestic hat that displays the divine authority that has been invested in the wearer.
Adds a 100% chance of casting Level 1 Genesis Ray on the target when using Holy Cross, if a higher level of this skill is known, it will be cast instead.
Adds a 100% chance of casting Level 2 Tuna Belly on the user when using Genesis Ray.
If upgrade level is +9 or higher,
Increases the damage of Genesis Ray by 10% per 2 levels of Holy Cross known.

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

  • ID: 23210
  • Код: DIVINE_GUARD_HAT_
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Профессии: crusader
  • Вес: 20

Скрипт

.@r = getrefine();
bonus2 bSubSize,Size_All,5;
if (.@r>=7) {
   .@level = getskilllv("AL_HEAL");
   bonus3 bAutoSpellWhenHit,"AL_HEAL",(.@level ? .@level : 5),10;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"LG_RAYOFGENESIS",20;
}