magicciv/public/resources/units/worker.json
Natalie 11b4477283 fix(@projects/@magic-civilization): 🗑️ consolidate building data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-29 16:04:27 -04:00

59 lines
1.2 KiB
JSON

[
{
"id": "worker",
"name": "Worker",
"description": "A civilian laborer who builds tile improvements such as farms, mines, and roads.",
"unit_type": "support",
"school": null,
"domain": "land",
"keywords": [
"worker"
],
"attributes": [
"light",
"biological"
],
"attack_type": "none",
"hp": 30,
"attack": 0,
"defense": 2,
"ranged_attack": 0,
"range": 0,
"movement": 3,
"vision": 1,
"cost": 70,
"tier": 1,
"tech_required": null,
"upgradeable_from": null,
"race_required": null,
"faction": null,
"mana_cost": null,
"sprite": "sprites/units/worker.png",
"gender": {
"male": {
"name": "Worker",
"sprite": "sprites/units/worker_m.png"
},
"female": {
"name": "Worker",
"sprite": "sprites/units/worker_f.png"
}
},
"maintenance": 3,
"auto_join": false,
"encyclopedia": {
"category": "civilization",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"support",
"civilian"
]
},
"flavor": "",
"archetype": "civilian",
"promotion_tree": null,
"clan_affinity": []
}
]