magicciv/public/resources/buildings/siege_workshop.json
Natalie 950aad39cd feat(@projects): add unit action variants and combat hooks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-02 20:06:39 -04:00

51 lines
1.1 KiB
JSON

[
{
"id": "siege_workshop",
"name": "Siege Workshop",
"description": "Half forge, half library. The plans are kept in the rafters. Where ballistae and catapults are fabricated.",
"placement": "city",
"category": "military",
"school": null,
"keywords": ["produces_goods", "toggleable"],
"cost": 80,
"upkeep": 2,
"tech_required": "siege_craft",
"race_required": "dwarf",
"wonder_type": null,
"mana_generated": null,
"tier": 2,
"can_rally": true,
"effects": [
{
"type": "production",
"value": 2
}
],
"adjacency": [
{
"from": "mountains",
"yield_bonus": {
"production": 1
}
}
],
"sprite": "sprites/buildings/siege_workshop.png",
"encyclopedia": {
"category": "civilization",
"entry_type": "building",
"detail_route": "/buildings/buildings",
"tags": [
"military",
"siege",
"dwarven"
]
},
"produces": [
"ballista_crew",
"catapult_crew",
"dwarf_catapult",
"dwarf_ballista"
],
"stack_mode": "parallel"
}
]