58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
[
|
|
{
|
|
"id": "forge",
|
|
"name": "Forge",
|
|
"description": "A roaring furnace where raw ore is shaped into weapons, tools, and armor. The heart of any productive settlement.",
|
|
"placement": "city",
|
|
"category": "production",
|
|
"school": null,
|
|
"cost": 60,
|
|
"upkeep": 1,
|
|
"tech_required": null,
|
|
"race_required": null,
|
|
"wonder_type": null,
|
|
"mana_generated": null,
|
|
"tier": 1,
|
|
"effects": [
|
|
{
|
|
"type": "production",
|
|
"value": 2
|
|
}
|
|
],
|
|
"placement_tile_required": true,
|
|
"placeable_on": [],
|
|
"adjacency": [
|
|
{
|
|
"from": "mountains",
|
|
"yield_bonus": {
|
|
"food": 0,
|
|
"production": 1,
|
|
"trade": 0
|
|
}
|
|
},
|
|
{
|
|
"from": "hills",
|
|
"yield_bonus": {
|
|
"food": 0,
|
|
"production": 1,
|
|
"trade": 0
|
|
}
|
|
}
|
|
],
|
|
"sprite": "sprites/buildings/forge.png",
|
|
"encyclopedia": {
|
|
"category": "civilization",
|
|
"entry_type": "building",
|
|
"detail_route": "/buildings/buildings",
|
|
"tags": [
|
|
"production"
|
|
]
|
|
},
|
|
"produces": [
|
|
"dwarf_smith",
|
|
"dwarf_prospector",
|
|
"dwarf_woodcutter"
|
|
],
|
|
"stack_mode": "amplify"
|
|
}
|
|
]
|