All Stats + 1
Add a 3% chance of auto casting Level 10 Kyrie Eleison on the user when the user receives Physical Damage.
[ Base Intelligence >= 99 ]
Add a chance of auto casting Level 10 Kyrie Eleison is increased to 10%.
Класс : Card
Вставляется в : Footgear
Вес : 1
Доп. информация:
ID : 4236
Цена у NPC : 10
Script :
{ bonus bAllStats,1; bonus3 bAutoSpellWhenHit,"PR_KYRIE",10,(30+70*(readparam(bInt)>=99)); }
{
...bonus bAllStats,1;
...bonus3 bAutoSpellWhenHit,"PR_KYRIE",10,(30+70*(readparam(bInt)>=99));
}