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

48 lines
1.1 KiB
JSON

[
{
"id": "sword_hall",
"name": "Sword Hall",
"description": "Where the shield-line is taught not as drill but as dance. Heavy melee instruction beyond what the basic barracks can offer.",
"placement": "city",
"category": "military",
"school": null,
"cost": 60,
"upkeep": 1,
"tech_required": "shield_wall",
"race_required": "dwarf",
"wonder_type": null,
"mana_generated": null,
"tier": 2,
"can_rally": true,
"effects": [
{
"type": "production",
"value": 1
},
{
"type": "free_xp",
"value": 20,
"scope": "melee"
}
],
"sprite": "sprites/buildings/sword_hall.png",
"encyclopedia": {
"category": "civilization",
"entry_type": "building",
"detail_route": "/buildings/buildings",
"tags": [
"military",
"dwarven"
]
},
"produces": [
"berserker",
"hearth_raider",
"goretooth",
"war_ram",
"dwarf_axeman",
"dwarf_berserker"
],
"stack_mode": "parallel"
}
]