Add a 3% chance of auto casting ' Silence ' on an enemy when the user receives Physical Damage.
[ Base Vitality >= 77 ]
Add a chance of auto casting ' Silence ' is increased to 9%.
Класс : Card
Вставляется в : Armor
Вес : 1
Доп. информация:
ID : 4181
Цена у NPC : 10
Script :
{ bonus2 bAddEffWhenHit,Eff_Silence,300+600*(readparam(bVit)>=77); }
{
...bonus2 bAddEffWhenHit,Eff_Silence,300+600*(readparam(bVit)>=77);
}