42 lines
935 B
JSON
42 lines
935 B
JSON
[
|
|
{
|
|
"id": "library",
|
|
"name": "Library",
|
|
"description": "Shelves of stone tablets and vellum scrolls preserving accumulated knowledge. The foundation of scholarly pursuit.",
|
|
"placement": "city",
|
|
"category": "research",
|
|
"school": null,
|
|
"cost": 60,
|
|
"upkeep": 1,
|
|
"tech_required": null,
|
|
"race_required": null,
|
|
"wonder_type": null,
|
|
"mana_generated": null,
|
|
"tier": 1,
|
|
"effects": [
|
|
{
|
|
"type": "science",
|
|
"value": 2
|
|
}
|
|
],
|
|
"placement_tile_required": true,
|
|
"placeable_on": [
|
|
"grassland",
|
|
"plains"
|
|
],
|
|
"adjacency": [],
|
|
"sprite": "sprites/buildings/library.png",
|
|
"encyclopedia": {
|
|
"category": "civilization",
|
|
"entry_type": "building",
|
|
"detail_route": "/buildings/buildings",
|
|
"tags": [
|
|
"research"
|
|
]
|
|
},
|
|
"produces": [
|
|
"dwarf_engineer"
|
|
],
|
|
"stack_mode": "amplify"
|
|
}
|
|
]
|