Mod Difficulty Chart - MeridiusIX/Modular-Encounters-Systems GitHub Wiki
This page explains the difficulty rating system that some NPC encounter mods utilizing MES may include in their mod-page descriptions.
Rating | Title | Description |
---|---|---|
★☆☆☆☆ | No Challenge | Encounters Are Not Hostile |
★★☆☆☆ | Minimal | Encounters are passively hostile, will only use turrets if you get close |
★★★☆☆ | Average | Encounters will likely not engage players unless provoked or approached |
★★★★☆ | Hostile | Encounters will seek players and attack when conditions are met (visibility, signals, etc) |
★★★★★ | Nightmare | Encounters are aware of all targets in the area and will relentlessly attack |
If you are an NPC modder and you'd like to use this rating system for your own encounters, simply copy one of the following blocks of code and paste it into your mod page description in steam:
No Challenge:
[url=https://github.com/MeridiusIX/Modular-Encounters-Systems/wiki/Mod-Difficulty-Chart][b]Encounter Difficulty - [/b]★☆☆☆☆[b] - No Challenge[/b][/url]
Minimal:
[url=https://github.com/MeridiusIX/Modular-Encounters-Systems/wiki/Mod-Difficulty-Chart][b]Encounter Difficulty - [/b]★★☆☆☆[b] - Minimal[/b][/url]
Average:
[url=https://github.com/MeridiusIX/Modular-Encounters-Systems/wiki/Mod-Difficulty-Chart][b]Encounter Difficulty - [/b]★★★☆☆[b] - Average[/b][/url]
Hostile:
[url=https://github.com/MeridiusIX/Modular-Encounters-Systems/wiki/Mod-Difficulty-Chart][b]Encounter Difficulty - [/b]★★★★☆[b] - Hostile[/b][/url]
Nightmare:
[url=https://github.com/MeridiusIX/Modular-Encounters-Systems/wiki/Mod-Difficulty-Chart][b]Encounter Difficulty - [/b]★★★★★[b] - Nightmare[/b][/url]