Item property constants relating to saving throws versus specific effects or damage types. Used in ItemPropertyBonusSavingThrowVsX, ItemPropertyReducedSavingThrowVsX.
This list can be expanded if iprp_saveelement.2da is altered to allow further values.
Constants
Constant
|
Value
|
Description
|
IP_CONST_SAVEVS_ACID
|
1
|
|
IP_CONST_SAVEVS_COLD
|
3
|
|
IP_CONST_SAVEVS_DEATH
|
4
|
|
IP_CONST_SAVEVS_DISEASE
|
5
|
|
IP_CONST_SAVEVS_DIVINE
|
6
|
|
IP_CONST_SAVEVS_ELECTRICAL
|
7
|
|
IP_CONST_SAVEVS_FEAR
|
8
|
|
IP_CONST_SAVEVS_FIRE
|
9
|
|
IP_CONST_SAVEVS_MINDAFFECTING
|
11
|
|
IP_CONST_SAVEVS_NEGATIVE
|
12
|
|
IP_CONST_SAVEVS_POISON
|
13
|
|
IP_CONST_SAVEVS_POSITIVE
|
14
|
|
IP_CONST_SAVEVS_SONIC
|
15
|
|
IP_CONST_SAVEVS_UNIVERSAL
|
0
|
Universal - all of the above!
|
|
See Also