magicciv/public/resources/buildings/infantry.json
Natalie 126f8565cc feat(@projects/@magic-civilization): update game objectives and infrastructure docs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-30 10:28:46 -04:00

45 lines
1 KiB
JSON

{
"id": "infantry",
"name": "Infantry Hall",
"description": "Drill grounds and weapon racks where the city's barracks graduates train as line infantry — pikemen, defenders, and shieldwall regulars. Built atop a barracks; the recruits' bunks become the senior NCOs' quarters.",
"placement": "city",
"category": "military",
"school": null,
"cost": 110,
"upkeep": 2,
"tech_required": "bronze_working",
"race_required": null,
"wonder_type": null,
"mana_generated": null,
"tier": 2,
"requires_existing": "barracks",
"consumes_existing": false,
"produces": [
"pikeman",
"defender",
"shield_bearer",
"plated_warrior",
"pike_guard"
],
"effects": [
{
"type": "production",
"value": 2
},
{
"type": "free_xp",
"value": 25
}
],
"sprite": "sprites/buildings/infantry.png",
"encyclopedia": {
"category": "civilization",
"entry_type": "building",
"detail_route": "/buildings/buildings",
"tags": [
"military",
"stack"
]
},
"stack_mode": "parallel"
}