Комбо Предметов #228
Размер Комбо: 2
Предметы Комбо
Shadow_Guard
Shadow_Walk
Эффект Комбо
bonus2 bAddEffWhenHit,Eff_Blind,500;
autobonus2 "{ bonus bFlee,20; }",200,10000,BF_WEAPON,"{ specialeffect2 EF_INCAGILITY; }";
Справка по Скрипту
bAddEffWhenHit
Бонус Предмета
bAddEffWhenHit
Сигнатура:
bonus4 bAddEffWhenHit,eff,n,atf,t;
Описание:
Adds a n/100% chance to cause status eff for t milliseconds on the target when being hit by physical damage
bFlee
Бонус Предмета
bFlee
Сигнатура:
bonus bFlee,n;
Описание:
Flee + n
specialeffect2
Команда
specialeffect2
Сигнатура:
specialeffect2 <effect number>{,<send_target>{,"<Player Name>"}};
Описание:
This command behaves identically to 'specialeffect', but the effect will be
centered on the invoking character's sprite.
<Player name> parameter will display <effect number> on another Player than the
one currently attached to the script. Like with specialeffect, when specifying
a player, <send_target> must be supplied, specifying AREA will retain the default
behavior of the command.