38 lines
790 B
JSON
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"
|
|
]
|
|
}
|