Item-Kombination #1054
Kombinationsgröße: 2
Kombinationsgegenstände
Hahoe_Mask
Wit_Pumpkin_Hat
Kombinationseffekt
bonus bAspdRate,10;
autobonus "{ bonus bBaseAtk,50; }",20,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";
Skriptreferenzen
bAspdRate
Gegenstandsbonus
bAspdRate
Signatur:
bonus bAspdRate,n;
Beschreibung:
Attack speed + n%
bBaseAtk
Gegenstandsbonus
bBaseAtk
Signatur:
bonus bBaseAtk,n;
Beschreibung:
Basic attack power + n
specialeffect2
Befehl
specialeffect2
Signatur:
specialeffect2 <effect number>{,<send_target>{,"<Player Name>"}};
Beschreibung:
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.