UnyieldingEffect(effect)
From NWN Lexicon
Jump to navigationJump to searchSet the subtype of eEffect to Unyielding and return eEffect.
Parameters
- eEffect
- The input effect to return an unyielding version of.
Description
Set the subtype of eEffect to Unyielding and return eEffect. (Effects default to magical if the subtype is not set)
Unyielding effects are not removed by resting, death or dispel magic, only by RemoveEffect().
Note: effects that modify state, Stunned/Knockdown/Deaf etc, WILL be removed on death.
Remarks
Version
This function was added in 1.86.8193.35 of NWN:EE.
Example
See Also
functions: |
ExtraordinaryEffect() IgnoreEffectImmunity() SupernaturalEffect() |
author: Shadguy