Safety Rod [1], посох (Renewal)
Safety Rod [1] (SAFETY_ROD) – оружие.
![Safety Rod [1], посох (Renewal) Safety Rod [1], посох (Renewal)](/images/db/items/picture/1672.png)
A magic staff that protects its user from the attacks of evil men. It's very popular for children and young women.
Magic Property: Neutral
Int + 2
Reduces damage taken from Demi-Human race enemies by 5%.
Reduces damage taken from Demi-Human race enemies by an additional 1% per upgrade level of the item past the upgrade level of 5.
Reduces damage taken from Human Player race enemies by 5%.
Reduces damage taken from Human Player race enemies by an additional 1% per upgrade level of the item past the upgrade level of 5.
Adds a 2% chance of casting Level 1 Heal on the user when receiving a physical attack, if a higher level of this skill is known, it will be cast instead.
Скрипт
bonus bInt,2; bonus3 bAutoSpellWhenHit,"AL_HEAL",max(1,getskilllv("AL_HEAL")),20; if (getrefine()>5) .@val += getrefine()-5; bonus2 bSubRace,RC_DemiHuman,5+.@val; bonus2 bSubRace,RC_Player_Human,5+.@val;