magicciv/public/resources/buildings/first_forge.json
Natalie afce3602f7 feat(@projects/@magic-civilization): add new rewards to buildings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-08 06:15:44 -07:00

44 lines
1.1 KiB
JSON

{
"id": "first_forge",
"name": "The First Forge",
"description": "The legendary ur-forge said to be the first ever built by dwarven hands — from its design every subsequent smithy descends. Preserved and active, it produces a trickle of gold from every mine in the empire, a royalty paid in tradition.",
"placement": "city",
"category": "building",
"school": null,
"cost": 90,
"upkeep": 0,
"tech_required": "mining",
"culture_required": null,
"race_required": null,
"wonder_type": "world",
"mana_generated": null,
"tier": 1,
"effects": [
{
"type": "gold_from_mines",
"value": 1
},
{
"type": "production",
"value": 3
}
],
"sprite": "sprites/buildings/wonders/first_forge.png",
"flavor": "They say the fire in this furnace has never gone out. They say a lot of things. This one is true.",
"flags": [
"wonder"
],
"encyclopedia": {
"category": "civilization",
"entry_type": "wonder",
"detail_route": "/buildings/wonders",
"tags": [
"world"
]
},
"stack_mode": "amplify",
"produces": [
"dwarf_grand_smith",
"dwarf_ascendant_smith"
]
}