Комбо Предметов #322
Размер Комбо: 3
Предметы Комбо
Assaulter_Plate
Battle_Greave
Commander_Manteau
Эффект Комбо
bonus2 bSubRace,RC_All,-200;
bonus2 bSubRace,RC_DemiHuman,200;
bonus2 bSubRace,RC_Player_Human,200;
bonus bVit,3;
bonus bMaxHPrate,12;
bonus bHealPower2,10;
bonus bAddItemHealRate,10;
autobonus2 "{ bonus2 bHPRegenRate,600,1000; }",5,10000,BF_WEAPON,"{ specialeffect2 EF_HEAL; }";
Справка по Скрипту
bSubRace
Бонус Предмета
bSubRace
Сигнатура:
bonus3 bSubRace,r,x,bf;
Описание:
+x% damage reduction against race r with trigger criteria bf
bVit
Бонус Предмета
bVit
Сигнатура:
bonus bVit,n;
Описание:
VIT + n
bMaxHPrate
Бонус Предмета
bMaxHPrate
Сигнатура:
bonus bMaxHPrate,n;
Описание:
MaxHP + n%
bHealPower2
Бонус Предмета
bHealPower2
Сигнатура:
bonus bHealPower2,n;
Описание:
Increases heal amount if you are healed by any skills by n%
bAddItemHealRate
Бонус Предмета
bAddItemHealRate
Сигнатура:
bonus2 bAddItemHealRate,iid,n;
Описание:
Increases HP recovered by n% for item iid
bHPRegenRate
Бонус Предмета
bHPRegenRate
Сигнатура:
bonus2 bHPRegenRate,n,t;
Описание:
Gain n HP every t milliseconds
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.