Item Combo Details

Item Combo #574

Combo Size: 3
Combo Items
Dark Knight Glove
Dark_Knight_Glove
Dark Knight Belt
Dark_Knight_BeltB
Dark Knight Mask
Dark_Knight_MaskB
Combo Effect
autobonus "{ bonus bAspdRate,2; }",50,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";
bonus bMaxHP,BaseLevel*15;
bonus bMaxSP,(BaseLevel*12)/10;
bonus bAtkRate,3;
Script References
bAspdRate Item Bonus
bAspdRate
Signature:
bonus bAspdRate,n;
Description:
Attack speed + n%
specialeffect2 Command
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 Item Bonus
bMaxHP
Signature:
bonus bMaxHP,n;
Description:
MaxHP + n
bMaxSP Item Bonus
bMaxSP
Signature:
bonus bMaxSP,n;
Description:
MaxSP + n
bAtkRate Item Bonus
bAtkRate
Signature:
bonus bAtkRate,n;
Description:
ATK + n% that won't interfere with Damage modifier and SC_EDP (renewal mode only)