magicciv/public/resources/buildings/command_citadel.json
Natalie 1991c38930 feat(@projects/@magic-civilization): add replay and past games pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-30 04:44:05 -04:00

45 lines
1 KiB
JSON

{
"id": "command_citadel",
"name": "Command Citadel",
"description": "The supreme military headquarters of the dwarven empire. All units trained here begin at maximum readiness with elite equipment.",
"placement": "city",
"category": "military",
"school": null,
"cost": 450,
"upkeep": 5,
"tech_required": "ascendant_warfare",
"race_required": null,
"wonder_type": null,
"mana_generated": null,
"tier": 10,
"effects": [
{
"type": "free_promotions",
"value": 3
},
{
"type": "starting_xp",
"value": 50
},
{
"type": "unit_production_speed",
"value": 0.25
}
],
"requires_building": "military_academy",
"sprite": "sprites/buildings/command_citadel.png",
"encyclopedia": {
"category": "civilization",
"entry_type": "building",
"detail_route": "/buildings/buildings",
"tags": [
"military"
]
},
"produces": [
"mountain_king",
"ancestral_walker",
"apex_artillery"
],
"stack_mode": "parallel"
}