magicciv/public/resources/buildings/library.json
Natalie 1991c38930 feat(@projects/@magic-civilization): add replay and past games pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-30 04:44:05 -04:00

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"
}
]