Item-Kombination #1166
Kombinationsgröße: 2
Kombinationsgegenstände
Twilight_Desert
Sandstorm
Kombinationseffekt
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; }";
Skriptreferenzen
bMaxSP
Gegenstandsbonus
bMaxSP
Signatur:
bonus bMaxSP,n;
Beschreibung:
MaxSP + n
bMaxHPrate
Gegenstandsbonus
bMaxHPrate
Signatur:
bonus bMaxHPrate,n;
Beschreibung:
MaxHP + n%
bHit
Gegenstandsbonus
bHit
Signatur:
bonus bHit,n;
Beschreibung:
Hit + n
bAddSize
Gegenstandsbonus
bAddSize
Signatur:
bonus2 bAddSize,s,x;
Beschreibung:
+x% physical damage against size s
bAspdRate
Gegenstandsbonus
bAspdRate
Signatur:
bonus bAspdRate,n;
Beschreibung:
Attack speed + 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.