39 lines
934 B
JSON
39 lines
934 B
JSON
{
|
|
"id": "scriptorium",
|
|
"name": "Scriptorium",
|
|
"description": "Scribing desks and copy-cells expand the city's library into a working centre of scholarship. Cartographers, sages, and field engineers can be trained here.",
|
|
"placement": "city",
|
|
"category": "research",
|
|
"school": null,
|
|
"cost": 130,
|
|
"upkeep": 2,
|
|
"tech_required": "scholarship",
|
|
"race_required": null,
|
|
"wonder_type": null,
|
|
"mana_generated": null,
|
|
"tier": 2,
|
|
"requires_existing": "library",
|
|
"consumes_existing": false,
|
|
"produces": [
|
|
"dwarf_deep_scout",
|
|
"dwarf_grand_scout",
|
|
"dwarf_engineer"
|
|
],
|
|
"effects": [
|
|
{
|
|
"type": "science",
|
|
"value": 3
|
|
}
|
|
],
|
|
"sprite": "sprites/buildings/scriptorium.png",
|
|
"encyclopedia": {
|
|
"category": "civilization",
|
|
"entry_type": "building",
|
|
"detail_route": "/buildings/buildings",
|
|
"tags": [
|
|
"research",
|
|
"stack"
|
|
]
|
|
},
|
|
"stack_mode": "amplify"
|
|
}
|