From f35742dbf87ba4c46bf16de569bf05e7714a82f0 Mon Sep 17 00:00:00 2001 From: autocommit Date: Wed, 15 Apr 2026 19:23:52 -0700 Subject: [PATCH] =?UTF-8?q?chore(game-data):=20=F0=9F=94=A7=20Update=20uni?= =?UTF-8?q?t=20type=20'settler'=20to=20'founder'=20in=20game=20configurati?= =?UTF-8?q?on?= 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/units/stub.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/games/age-of-dwarves/data/units/stub.json b/public/games/age-of-dwarves/data/units/stub.json index 692d4e50..42bab3ac 100644 --- a/public/games/age-of-dwarves/data/units/stub.json +++ b/public/games/age-of-dwarves/data/units/stub.json @@ -1,7 +1,7 @@ [ { - "id": "settler", - "name": "Settler", + "id": "founder", + "name": "Founder", "description": "A colonist who founds new cities. Consumed upon founding.", "unit_type": "support", "school": null, @@ -24,10 +24,10 @@ "can_build_improvements": false, "flags": [], "mana_cost": null, - "sprite": "sprites/units/settler.png", + "sprite": "sprites/units/founder.png", "gender": { - "male": { "name": "Settler", "sprite": "sprites/units/settler_m.png" }, - "female": { "name": "Settler", "sprite": "sprites/units/settler_f.png" } + "male": { "name": "Founder", "sprite": "sprites/units/founder_m.png" }, + "female": { "name": "Founder", "sprite": "sprites/units/founder_f.png" } }, "maintenance": 5, "encyclopedia": {