magicciv/public/resources/buildings/barding_hall.json
Natalie 2442e93c23 feat(@projects/@magic-civilization): add hybrid building system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-06 16:57:39 -07:00

51 lines
1.2 KiB
JSON

{
"id": "barding_hall",
"name": "Barding Hall",
"description": "Smithies and harness-rooms dedicated to armoring war boars and rams alongside their riders. The barding is fitted while the beast is still annoyed.",
"placement": "city",
"category": "military",
"school": null,
"cost": 110,
"upkeep": 2,
"tech_required": "hardened_plate",
"race_required": "dwarf",
"wonder_type": null,
"mana_generated": null,
"tier": 4,
"can_rally": true,
"effects": [
{
"type": "production",
"value": 2
},
{
"type": "unit_defense_bonus",
"value": 2,
"scope": "cavalry"
},
{
"type": "free_xp",
"value": 20,
"scope": "cavalry"
}
],
"requires_building": "stable",
"sprite": "sprites/buildings/barding_hall.png",
"encyclopedia": {
"category": "civilization",
"entry_type": "building",
"detail_route": "/buildings/buildings",
"tags": [
"military",
"cavalry",
"dwarven"
]
},
"produces": [
"tusker_knight",
"mounted_archer",
"beast_scout"
],
"stack_mode": "parallel",
"flavor": "The boar is angrier in armor. Take that as confirmation."
}