17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"id": "windbreak",
|
|
"name": "Windbreak",
|
|
"description": "Row of planted trees and barriers sheltering the hex from strong winds",
|
|
"build_turns": 5,
|
|
"valid_terrain": "any_land",
|
|
"yields": {},
|
|
"effects": {
|
|
"wind_speed_multiplier": 0.5
|
|
},
|
|
"encyclopedia": {
|
|
"category": "civilization",
|
|
"entry_type": "improvement",
|
|
"detail_route": "/buildings/improvements",
|
|
"tags": []
|
|
}
|
|
}
|