magicciv/public/resources/buildings/harbor.json
Natalie 1991c38930 feat(@projects/@magic-civilization): add replay and past games pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-30 04:44:05 -04:00

37 lines
788 B
JSON

{
"id": "harbor",
"name": "Harbor",
"description": "A stone-walled anchorage with docks, cranes, and warehouses. Required for all naval unit production and enables sea trade.",
"placement": "city",
"category": "naval",
"school": null,
"cost": 100,
"upkeep": 1,
"tech_required": "sailing",
"race_required": null,
"wonder_type": null,
"mana_generated": null,
"tier": 3,
"effects": [
{
"type": "enables_naval",
"value": true
},
{
"type": "gold",
"value": 2
},
{
"type": "food_from_sea",
"value": 1
}
],
"requires_coastal": true,
"sprite": "sprites/buildings/harbor.png",
"produces": [
"dwarf_river_galley",
"dwarf_war_galley",
"dwarf_armored_barge"
],
"stack_mode": "parallel"
}