Add a 5% chance of auto casting Level 1 Quagmire around the user when the user receives Physical Damage.
If the user has mastered the skill at Level 5, it will cast Level 5 Quagmire .
[ Clock Tower Manager & Alarm & Clock Card Combo ]
Класс : Card
Вставляется в : Garment
Вес : 1
Доп. информация:
ID : 4313
Цена у NPC : 10
Script :
{ bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1+4*(getskilllv("WZ_QUAGMIRE")==5),50,0; }
{
...bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1+4*(getskilllv("WZ_QUAGMIRE")==5),50,0;
}