magicciv/public/resources/buildings/mill.json
Natalie d1b091542d feat(@projects/@magic-civilization): add end-game summary scene and gut bridge
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-08 06:21:31 -07:00

38 lines
790 B
JSON

{
"id": "mill",
"name": "Mill",
"description": "A water-powered stone mill that grinds grain into flour. Converts raw food surplus into processed goods more efficiently.",
"placement": "city",
"category": "food",
"school": null,
"cost": 80,
"upkeep": 1,
"tech_required": "husbandry",
"race_required": null,
"wonder_type": null,
"mana_generated": null,
"tier": 2,
"effects": [
{
"type": "food",
"value": 1
},
{
"type": "food_percent",
"value": 0.1
}
],
"sprite": "sprites/buildings/mill.png",
"encyclopedia": {
"category": "civilization",
"entry_type": "building",
"detail_route": "/buildings/buildings",
"tags": [
"food"
]
},
"stack_mode": "amplify",
"produces": [
"worker"
]
}