magicciv/public/resources/buildings/armory.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

43 lines
954 B
JSON

{
"id": "armory",
"name": "Armory",
"description": "An advanced workshop stocked with plate mail and heavy crossbows. Required to train tier 3 and above military units.",
"placement": "city",
"category": "military",
"school": null,
"cost": 150,
"upkeep": 2,
"tech_required": "iron_working",
"race_required": null,
"wonder_type": null,
"mana_generated": null,
"tier": 3,
"effects": [
{
"type": "free_promotions",
"value": 1
},
{
"type": "enables_tier",
"value": 3
}
],
"sprite": "sprites/buildings/armory.png",
"encyclopedia": {
"category": "civilization",
"entry_type": "building",
"detail_route": "/buildings/buildings",
"tags": [
"military"
]
},
"produces": [
"dwarf_iron_vanguard",
"dwarf_bulwark",
"dwarf_ironwarden",
"ironwarden"
],
"stack_mode": "parallel",
"requires_existing": "infantry",
"consumes_existing": false
}