magicciv/public/resources/buildings/alchemist_workshop.json
Natalie b9910dc6b7 feat(@projects/@magic-civilization): update building resource files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-07 20:24:19 -07:00

44 lines
965 B
JSON

{
"id": "alchemist_workshop",
"name": "Alchemist Workshop",
"description": "A cluttered laboratory of retorts, crucibles, and carefully labeled poisons. Advances material science and unlocks advanced compounds.",
"placement": "city",
"category": "research",
"school": null,
"keywords": [
"produces_goods",
"toggleable"
],
"cost": 150,
"upkeep": 2,
"produces": [
"rune_scribe",
"dwarf_deep_scout",
"dwarf_grand_scout"
],
"tech_required": "alchemy",
"race_required": null,
"wonder_type": null,
"mana_generated": null,
"tier": 4,
"effects": [
{
"type": "science",
"value": 2
},
{
"type": "production",
"value": 1
}
],
"sprite": "sprites/buildings/alchemist_workshop.png",
"encyclopedia": {
"category": "civilization",
"entry_type": "building",
"detail_route": "/buildings/buildings",
"tags": [
"research"
]
},
"stack_mode": "amplify"
}