magicciv/public/resources/improvements/road.json
2026-04-07 17:52:04 -07:00

17 lines
379 B
JSON

{
"id": "road",
"name": "Road",
"description": "Paved pathway reducing travel time across the hex",
"build_turns": 3,
"valid_terrain": "any_land",
"yields": {},
"effects": {
"movement_cost_modifier": -1
},
"encyclopedia": {
"category": "civilization",
"entry_type": "improvement",
"detail_route": "/buildings/improvements",
"tags": []
}
}