Combo de Itens Detalhes

Combo de Itens #1166

Tamanho do Combo: 2
Itens do Combo
Efeito do Combo
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; }";
Referências do Script
bMaxSP Bônus de Item
bMaxSP
Assinatura:
bonus bMaxSP,n;
Descrição:
MaxSP + n
bMaxHPrate Bônus de Item
bMaxHPrate
Assinatura:
bonus bMaxHPrate,n;
Descrição:
MaxHP + n%
bHit Bônus de Item
bHit
Assinatura:
bonus bHit,n;
Descrição:
Hit + n
bAddSize Bônus de Item
bAddSize
Assinatura:
bonus2 bAddSize,s,x;
Descrição:
+x% physical damage against size s
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.