magicciv/public/resources/buildings/bazaar.json
Natalie e025a563cd feat(@projects/@magic-civilization): add hybrid structures module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-05 10:47:56 -04:00

49 lines
1.5 KiB
JSON

{
"id": "bazaar",
"name": "Bazaar",
"description": "A covered trade quarter sprawling out from the guild hall, with money-changers, charter clerks, and warehouses for every league of caravan road. Merchant houses bid against each other for the best stalls.",
"placement": "city",
"category": "infrastructure",
"school": null,
"cost": 320,
"upkeep": 3,
"tech_required": "banking",
"race_required": null,
"wonder_type": null,
"mana_generated": null,
"tier": 5,
"effects": [
{ "type": "gold", "value": 6 },
{ "type": "gold_percent", "value": 0.45 },
{ "type": "gpp_trade", "value": 2 },
{ "type": "production", "value": 2 },
{ "type": "specialist_food_cost_reduction", "value": 1 },
{ "type": "trade_route_capacity", "value": 1 }
],
"requires_existing": "guild_hall",
"consumes_existing": false,
"upgrade_fee": 45,
"stack_mode": "amplify",
"produces": [
"merchant",
"caravan_master",
"guildmaster"
],
"specialist_slots": [
"tradeswright"
],
"sprite": "sprites/buildings/bazaar.png",
"encyclopedia": {
"category": "civilization",
"entry_type": "building",
"detail_route": "/buildings/buildings",
"tags": [
"infrastructure",
"wealth",
"stack",
"tier5"
]
},
"balance_note": "Wealth T5 chain-extension proof for p1-43a. Effects authored as (marketplace T2 + guild_hall T4) sum + marginal T5 contribution per Q3 author-time inheritance rule.",
"flags": []
}