Combo d'Objets Détails

Combo d'Objets #1166

Taille du Combo: 2
Objets du Combo
Desert Twilight [2]
Twilight_Desert
Sandstorm [4]
Sandstorm
Effet du Combo
bonus bMaxSP,20;
bonus bMaxHPrate,5;
bonus bHit,10;
bonus2 bAddSize,Size_Large,30;
autobonus "{ bonus bAspdRate,100; }",1,7000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
Références du Script
bMaxSP Bonus d’Objet
bMaxSP
Signature:
bonus bMaxSP,n;
Description:
MaxSP + n
bMaxHPrate Bonus d’Objet
bMaxHPrate
Signature:
bonus bMaxHPrate,n;
Description:
MaxHP + n%
bHit Bonus d’Objet
bHit
Signature:
bonus bHit,n;
Description:
Hit + n
bAddSize Bonus d’Objet
bAddSize
Signature:
bonus2 bAddSize,s,x;
Description:
+x% physical damage against size s
bAspdRate Bonus d’Objet
bAspdRate
Signature:
bonus bAspdRate,n;
Description:
Attack speed + n%
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.