Combo d'Objets Détails

Combo d'Objets #571

Taille du Combo: 3
Objets du Combo
Dark Knight Belt
Dark_Knight_Belt
Dark Knight Glove
Dark_Knight_Glove
Dark Knight Mask
Dark_Knight_Mask
Effet du Combo
autobonus "{ bonus bAspdRate,2; }",50,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";
bonus bMaxHP,BaseLevel*15;
bonus bMaxSP,(BaseLevel*12)/10;
bonus bAtkRate,3;
Références du Script
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.
bMaxHP Bonus d’Objet
bMaxHP
Signature:
bonus bMaxHP,n;
Description:
MaxHP + n
bMaxSP Bonus d’Objet
bMaxSP
Signature:
bonus bMaxSP,n;
Description:
MaxSP + n
bAtkRate Bonus d’Objet
bAtkRate
Signature:
bonus bAtkRate,n;
Description:
ATK + n% that won't interfere with Damage modifier and SC_EDP (renewal mode only)