magicciv/public/resources/buildings/tempering_forge.json
Natalie b9910dc6b7 feat(@projects/@magic-civilization): update building resource files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-07 20:24:19 -07:00

44 lines
1 KiB
JSON

{
"id": "tempering_forge",
"name": "Tempering Forge",
"description": "A precision forge where steel is selectively hardened \u2014 striking faces quenched to razor sharpness, spines tempered for resilience. Every weapon and armor piece gains an edge.",
"placement": "city",
"category": "production",
"school": null,
"cost": 200,
"upkeep": 2,
"produces": [
"dwarf_high_smith",
"dwarf_grand_smith"
],
"tech_required": "differential_hardening",
"race_required": null,
"wonder_type": null,
"mana_generated": null,
"tier": 6,
"effects": [
{
"type": "production",
"value": 3
},
{
"type": "unit_attack_bonus",
"value": 1
},
{
"type": "unit_defense_bonus",
"value": 1
}
],
"requires_building": "forge",
"sprite": "sprites/buildings/tempering_forge.png",
"encyclopedia": {
"category": "civilization",
"entry_type": "building",
"detail_route": "/buildings/buildings",
"tags": [
"production"
]
},
"stack_mode": "amplify"
}