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

40 lines
874 B
JSON

{
"id": "stable",
"name": "Stable",
"description": "Pens and training grounds for mountain rams and war boars. Enables mounted unit production and speeds their training.",
"placement": "city",
"category": "military",
"school": null,
"cost": 80,
"upkeep": 1,
"tech_required": "animal_husbandry",
"race_required": null,
"wonder_type": null,
"mana_generated": null,
"tier": 1,
"effects": [
{
"type": "mounted_production_speed",
"value": 0.25
},
{
"type": "enables_mounted",
"value": true
}
],
"sprite": "sprites/buildings/stable.png",
"encyclopedia": {
"category": "civilization",
"entry_type": "building",
"detail_route": "/buildings/buildings",
"tags": [
"military"
]
},
"produces": [
"cavalry",
"ram_rider",
"tusker_knight"
],
"stack_mode": "parallel"
}