Combo de Itens #3097
Tamanho do Combo: 2
Itens do Combo
Astraea_Armor
Astraea_Helm_TW
Efeito do Combo
bonus bHealPower,20;
autobonus2 "{ bonus bDef,1000; bonus2 bSPLossRate,50,1000; }",20,5000,BF_WEAPON,"{ specialeffect2 EF_MAGNUMBREAK; }";
Referências do Script
bHealPower
Bônus de Item
bHealPower
Assinatura:
bonus bHealPower,n;
Descrição:
Increases heal amount of all heal skills by n%
bDef
Bônus de Item
bDef
Assinatura:
bonus bDef,n;
Descrição:
Equipment DEF + n
bSPLossRate
Bônus de Item
bSPLossRate
Assinatura:
bonus2 bSPLossRate,n,t;
Descrição:
Lose n SP every t milliseconds
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.