Other
Other Settings (Advanced)
XP thresholds, level cap, and NPC health scaling for your scenario.
- Editor
- Other → Advanced → Other Settings
- Edit via
- JSON only
Example
{
"startingCharacterLevelUpRequirement": 1000,
"extraRequiredXPPerCharacterLevel": 400,
"maxCharacterLevel": 100,
"npcHealthPerLevel": 12,
"npcMinHealth": 66
}
📋 Note:
npcHealthPerLevelis the per-level HP scaling for NPCs. The exact arithmetic the engine applies is not formally documented.
Related
- Attributes — level-up XP thresholds tie to attribute progression
- Resources — NPC health scaling interacts with resource maximums