DoTrapSpike
From NWN Lexicon
Contents |
[edit] DoTrapSpike(int)
Apply effects of spike trap on entering object.
void DoTrapSpike( int nDamage );
[edit] Parameters
nDamage
The full damage that would be applied if no adjustments were made.
[edit] Description
Does a spike trap.
Reflex save allowed.
[edit] Remarks
Common uses are on a door or trigger. Effect it applied to the object returned by GetReflexAdjustedDamage to allow for saving throws to reduce the actual amount of damage that is dealt.
[edit] Requirements
#include " x0_i0_spells "
[edit] Version
???
[edit] See Also
author: Mistress, additional contributor: Tom Cassiotis