Combo de Itens #572
Tamanho do Combo: 3
Itens do Combo
Dark_Knight_Belt
Dark_Knight_Glove
Dark_Knight_MaskB
Efeito do Combo
autobonus "{ bonus bAspdRate,2; }",50,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";
bonus bMaxHP,BaseLevel*15;
bonus bMaxSP,(BaseLevel*12)/10;
bonus bAtkRate,3;
Referências do Script
bAspdRate
Bônus de Item
bAspdRate
Assinatura:
bonus bAspdRate,n;
Descrição:
Attack speed + n%
specialeffect2
Comando
specialeffect2
Assinatura:
specialeffect2 <effect number>{,<send_target>{,"<Player Name>"}};
Descrição:
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
Bônus de Item
bMaxHP
Assinatura:
bonus bMaxHP,n;
Descrição:
MaxHP + n
bMaxSP
Bônus de Item
bMaxSP
Assinatura:
bonus bMaxSP,n;
Descrição:
MaxSP + n
bAtkRate
Bônus de Item
bAtkRate
Assinatura:
bonus bAtkRate,n;
Descrição:
ATK + n% that won't interfere with Damage modifier and SC_EDP (renewal mode only)