Add a 0.1% chance of auto casting ' Coma ' on an enemy.
Add a 5% chance of auto casting Stun, Curse, Silence, Poison, External Bleeding on the enemy when attacking.
Класс : Card
Вставляется в : Weapon
Вес : 1
Доп. информация:
ID : 4276
Цена у NPC : 10
Script :
{ bonus3 bAddEff,Eff_Stun,500,ATF_SHORT; bonus3 bAddEff,Eff_Curse,500,ATF_SHORT; bonus3 bAddEff,Eff_Silence,500,ATF_SHORT; bonus3 bAddEff,Eff_Poison,500,ATF_SHORT; bonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT; bonus2 bWeaponComaRace,RC_NonBoss,1; }
{
...bonus3 bAddEff,Eff_Stun,500,ATF_SHORT;
...bonus3 bAddEff,Eff_Curse,500,ATF_SHORT;
...bonus3 bAddEff,Eff_Silence,500,ATF_SHORT;
...bonus3 bAddEff,Eff_Poison,500,ATF_SHORT;
...bonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT;
...bonus2 bWeaponComaRace,RC_NonBoss,1;
}