49 lines
1 KiB
JSON
49 lines
1 KiB
JSON
[
|
|
{
|
|
"id": "monument",
|
|
"name": "Monument",
|
|
"description": "A carved stone obelisk commemorating the founding of the settlement. Inspires civic pride and expands borders.",
|
|
"placement": "city",
|
|
"category": "culture",
|
|
"school": null,
|
|
"cost": 30,
|
|
"upkeep": 0,
|
|
"tech_required": null,
|
|
"race_required": null,
|
|
"wonder_type": null,
|
|
"mana_generated": null,
|
|
"tier": 1,
|
|
"effects": [
|
|
{
|
|
"type": "culture",
|
|
"value": 2
|
|
}
|
|
],
|
|
"placement_tile_required": true,
|
|
"placeable_on": [],
|
|
"adjacency": [
|
|
{
|
|
"from": "hills",
|
|
"yield_bonus": {
|
|
"food": 0,
|
|
"production": 0,
|
|
"trade": 0,
|
|
"culture": 1
|
|
}
|
|
}
|
|
],
|
|
"sprite": "sprites/buildings/monument.png",
|
|
"encyclopedia": {
|
|
"category": "civilization",
|
|
"entry_type": "building",
|
|
"detail_route": "/buildings/buildings",
|
|
"tags": [
|
|
"culture"
|
|
]
|
|
},
|
|
"produces": [
|
|
"bard"
|
|
],
|
|
"stack_mode": "amplify"
|
|
}
|
|
]
|