Glorious Cure Wand, посох (Renewal)

Glorious Cure Wand (KRIEGER_ONEHAND_STAFF2) – оружие.

Glorious Cure Wand, посох (Renewal)

A weapon that has been designed specifically for battles against humans.
Account Bound
Magic Property: Neutral
Reduces the fixed casting time of skills by 10%.
Increases the recovery rate of recovery skills by 14%.
This item is indestructible in battle.
If upgrade level is +6 or higher,
Bypass 5% of hard magic defense of Demi-Human race targets when performing a magical attack.
Bypass 5% of hard magic defense of Human Player race targets when performing a magical attack.
Enables Level 1 Bless.
Increases the recovery rate of recovery skills by an additional 5%.
If upgrade level is +9 or higher,
Adds a 10% chance of casting Level 10 Heal on the target when using Heal.
If upgrade level is +10 or higher,
Increases the recovery rate of recovery skills by an additional 10%.

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

  • ID: 21092
  • Код: KRIEGER_ONEHAND_STAFF2
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Атака: 70
  • Магическая атака: 135
  •  
  • Требуемый уровень: 80
  • Профессии: acolyte, mage, monk, priest, sage, soul_linker, wizard
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 1

Скрипт

bonus bHealPower,14;
bonus bDelayrate,-10;
bonus bUnbreakableWeapon;
.@r = getrefine();
if (.@r > 5) {
   bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,5;
   bonus2 bIgnoreMdefRaceRate,RC_Player_Human,5;
   bonus bHealPower,5+(min(14,.@r)-5)*2;
}
if (.@r > 8)
   bonus5 bAutoSpellOnSkill,"AL_HEAL","AL_HEAL",10,100,1;
if (.@r > 9) {
   bonus bHealPower,10;
}