Combo d'Objets #3097
Taille du Combo: 2
Objets du Combo
Astraea_Armor
Astraea_Helm_TW
Effet du Combo
bonus bHealPower,20;
autobonus2 "{ bonus bDef,1000; bonus2 bSPLossRate,50,1000; }",20,5000,BF_WEAPON,"{ specialeffect2 EF_MAGNUMBREAK; }";
Références du Script
bHealPower
Bonus d’Objet
bHealPower
Signature:
bonus bHealPower,n;
Description:
Increases heal amount of all heal skills by n%
bDef
Bonus d’Objet
bDef
Signature:
bonus bDef,n;
Description:
Equipment DEF + n
bSPLossRate
Bonus d’Objet
bSPLossRate
Signature:
bonus2 bSPLossRate,n,t;
Description:
Lose n SP 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.