37 lines
788 B
JSON
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"
|
|
}
|