Combo de Itens Detalhes

Combo de Itens #326

Tamanho do Combo: 3
Itens do Combo
Efeito do Combo
bonus2 bSubRace,RC_All,-200;
bonus2 bSubRace,RC_DemiHuman,200;
bonus2 bSubRace,RC_Player_Human,200;
bonus bInt,3;
bonus bMaxHPrate,12;
bonus2 bVariableCastrate,"AL_HOLYLIGHT",-50;
bonus bHealPower,6;
autobonus2 "{ bonus bDefEle,Ele_Ghost; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_ENERGYCOAT; }";
Referências do Script
bSubRace Bônus de Item
bSubRace
Assinatura:
bonus3 bSubRace,r,x,bf;
Descrição:
+x% damage reduction against race r with trigger criteria bf
bInt Bônus de Item
bInt
Assinatura:
bonus bInt,n;
Descrição:
INT + n
bMaxHPrate Bônus de Item
bMaxHPrate
Assinatura:
bonus bMaxHPrate,n;
Descrição:
MaxHP + n%
bVariableCastrate Bônus de Item
bVariableCastrate
Assinatura:
bonus2 bVariableCastrate,sk,n;
Descrição:
Increases variable cast time of skill sk by n% (If RENEWAL_CAST is NOT defined, this bonus is equal to bCastrate)
bHealPower Bônus de Item
bHealPower
Assinatura:
bonus bHealPower,n;
Descrição:
Increases heal amount of all heal skills by n%
bDefEle Bônus de Item
bDefEle
Assinatura:
bonus bDefEle,e;
Descrição:
Gives the player's defense element e
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.