53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"id": "dwarf_deep_forge",
|
|
"name": "Deep Forge",
|
|
"description": "A legendary furnace built over a magma vent, where high smiths craft weapons of surpassing quality. Unique to the dwarven race.",
|
|
"placement": "city",
|
|
"category": "production",
|
|
"school": null,
|
|
"cost": 200,
|
|
"upkeep": 2,
|
|
"tech_required": "iron_working",
|
|
"race_required": "dwarf",
|
|
"wonder_type": null,
|
|
"mana_generated": null,
|
|
"tier": 3,
|
|
"effects": [
|
|
{
|
|
"type": "production",
|
|
"value": 3
|
|
},
|
|
{
|
|
"type": "unit_attack_bonus",
|
|
"value": 1
|
|
},
|
|
{
|
|
"type": "enables_unit",
|
|
"value": "dwarf_berserker"
|
|
}
|
|
],
|
|
"requires_building": "forge",
|
|
"sprite": "sprites/buildings/deep_forge.png",
|
|
"encyclopedia": {
|
|
"category": "civilization",
|
|
"entry_type": "building",
|
|
"detail_route": "/buildings/buildings",
|
|
"tags": [
|
|
"production"
|
|
]
|
|
},
|
|
"produces": [
|
|
"dwarf_high_smith",
|
|
"dwarf_grand_smith",
|
|
"dwarf_ascendant_smith",
|
|
"dwarf_high_engineer",
|
|
"dwarf_grand_engineer",
|
|
"dwarf_ascendant_engineer",
|
|
"dwarf_high_sapper",
|
|
"dwarf_grand_sapper",
|
|
"dwarf_ascendant_sapper"
|
|
],
|
|
"stack_mode": "amplify",
|
|
"requires_existing": "iron_forge",
|
|
"consumes_existing": false
|
|
}
|