The list of encounter difficulties. They relate to entries in encdifficulty.2da
ID relates to the line number/constant number for SetEncounterDifficulty and Difficulty Value relates to the "Value" column which is the difficulty modifier of the encounter and returned by GetEncounterDifficulty.
Constants
| Constant
|
ID (Used for SetEncounterDifficulty)
|
Value in encdifficulty.2da (GetEncounterDifficulty)
|
Description
|
| ENCOUNTER_DIFFICULTY_EASY
|
1
|
1
|
| An easy difficulty encounter
|
|
| ENCOUNTER_DIFFICULTY_HARD
|
3
|
5
|
| The hard encounter difficulty.
|
|
| ENCOUNTER_DIFFICULTY_IMPOSSIBLE
|
4
|
9
|
| The impossible encounter difficulty.
|
|
| ENCOUNTER_DIFFICULTY_NORMAL
|
2
|
2
|
| The normal encounter difficulty.
|
|
| ENCOUNTER_DIFFICULTY_VERY_EASY
|
0
|
0
|
| The easiest encounter level.
|
|
See Also