magicciv/public/resources/buildings/monument.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

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