spellsInflictTouchAttack(int, int, int, int, int, int)

Inflicts a spell touch attack.

void spellsInflictTouchAttack(
    int nDamage,
    int nMaxExtraDamage,
    int nMaximized,
    int vfx_impactHurt,
    int vfx_impactHeal,                
    int nSpellID
);

Parameters

nDamage

Amount of damage to do.

nMaxExtraDamage

Maximum amount of +1 per level damage.

nMaximized

Amount of damage to do if maximized.

vfx_impactHurt

Impact to play if hurt by spell.

vfx_impactHeal

Impact to play if healed by spell.

nSpellID

SpellID to broactcast in the signal event.


Description

Inflicts a spell touch attack.



Requirements

#include "x0_i0_spells"


Version

???

See Also

categories:  Spells Functions


author: Mistress