44 lines
965 B
JSON
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"
|
|
}
|