17 lines
379 B
JSON
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": []
|
|
}
|
|
}
|