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