Item-Kombination #3097
Kombinationsgröße: 2
Kombinationsgegenstände
Astraea_Armor
Astraea_Helm_TW
Kombinationseffekt
bonus bHealPower,20;
autobonus2 "{ bonus bDef,1000; bonus2 bSPLossRate,50,1000; }",20,5000,BF_WEAPON,"{ specialeffect2 EF_MAGNUMBREAK; }";
Skriptreferenzen
bHealPower
Gegenstandsbonus
bHealPower
Signatur:
bonus bHealPower,n;
Beschreibung:
Increases heal amount of all heal skills by n%
bDef
Gegenstandsbonus
bDef
Signatur:
bonus bDef,n;
Beschreibung:
Equipment DEF + n
bSPLossRate
Gegenstandsbonus
bSPLossRate
Signatur:
bonus2 bSPLossRate,n,t;
Beschreibung:
Lose n SP every t milliseconds
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.