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:
parent
94965ad3f0
commit
f35742dbf8
1 changed files with 5 additions and 5 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue