Skip to main content
unofficial.voyage wiki
Builder

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: npcHealthPerLevel is the per-level HP scaling for NPCs. The exact arithmetic the engine applies is not formally documented.

Related

  • Attributeslevel-up XP thresholds tie to attribute progression
  • ResourcesNPC health scaling interacts with resource maximums