chore(game-data): 🔧 Update unit type 'settler' to 'founder' in game configuration

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-04-15 19:23:52 -07:00
parent 94965ad3f0
commit f35742dbf8

View file

@ -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": {