GAME_DIFFICULTY_* Constant Group

From NWN Lexicon
Jump to navigationJump to search

Specifies the list of available setting for game difficulty, fetchable with GetGameDifficulty.

An explanation of NwN difficulty can be found here.

Constants

Constant Value Description
GAME_DIFFICULTY_CORE_RULES 3
Specifies the 'core rules' game difficulty setting.
GAME_DIFFICULTY_DIFFICULT 4
Specifies the 'difficult' game difficulty setting.
GAME_DIFFICULTY_EASY 1
Specifies the 'easy' game difficulty setting.
GAME_DIFFICULTY_NORMAL 2
Specifies the 'normal' game difficulty setting.
GAME_DIFFICULTY_VERY_EASY 0
Specifies the 'very easy' game difficulty setting (only available to DMs, not user selectable).

See Also

functions:  GetGameDifficulty

GetScaledEffect

GetScaledDuration