SpellsStinkingCloud
From NWN Lexicon
Contents |
[edit] spellsStinkingCloud(object)
Does a stinking cloud.
void spellsStinkingCloud( object oTarget = OBJECT_INVALID );
[edit] Parameters
oTarget
The object to throw some stink at. (Default: OBJECT_INVALID)
[edit] Description
Does a stinking cloud.
If oTarget is invalid, then does area effect, otherwise just attempts on oTarget.
[edit] Remarks
If oTarget is a valid object, then they get the chance to make a fortitude save against poison. If that fails oTarget is checked for the poison immunity feat. If that fails, the effects are applied.
If oTarget is invalid, then treat it as a cone shaped area of effect.
The effects:
- Daze
- Visual effect VFX_DUR_MIND_AFFECTING_DISABLED
- Visual effect VFX_DUR_CESSATE_NEGATIVE
- Visual effect VFX_IMP_DAZED_S
[edit] Requirements
#include " x0_i0_spells "
[edit] Version
???
[edit] See Also
author: Mistress