A ring that contains holy power. It responds to specific abilities and strengthens them.
INT + 2, DEX + 1
When using Heal, Aid Potion, Sanctuary, there is a chance for 3 seconds that gives you the ability + 20% Heal more.
MDEF + 2
Класс : Accessory
Защита : 0
Вес : 10
Необходимый Lv. : 70
Доступно для : Lord Knight, High Priest, High Wizard, Whitesmith, Sniper, Assasin Cross, Paladin, Champion, Professor, Stalker, Creator, Clown / Gypsy
Улучшается : Нет
Доп. информация:
ID : 2743
Цена у NPC : 0
Script :
{ bonus bInt,2; bonus bDex,1; bonus bMdef,2; autobonus3 "{ bonus bHealPower,20; }",50,2000,"AL_HEAL"; autobonus3 "{ bonus bHealPower,20; }",50,2000,"AM_POTIONPITCHER"; autobonus3 "{ bonus bHealPower,20; }",50,2000,"PR_SANCTUARY"; }
{
...bonus bInt,2;
...bonus bDex,1;
...bonus bMdef,2;
...autobonus3 "{
......bonus bHealPower,20;
...}
...",50,2000,"AL_HEAL";
...autobonus3 "{
......bonus bHealPower,20;
...}
...",50,2000,"AM_POTIONPITCHER";
...autobonus3 "{
......bonus bHealPower,20;
...}
...",50,2000,"PR_SANCTUARY";
}