From 3b2371d86f3da8ae43a6e27872a4a5cb911bfae8 Mon Sep 17 00:00:00 2001 From: autocommit Date: Thu, 16 Apr 2026 13:52:26 -0700 Subject: [PATCH] =?UTF-8?q?feat(age-dwarves):=20=E2=9C=A8=20Add=20balanced?= =?UTF-8?q?=20starting=20conditions=20map=20generator=20settings=20to=20se?= =?UTF-8?q?tup.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- public/games/age-of-dwarves/data/setup.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/games/age-of-dwarves/data/setup.json b/public/games/age-of-dwarves/data/setup.json index cd00edd4..1f8fd068 100644 --- a/public/games/age-of-dwarves/data/setup.json +++ b/public/games/age-of-dwarves/data/setup.json @@ -268,5 +268,9 @@ { "id": "lush", "name": "Lush", "description": "30% O2, low CO2. Buffer to spend; maintain it." }, { "id": "primordial", "name": "Primordial Earth", "description": "Near-zero O2, extreme CO2/CH4. Only underground or sealed civs survive early. Life must evolve the atmosphere." } ] + }, + "map_generator": { + "use_balanced_starts": true, + "balanced_starts_max_players": 2 } }