Item-Kombination #573
Kombinationsgröße: 3
Kombinationsgegenstände
Dark_Knight_Belt
Dark_Knight_GloveB
Dark_Knight_Mask
Kombinationseffekt
autobonus "{ bonus bAspdRate,2; }",50,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";
bonus bMaxHP,BaseLevel*15;
bonus bMaxSP,(BaseLevel*12)/10;
bonus bAtkRate,3;
Skriptreferenzen
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.
bMaxHP
Gegenstandsbonus
bMaxHP
Signatur:
bonus bMaxHP,n;
Beschreibung:
MaxHP + n
bMaxSP
Gegenstandsbonus
bMaxSP
Signatur:
bonus bMaxSP,n;
Beschreibung:
MaxSP + n
bAtkRate
Gegenstandsbonus
bAtkRate
Signatur:
bonus bAtkRate,n;
Beschreibung:
ATK + n% that won't interfere with Damage modifier and SC_EDP (renewal mode only)