magicciv/public/resources/buildings/gravity_press.json
Natalie b56acfb4b9 feat(@projects/@magic-civilization): add new buildings and fauna resources
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-05 15:03:49 -04:00

47 lines
1.6 KiB
JSON

{
"id": "gravity_press",
"name": "Gravity Press",
"description": "A six-storey hammer fed by counterweights cut from underground granite. The press strikes once an hour, and what comes out is a finished plate or beam — ready for the foundry, the rail, or the war yard.",
"placement": "city",
"category": "production",
"school": null,
"cost": 520,
"upkeep": 5,
"tech_required": "industrial_engineering",
"race_required": null,
"wonder_type": null,
"mana_generated": null,
"tier": 9,
"effects": [
{ "type": "production", "value": 9 },
{ "type": "production_percent", "value": 0.40 },
{ "type": "unit_attack_bonus", "value": 1 },
{ "type": "unit_production_speed", "value": 0.25 },
{ "type": "wonder_production_percent", "value": 0.18 }
],
"requires_existing": "industrial_smelter",
"consumes_existing": false,
"upgrade_fee": 70,
"stack_mode": "amplify",
"produces": [
"dwarf_grand_smith",
"dwarf_master_engineer"
],
"specialist_slots": [
"forge_engineer"
],
"sprite": "sprites/buildings/gravity_press.png",
"encyclopedia": {
"category": "civilization",
"entry_type": "building",
"detail_route": "/buildings/buildings",
"tags": [
"production",
"industrial",
"stack",
"tier9"
]
},
"balance_note": "Production T9 chain-extension proof for p1-43a; re-pointed to industrial_smelter T8 by p1-43b. Effects authored as (forge T1 + iron_forge T2 + dwarf_deep_forge T3 + steam_forge T5 + tempering_forge T6 + mithril_forge T7 + industrial_smelter T8) sum + marginal T9 contribution per Q3 author-time inheritance rule.",
"flags": []
}