Combo d'Objets Détails

Combo d'Objets #322

Taille du Combo: 3
Objets du Combo
Assaulter Plate [1]
Assaulter_Plate
Battle Greaves [1]
Battle_Greave
Captain's Manteau [1]
Commander_Manteau
Effet du Combo
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; }";
Références du Script
bSubRace Bonus d’Objet
bSubRace
Signature:
bonus3 bSubRace,r,x,bf;
Description:
+x% damage reduction against race r with trigger criteria bf
bVit Bonus d’Objet
bVit
Signature:
bonus bVit,n;
Description:
VIT + n
bMaxHPrate Bonus d’Objet
bMaxHPrate
Signature:
bonus bMaxHPrate,n;
Description:
MaxHP + n%
bHealPower2 Bonus d’Objet
bHealPower2
Signature:
bonus bHealPower2,n;
Description:
Increases heal amount if you are healed by any skills by n%
bAddItemHealRate Bonus d’Objet
bAddItemHealRate
Signature:
bonus2 bAddItemHealRate,iid,n;
Description:
Increases HP recovered by n% for item iid
bHPRegenRate Bonus d’Objet
bHPRegenRate
Signature:
bonus2 bHPRegenRate,n,t;
Description:
Gain n HP every t milliseconds
specialeffect2 Commande
specialeffect2
Signature:
specialeffect2 <effect number>{,<send_target>{,"<Player Name>"}};
Description:
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.