magicciv/public/resources/units/founder.json
Natalie b73eb40624 feat(@projects/@magic-civilization): add civilian capture ai behaviors
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 21:20:44 -04:00

58 lines
1.1 KiB
JSON

{
"id": "founder",
"name": "Founder",
"description": "A colonist who founds new cities.",
"unit_type": "support",
"school": null,
"domain": "land",
"keywords": [
"founder"
],
"attributes": [
"light",
"biological"
],
"attack_type": "none",
"hp": 40,
"attack": 0,
"defense": 4,
"ranged_attack": 0,
"range": 0,
"movement": 2,
"vision": 2,
"cost": 106,
"tech_required": null,
"upgradeable_from": null,
"race_required": null,
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/founder.png",
"gender": {
"male": {
"name": "Founder",
"sprite": "sprites/units/founder_m.png"
},
"female": {
"name": "Founder",
"sprite": "sprites/units/founder_f.png"
}
},
"maintenance": 5,
"auto_join": false,
"encyclopedia": {
"category": "civilization",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"support",
"civilian"
]
},
"flavor": "Consumed upon founding.",
"archetype": "civilian",
"capturable": true,
"ransom_multiplier": 2.0,
"promotion_tree": null,
"clan_affinity": []
}