Item Combo Details

Item Combo #1054

Combo Size: 2
Combo Items
Hahoe Mask
Hahoe_Mask
Witch's Pumpkin Hat
Wit_Pumpkin_Hat
Combo Effect
bonus bAspdRate,10;
autobonus "{ bonus bBaseAtk,50; }",20,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";
Script References
bAspdRate Item Bonus
bAspdRate
Signature:
bonus bAspdRate,n;
Description:
Attack speed + n%
bBaseAtk Item Bonus
bBaseAtk
Signature:
bonus bBaseAtk,n;
Description:
Basic attack power + 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.