Glorious Cure Wand, посох (Pre-Renewal)
Glorious Cure Wand (KRIEGER_ONEHAND_STAFF2) – оружие.

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%.
Скрипт
bonus bMatkRate,15;
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+(.@r-5)*2;
}
if (.@r>8)
bonus5 bAutoSpellOnSkill,"AL_HEAL","AL_HEAL",10,100,1;
if (.@r>9) {
bonus bHealPower,10;
}