magicciv/public/resources/buildings/copper_mint.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

48 lines
1.1 KiB
JSON

{
"id": "copper_mint",
"name": "The Copper Mint",
"description": "The first standardized currency — copper discs stamped with the clan seal and accepted empire-wide. Before the Mint, every trade required barter and trust. After it, the market runs on metal and law.",
"placement": "city",
"category": "building",
"school": null,
"cost": 145,
"upkeep": 0,
"tech_required": "smelting",
"culture_required": null,
"race_required": null,
"wonder_type": "world",
"mana_generated": null,
"tier": 2,
"effects": [
{
"type": "gold_percent",
"value": 0.1
},
{
"type": "gold",
"value": 3
},
{
"type": "trade_route_gold_bonus",
"value": 1
}
],
"sprite": "sprites/buildings/wonders/copper_mint.png",
"flavor": "The first coin asked one question: do you trust the clan whose face is on it?",
"flags": [
"wonder"
],
"encyclopedia": {
"category": "civilization",
"entry_type": "wonder",
"detail_route": "/buildings/wonders",
"tags": [
"world"
]
},
"stack_mode": "amplify",
"produces": [
"merchant",
"caravan_master"
]
}