Combo de Objetos Detalles

Combo de Objetos #64

Tamaño del Combo: 2
Objetos del Combo
Bloody Dress [1]
Bloody_Dress
Evil Spirit Gloves [1]
Evilspirit_Gloves
Efecto del Combo
bonus bBaseAtk,50;
bonus bMatk,50;
bonus bAspd,1;
bonus5 bAutoSpell,"WL_SOULEXPANSION",1,60,BF_WEAPON,1;
bonus5 bAutoSpell,"WL_TELEKINESIS_INTENSE",1,60,BF_MAGIC,0;
bonus5 bAutoSpellWhenHit,"AL_HEAL",5,60,BF_WEAPON|BF_MAGIC,0;
Referencias del Script
bBaseAtk Bono de Ítem
bBaseAtk
Firma:
bonus bBaseAtk,n;
Descripción:
Basic attack power + n
bMatk Bono de Ítem
bMatk
Firma:
bonus bMatk,n;
Descripción:
Magical attack power + n
bAspd Bono de Ítem
bAspd
Firma:
bonus bAspd,n;
Descripción:
Attack speed + n
bonus5 Comando
bonus5
Firma:
bonus5 <bonus type>,<val1>,<val2>,<val3>,<val4>,<val5>;
Descripción:
These commands are meant to be used in item scripts. They will probably work outside item scripts, but the bonus will not persist for long. They, as expected, refer only to an invoking character. kind in ''.
bAutoSpell Bono de Ítem
bAutoSpell
Firma:
bonus5 bAutoSpell,sk,y,n,bf,i;
Descripción:
Adds a n/10% chance to cast skill sk of level y when attacking with trigger criteria bf
bAutoSpellWhenHit Bono de Ítem
bAutoSpellWhenHit
Firma:
bonus5 bAutoSpellWhenHit,sk,y,n,bf,i;
Descripción:
Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack with trigger criteria bf