Ip const onmonsterhit

From NWN Lexicon
Jump to navigationJump to search

IP_CONST_ONMONSTERHIT_* Constant Group

Special abilities a monster can perform when it scores a successful hit.



Constants

Constant Value Description
IP_CONST_ONMONSTERHIT_ABILITYDRAIN 0
IP_CONST_ONMONSTERHIT_CONFUSION 1
IP_CONST_ONMONSTERHIT_DISEASE 2
IP_CONST_ONMONSTERHIT_DOOM 3
IP_CONST_ONMONSTERHIT_FEAR 4
IP_CONST_ONMONSTERHIT_LEVELDRAIN 5
IP_CONST_ONMONSTERHIT_POISON 6
IP_CONST_ONMONSTERHIT_SLOW 7
IP_CONST_ONMONSTERHIT_STUN 8
IP_CONST_ONMONSTERHIT_WOUNDING 9


See Also