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

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": []
}
}