Add a 3% chance of auto casting Level 5 Signum Crucis when the user receives Physical Damage.
[ + Mummy ]
Seeking Attack (which never miss its target) + 20
Класс : Card
Вставляется в : Shield
Вес : 1
Доп. информация:
ID : 4248
Цена у NPC : 10
Script :
{ bonus3 bAutoSpellWhenHit,"AL_CRUCIS",5,30; if(isequipped(4106)) bonus bPerfectHitAddRate,20; }
{
...bonus3 bAutoSpellWhenHit,"AL_CRUCIS",5,30;
...if(isequipped(4106)) bonus bPerfectHitAddRate,20;
}