40 lines
874 B
JSON
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"
|
|
}
|