ShadowBolt(object, int)

Used with Greater Shadow Conjuration spell to cast a damaging bolt towards an NPC.

void ShadowBolt(
    object oTarget,
    int nMetaMagic
);

Parameters

oTarget

Target to cast ShadowBolt on.

nMetaMagic

Specific feat to enhance power of bolt.


Description

This is an invalid function, and is for an incomplete, and totally unused spell file. Please do not take this Bioware function and use it.

Receives the target and any meta-feat information. Determines amount of damage (3d6), if any meta-feat enhancements exists, it enables them. (i.e. Maximize & Enpower). Checks for Reflex save (for half damage).

Builds the visual FX and damage FX and applies them to the oTarget.



Remarks

Script: nw_s0_grshconj.nss: Line: 17


Known Bugs

It will not compile, it is never fired from the game or used in any way.


Requirements

#include "nw_s0_grshconj"

Version

1.29

See Also

categories: Spell Casting Effects Functions | Spells Functions | Talents/Skills/Feats Functions | Visual Effects Functions
events: OnSpellCastAt Event


 author: Jody Fletcher, editor: Jasperre, additional contributor(s): Jasperre