DataFetch/data.json: Difference between revisions
From Project Rebearth
Created page with "{}" |
No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{} | { | ||
"buildings": { | |||
"center": { | |||
"type": "Point", | |||
"upgradesto": "square", | |||
"storage": { | |||
"volume": 5000, | |||
"resources": [ | |||
"wood", | |||
"stone", | |||
"earth", | |||
"food", | |||
"grain", | |||
"wool", | |||
"milk", | |||
"flour", | |||
"drinks", | |||
"clothes", | |||
"scrap", | |||
"tools", | |||
"glass", | |||
"ore", | |||
"metal" | |||
] | |||
}, | |||
"rate": { | |||
"food": -4 | |||
}, | |||
"balance": { | |||
"population": 10 | |||
} | |||
}, | |||
"square": { | |||
"type": "Point", | |||
"hidden": true, | |||
"cost": { | |||
"w": { | |||
"wood": 500, | |||
"stone": 100, | |||
"earth": 50 | |||
}, | |||
"s": { | |||
"stone": 500, | |||
"wood": 100, | |||
"earth": 50 | |||
}, | |||
"e": { | |||
"earth": 500, | |||
"wood": 100, | |||
"stone": 50 | |||
}, | |||
"a": { | |||
"wood": 500, | |||
"stone": 100, | |||
"earth": 50 | |||
} | |||
}, | |||
"rate": { | |||
"food": -6, | |||
"coin": 1 | |||
}, | |||
"balance": { | |||
"population": 20 | |||
}, | |||
"storage": { | |||
"volume": 10000, | |||
"resources": [ | |||
"wood", | |||
"stone", | |||
"earth", | |||
"food", | |||
"grain", | |||
"wool", | |||
"milk", | |||
"flour", | |||
"drinks", | |||
"clothes", | |||
"scrap", | |||
"tools", | |||
"glass", | |||
"ore", | |||
"metal" | |||
] | |||
} | |||
}, | |||
"market": { | |||
"type": "Point", | |||
"category": "housing", | |||
"marketstorage": 1000, | |||
"cost": { | |||
"w": { | |||
"wood": 500, | |||
"stone": 100, | |||
"earth": 50 | |||
}, | |||
"s": { | |||
"stone": 500, | |||
"wood": 100, | |||
"earth": 50 | |||
}, | |||
"e": { | |||
"earth": 500, | |||
"wood": 100, | |||
"stone": 50 | |||
}, | |||
"a": { | |||
"wood": 500, | |||
"stone": 100, | |||
"earth": 50 | |||
} | |||
}, | |||
"rate": { | |||
"coin": 1 | |||
}, | |||
"balance": { | |||
"population": -5 | |||
} | |||
}, | |||
"hut": { | |||
"type": "Point", | |||
"hidden": true, | |||
"category": "housing", | |||
"parent": [ | |||
"center", | |||
"square", | |||
"market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"w": { | |||
"wood": 40 | |||
}, | |||
"e": { | |||
"earth": 40 | |||
}, | |||
"s": { | |||
"stone": 40 | |||
}, | |||
"a": { | |||
"wood": 40 | |||
} | |||
}, | |||
"rate": { | |||
"wood": -1, | |||
"food": -1 | |||
}, | |||
"balance": { | |||
"population": 2 | |||
} | |||
}, | |||
"house": { | |||
"type": "Point", | |||
"hidden": true, | |||
"category": "housing", | |||
"parent": [ | |||
"center", | |||
"square", | |||
"market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"w": { | |||
"wood": 100 | |||
}, | |||
"e": { | |||
"earth": 100 | |||
}, | |||
"s": { | |||
"stone": 100 | |||
}, | |||
"a": { | |||
"wood": 100 | |||
} | |||
}, | |||
"rate": { | |||
"wood": -1, | |||
"food": -2 | |||
}, | |||
"balance": { | |||
"population": 4 | |||
} | |||
}, | |||
"house_1": { | |||
"type": "Point", | |||
"category": "housing", | |||
"parent": [ | |||
"center", | |||
"square", | |||
"market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"w": { | |||
"wood": 35 | |||
}, | |||
"e": { | |||
"earth": 35 | |||
}, | |||
"s": { | |||
"stone": 35 | |||
}, | |||
"a": { | |||
"wood": 70 | |||
} | |||
}, | |||
"rate": { | |||
"w": { | |||
"wood": -1, | |||
"food": -1.5 | |||
}, | |||
"s": { | |||
"wood": -1, | |||
"food": -1.5 | |||
}, | |||
"e": { | |||
"wood": -0.1, | |||
"food": -1.5 | |||
}, | |||
"a": { | |||
"wood": -2, | |||
"food": -1.5 | |||
} | |||
}, | |||
"balance": { | |||
"population": 2 | |||
} | |||
}, | |||
"house_2": { | |||
"type": "Point", | |||
"category": "housing", | |||
"parent": [ | |||
"center", | |||
"square", | |||
"market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"w": { | |||
"wood": 55 | |||
}, | |||
"e": { | |||
"earth": 55 | |||
}, | |||
"s": { | |||
"stone": 55 | |||
}, | |||
"a": { | |||
"wood": 110 | |||
} | |||
}, | |||
"rate": { | |||
"w": { | |||
"wood": -1.5, | |||
"food": -2 | |||
}, | |||
"s": { | |||
"wood": -1.5, | |||
"food": -2 | |||
}, | |||
"e": { | |||
"wood": -0.15, | |||
"food": -2 | |||
}, | |||
"a": { | |||
"wood": -3, | |||
"food": -2 | |||
} | |||
}, | |||
"balance": { | |||
"population": 3 | |||
} | |||
}, | |||
"house_3": { | |||
"type": "Point", | |||
"category": "housing", | |||
"parent": [ | |||
"center", | |||
"square", | |||
"market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"w": { | |||
"wood": 80 | |||
}, | |||
"e": { | |||
"earth": 80 | |||
}, | |||
"s": { | |||
"stone": 80 | |||
}, | |||
"a": { | |||
"wood": 160 | |||
} | |||
}, | |||
"rate": { | |||
"w": { | |||
"wood": -2, | |||
"food": -2.5 | |||
}, | |||
"s": { | |||
"wood": -2, | |||
"food": -2.5 | |||
}, | |||
"e": { | |||
"wood": -0.2, | |||
"food": -2.5 | |||
}, | |||
"a": { | |||
"wood": -4, | |||
"food": -2.5 | |||
} | |||
}, | |||
"balance": { | |||
"population": 4 | |||
} | |||
}, | |||
"house_4": { | |||
"type": "Point", | |||
"category": "housing", | |||
"parent": [ | |||
"center", | |||
"square", | |||
"market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"w": { | |||
"wood": 135 | |||
}, | |||
"e": { | |||
"earth": 135 | |||
}, | |||
"s": { | |||
"stone": 135 | |||
}, | |||
"a": { | |||
"wood": 270 | |||
} | |||
}, | |||
"rate": { | |||
"w": { | |||
"wood": -2.5, | |||
"food": -4 | |||
}, | |||
"s": { | |||
"wood": -2.5, | |||
"food": -4 | |||
}, | |||
"e": { | |||
"wood": -0.25, | |||
"food": -4 | |||
}, | |||
"a": { | |||
"wood": -5, | |||
"food": -4 | |||
} | |||
}, | |||
"balance": { | |||
"population": 6 | |||
} | |||
}, | |||
"house_5": { | |||
"type": "Point", | |||
"category": "housing", | |||
"parent": [ | |||
"center", | |||
"square", | |||
"market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"w": { | |||
"wood": 200 | |||
}, | |||
"e": { | |||
"earth": 200 | |||
}, | |||
"s": { | |||
"stone": 200 | |||
}, | |||
"a": { | |||
"wood": 400 | |||
} | |||
}, | |||
"rate": { | |||
"w": { | |||
"wood": -3, | |||
"food": -5 | |||
}, | |||
"s": { | |||
"wood": -3, | |||
"food": -5 | |||
}, | |||
"e": { | |||
"wood": -0.3, | |||
"food": -5 | |||
}, | |||
"a": { | |||
"wood": -6, | |||
"food": -5 | |||
} | |||
}, | |||
"balance": { | |||
"population": 8 | |||
} | |||
}, | |||
"house_6": { | |||
"type": "Point", | |||
"category": "housing", | |||
"parent": [ | |||
"center", | |||
"square", | |||
"market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"w": { | |||
"wood": 280 | |||
}, | |||
"e": { | |||
"earth": 280 | |||
}, | |||
"s": { | |||
"stone": 280 | |||
}, | |||
"a": { | |||
"wood": 560 | |||
} | |||
}, | |||
"rate": { | |||
"w": { | |||
"wood": -3.5, | |||
"food": -6 | |||
}, | |||
"s": { | |||
"wood": -3.5, | |||
"food": -6 | |||
}, | |||
"e": { | |||
"wood": -0.35, | |||
"food": -6 | |||
}, | |||
"a": { | |||
"wood": -7, | |||
"food": -6 | |||
} | |||
}, | |||
"balance": { | |||
"population": 10 | |||
} | |||
}, | |||
"path": { | |||
"upgradesto": "road", | |||
"type": "LineString", | |||
"category": "infrastructure" | |||
}, | |||
"road": { | |||
"type": "LineString", | |||
"category": "infrastructure", | |||
"cost": { | |||
"stone": 0.1 | |||
} | |||
}, | |||
"bridge": { | |||
"type": "LineString", | |||
"category": "infrastructure", | |||
"restriction": "water+coast", | |||
"cost": { | |||
"w": { | |||
"wood": 0.1 | |||
}, | |||
"s": { | |||
"stone": 0.1 | |||
}, | |||
"e": { | |||
"wood": 0.1 | |||
}, | |||
"a": { | |||
"wood": 0.1 | |||
} | |||
} | |||
}, | |||
"field": { | |||
"type": "Polygon", | |||
"category": "food", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 0.01 | |||
}, | |||
"s": { | |||
"stone": 0.01 | |||
}, | |||
"e": { | |||
"earth": 0.01 | |||
} | |||
}, | |||
"rate": { | |||
"e": { | |||
"food": 0 | |||
}, | |||
"p": { | |||
"food": 0.005 | |||
}, | |||
"g": { | |||
"grain": 0.01 | |||
}, | |||
"m": { | |||
"grain": 0.01 | |||
}, | |||
"s": { | |||
"food": 0.005, | |||
"wool": 0.005 | |||
}, | |||
"b": { | |||
"food": 0.005, | |||
"milk": 0.01 | |||
}, | |||
"c": { | |||
"food": 0.01, | |||
"milk": 0.005 | |||
} | |||
}, | |||
"balance": { | |||
"e": { | |||
"population": 0 | |||
}, | |||
"p": { | |||
"population": -0.001 | |||
}, | |||
"g": { | |||
"population": -0.001 | |||
}, | |||
"m": { | |||
"population": -0.001 | |||
}, | |||
"s": { | |||
"population": -0.0006 | |||
}, | |||
"b": { | |||
"population": -0.0004 | |||
}, | |||
"c": { | |||
"population": -0.0006 | |||
} | |||
}, | |||
"exclude": { | |||
"distance": 1, | |||
"onlytypes": [ | |||
"field", | |||
"quarry", | |||
"claypit" | |||
] | |||
} | |||
}, | |||
"fishery": { | |||
"type": "Point", | |||
"category": "food", | |||
"restriction": "coast", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 100 | |||
}, | |||
"s": { | |||
"stone": 100 | |||
}, | |||
"e": { | |||
"earth": 100 | |||
}, | |||
"a": { | |||
"wood": 100 | |||
} | |||
}, | |||
"rate": { | |||
"food": 5 | |||
}, | |||
"balance": { | |||
"population": -1 | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"food" | |||
] | |||
} | |||
}, | |||
"boat": { | |||
"parent": [ | |||
"fishery", | |||
"pier" | |||
], | |||
"within": 50, | |||
"restriction": "water", | |||
"type": "Point", | |||
"cost": { | |||
"wood": 10 | |||
}, | |||
"rate": { | |||
"food": 3 | |||
}, | |||
"balance": { | |||
"population": -1 | |||
} | |||
}, | |||
"pier": { | |||
"parent": "fishery", | |||
"within": 10, | |||
"restriction": "water", | |||
"type": "Point", | |||
"cost": { | |||
"w": { | |||
"wood": 10 | |||
}, | |||
"s": { | |||
"stone": 10 | |||
}, | |||
"e": { | |||
"wood": 10 | |||
}, | |||
"a": { | |||
"wood": 10 | |||
} | |||
} | |||
}, | |||
"woodcutter": { | |||
"type": "Point", | |||
"category": "resources", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"wood": 50 | |||
}, | |||
"e": { | |||
"wood": 50 | |||
} | |||
}, | |||
"rate": { | |||
"w": { | |||
"wood": 30, | |||
"tools": -0.05 | |||
}, | |||
"s": { | |||
"wood": 15 | |||
}, | |||
"e": { | |||
"wood": 5 | |||
} | |||
}, | |||
"balance": { | |||
"population": -4 | |||
}, | |||
"exclude": { | |||
"distance": 30, | |||
"excepttypes": [ | |||
"saw", | |||
"nursery", | |||
"tent", | |||
"logpile" | |||
], | |||
"exceptcategories": [ | |||
"decoration" | |||
], | |||
"exceptgeometrytypes": [ | |||
"LineString" | |||
] | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"wood" | |||
] | |||
} | |||
}, | |||
"saw": { | |||
"parent": "woodcutter", | |||
"within": 50, | |||
"type": "Point", | |||
"cost": { | |||
"wood": 50, | |||
"tools": 5 | |||
}, | |||
"rate": { | |||
"wood": 20, | |||
"tools": -0.2 | |||
}, | |||
"balance": { | |||
"population": -3 | |||
} | |||
}, | |||
"nursery": { | |||
"parent": "woodcutter", | |||
"within": 50, | |||
"type": "Point", | |||
"cost": { | |||
"wood": 10 | |||
}, | |||
"rate": { | |||
"w": { | |||
"wood": 5 | |||
}, | |||
"s": { | |||
"wood": 2 | |||
}, | |||
"e": { | |||
"wood": 1 | |||
} | |||
}, | |||
"balance": { | |||
"population": -1 | |||
} | |||
}, | |||
"tent": { | |||
"parent": "woodcutter", | |||
"within": 50, | |||
"type": "Point", | |||
"cost": { | |||
"wood": 5 | |||
}, | |||
"rate": { | |||
"w": { | |||
"wood": 5, | |||
"tools": -0.025 | |||
}, | |||
"s": { | |||
"wood": 3 | |||
}, | |||
"e": { | |||
"wood": 1 | |||
} | |||
}, | |||
"balance": { | |||
"population": -1 | |||
} | |||
}, | |||
"logpile": { | |||
"category": "storage", | |||
"parent": "woodcutter", | |||
"within": 50, | |||
"type": "Point", | |||
"cost": { | |||
"wood": 10 | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"wood" | |||
] | |||
} | |||
}, | |||
"quarry": { | |||
"type": "Polygon", | |||
"category": "resources", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 0.01 | |||
}, | |||
"s": { | |||
"wood": 0.01 | |||
}, | |||
"e": { | |||
"wood": 0.01 | |||
} | |||
}, | |||
"rate": { | |||
"w": { | |||
"stone": 0.01 | |||
}, | |||
"s": { | |||
"stone": 0.03 | |||
}, | |||
"e": { | |||
"stone": 0.01 | |||
} | |||
}, | |||
"balance": { | |||
"population": -0.01 | |||
}, | |||
"exclude": { | |||
"distance": 1, | |||
"onlytypes": [ | |||
"field", | |||
"quarry", | |||
"claypit" | |||
] | |||
} | |||
}, | |||
"claypit": { | |||
"type": "Polygon", | |||
"category": "resources", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 0.01 | |||
}, | |||
"s": { | |||
"wood": 0.01 | |||
}, | |||
"e": { | |||
"wood": 0.01 | |||
} | |||
}, | |||
"rate": { | |||
"w": { | |||
"earth": 0.01 | |||
}, | |||
"s": { | |||
"earth": 0.01 | |||
}, | |||
"e": { | |||
"earth": 0.04 | |||
} | |||
}, | |||
"balance": { | |||
"population": -0.01 | |||
}, | |||
"exclude": { | |||
"distance": 1, | |||
"onlytypes": [ | |||
"field", | |||
"claypit", | |||
"quarry" | |||
] | |||
} | |||
}, | |||
"stone_crane": { | |||
"parent": "quarry", | |||
"upgradesto": "stone_crane_upgraded", | |||
"within": 20, | |||
"type": "Point", | |||
"cost": { | |||
"wood": 100 | |||
}, | |||
"rate": { | |||
"w": { | |||
"stone": 20, | |||
"tools": -0.1 | |||
}, | |||
"s": { | |||
"stone": 30, | |||
"tools": -0.1 | |||
}, | |||
"e": { | |||
"stone": 10, | |||
"tools": -0.1 | |||
} | |||
}, | |||
"balance": { | |||
"population": -5 | |||
} | |||
}, | |||
"stone_crane_upgraded": { | |||
"parent": "quarry", | |||
"hidden": true, | |||
"within": 20, | |||
"type": "Point", | |||
"cost": { | |||
"scrap": 100 | |||
}, | |||
"rate": { | |||
"w": { | |||
"stone": 50, | |||
"tools": -1 | |||
}, | |||
"s": { | |||
"stone": 80, | |||
"tools": -1 | |||
}, | |||
"e": { | |||
"stone": 20, | |||
"tools": -1 | |||
} | |||
}, | |||
"balance": { | |||
"population": -5 | |||
} | |||
}, | |||
"clay_crane": { | |||
"parent": "claypit", | |||
"upgradesto": "clay_crane_upgraded", | |||
"within": 20, | |||
"type": "Point", | |||
"cost": { | |||
"wood": 100 | |||
}, | |||
"rate": { | |||
"w": { | |||
"earth": 20, | |||
"tools": -0.1 | |||
}, | |||
"s": { | |||
"earth": 10, | |||
"tools": -0.1 | |||
}, | |||
"e": { | |||
"earth": 30, | |||
"tools": -0.1 | |||
} | |||
}, | |||
"balance": { | |||
"population": -5 | |||
} | |||
}, | |||
"clay_crane_upgraded": { | |||
"parent": "claypit", | |||
"hidden": true, | |||
"within": 20, | |||
"type": "Point", | |||
"cost": { | |||
"scrap": 100 | |||
}, | |||
"rate": { | |||
"w": { | |||
"earth": 50, | |||
"tools": -1 | |||
}, | |||
"s": { | |||
"earth": 20, | |||
"tools": -1 | |||
}, | |||
"e": { | |||
"earth": 80, | |||
"tools": -1 | |||
} | |||
}, | |||
"balance": { | |||
"population": -5 | |||
} | |||
}, | |||
"windmill": { | |||
"type": "Point", | |||
"upgradesto": "windmill_upgraded", | |||
"category": "food", | |||
"production": true, | |||
"exclude": { | |||
"distance": 25, | |||
"exceptcategories": [ | |||
"decoration" | |||
], | |||
"exceptgeometrytypes": [ | |||
"LineString", | |||
"Polygon" | |||
] | |||
}, | |||
"cost": { | |||
"w": { | |||
"wood": 200, | |||
"stone": 100, | |||
"tools": 10 | |||
}, | |||
"s": { | |||
"stone": 200, | |||
"wood": 100, | |||
"tools": 10 | |||
}, | |||
"e": { | |||
"earth": 200, | |||
"wood": 100, | |||
"tools": 10 | |||
}, | |||
"a": { | |||
"wood": 200, | |||
"stone": 100, | |||
"tools": 10 | |||
} | |||
}, | |||
"rate": { | |||
"grain": -100, | |||
"flour": 100, | |||
"tools": -0.1 | |||
}, | |||
"balance": { | |||
"population": -5 | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"flour", | |||
"grain" | |||
] | |||
} | |||
}, | |||
"windmill_upgraded": { | |||
"type": "Point", | |||
"hidden": true, | |||
"category": "food", | |||
"production": true, | |||
"exclude": { | |||
"distance": 25, | |||
"exceptcategories": [ | |||
"decoration" | |||
], | |||
"exceptgeometrytypes": [ | |||
"LineString", | |||
"Polygon" | |||
] | |||
}, | |||
"cost": { | |||
"scrap": 100 | |||
}, | |||
"rate": { | |||
"grain": -80, | |||
"flour": 100 | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"flour" | |||
] | |||
} | |||
}, | |||
"bakery": { | |||
"type": "Point", | |||
"category": "food", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 100, | |||
"stone": 50, | |||
"tools": 5 | |||
}, | |||
"s": { | |||
"stone": 100, | |||
"wood": 50, | |||
"tools": 5 | |||
}, | |||
"e": { | |||
"earth": 100, | |||
"wood": 50, | |||
"tools": 5 | |||
}, | |||
"a": { | |||
"wood": 100, | |||
"stone": 50, | |||
"tools": 5 | |||
} | |||
}, | |||
"rate": { | |||
"flour": -50, | |||
"food": 100, | |||
"tools": -0.1 | |||
}, | |||
"balance": { | |||
"population": -2 | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"food", | |||
"flour" | |||
] | |||
} | |||
}, | |||
"tailor": { | |||
"type": "Point", | |||
"category": "production", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
}, | |||
"rate": { | |||
"wool": -50, | |||
"clothes": 50, | |||
"tools": -0.1 | |||
}, | |||
"balance": { | |||
"population": -10 | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"clothes" | |||
] | |||
} | |||
}, | |||
"tower": { | |||
"type": "Point", | |||
"category": "defense", | |||
"cost": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
}, | |||
"rate": { | |||
"coin": -5 | |||
}, | |||
"balance": { | |||
"population": -3 | |||
} | |||
}, | |||
"water_tower": { | |||
"type": "Point", | |||
"category": "defense", | |||
"restriction": "water", | |||
"cost": { | |||
"w": { | |||
"wood": 100 | |||
}, | |||
"s": { | |||
"stone": 100 | |||
}, | |||
"e": { | |||
"earth": 100 | |||
}, | |||
"a": { | |||
"wood": 100 | |||
} | |||
}, | |||
"rate": { | |||
"coin": -5 | |||
}, | |||
"balance": { | |||
"population": -3 | |||
} | |||
}, | |||
"tavern": { | |||
"type": "Point", | |||
"category": "town", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
}, | |||
"rate": { | |||
"drinks": -10, | |||
"coin": 10 | |||
}, | |||
"balance": { | |||
"population": -5 | |||
} | |||
}, | |||
"warehouse": { | |||
"type": "Point", | |||
"category": "storage", | |||
"cost": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
}, | |||
"balance": { | |||
"population": -1 | |||
}, | |||
"storage": { | |||
"volume": 5000, | |||
"resources": [ | |||
"wood", | |||
"stone", | |||
"earth", | |||
"food", | |||
"grain", | |||
"wool", | |||
"milk", | |||
"flour", | |||
"drinks", | |||
"clothes", | |||
"scrap", | |||
"tools", | |||
"glass", | |||
"ore", | |||
"metal" | |||
] | |||
} | |||
}, | |||
"brewery": { | |||
"type": "Point", | |||
"category": "production", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
}, | |||
"rate": { | |||
"grain": -50, | |||
"drinks": 50, | |||
"tools": -0.1 | |||
}, | |||
"balance": { | |||
"population": -10 | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"drinks" | |||
] | |||
} | |||
}, | |||
"port": { | |||
"type": "Point", | |||
"category": "infrastructure", | |||
"restriction": "coast", | |||
"marketstorage": 5000, | |||
"cost": { | |||
"w": { | |||
"wood": 1000, | |||
"stone": 500, | |||
"tools": 50 | |||
}, | |||
"s": { | |||
"stone": 1000, | |||
"wood": 500, | |||
"tools": 50 | |||
}, | |||
"e": { | |||
"earth": 1000, | |||
"wood": 500, | |||
"tools": 50 | |||
}, | |||
"a": { | |||
"wood": 1000, | |||
"stone": 500, | |||
"tools": 50 | |||
} | |||
}, | |||
"balance": { | |||
"population": -20 | |||
} | |||
}, | |||
"dock": { | |||
"parent": [ | |||
"port", | |||
"dock" | |||
], | |||
"within": 20, | |||
"restriction": "water", | |||
"type": "Point", | |||
"cost": { | |||
"wood": 20 | |||
} | |||
}, | |||
"small_ship": { | |||
"parent": [ | |||
"port", | |||
"dock" | |||
], | |||
"within": 100, | |||
"restriction": "water", | |||
"type": "Point", | |||
"cost": { | |||
"wood": 1000 | |||
}, | |||
"rate": { | |||
"drinks": -1 | |||
} | |||
}, | |||
"medium_ship": { | |||
"parent": [ | |||
"port", | |||
"dock" | |||
], | |||
"within": 200, | |||
"restriction": "water", | |||
"type": "Point", | |||
"cost": { | |||
"wood": 4000, | |||
"scrap": 10 | |||
}, | |||
"rate": { | |||
"drinks": -5 | |||
} | |||
}, | |||
"large_ship": { | |||
"parent": [ | |||
"port", | |||
"dock" | |||
], | |||
"within": 300, | |||
"restriction": "water", | |||
"type": "Point", | |||
"cost": { | |||
"wood": 8000, | |||
"scrap": 100 | |||
}, | |||
"rate": { | |||
"drinks": -10 | |||
} | |||
}, | |||
"university": { | |||
"type": "Point", | |||
"category": "research", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 1000, | |||
"stone": 1000, | |||
"tools": 100, | |||
"glass": 500 | |||
}, | |||
"s": { | |||
"stone": 1000, | |||
"wood": 1000, | |||
"tools": 100, | |||
"glass": 500 | |||
}, | |||
"e": { | |||
"earth": 1000, | |||
"wood": 1000, | |||
"tools": 100, | |||
"glass": 500 | |||
}, | |||
"a": { | |||
"wood": 1000, | |||
"stone": 1000, | |||
"tools": 100, | |||
"glass": 500 | |||
} | |||
}, | |||
"rate": { | |||
"coin": -10, | |||
"knowledge": 10, | |||
"glass": -5 | |||
}, | |||
"balance": { | |||
"population": -50 | |||
} | |||
}, | |||
"museum": { | |||
"type": "Point", | |||
"category": "research", | |||
"production": false, | |||
"cost": { | |||
"w": { | |||
"wood": 1000, | |||
"stone": 1000, | |||
"tools": 100, | |||
"glass": 500 | |||
}, | |||
"s": { | |||
"stone": 1000, | |||
"wood": 1000, | |||
"tools": 100, | |||
"glass": 500 | |||
}, | |||
"e": { | |||
"earth": 1000, | |||
"wood": 1000, | |||
"tools": 100, | |||
"glass": 500 | |||
}, | |||
"a": { | |||
"wood": 1000, | |||
"stone": 1000, | |||
"tools": 100, | |||
"glass": 500 | |||
} | |||
}, | |||
"rate": { | |||
"coin": -10, | |||
"knowledge": 5 | |||
}, | |||
"balance": { | |||
"population": -10 | |||
} | |||
}, | |||
"plaza": { | |||
"type": "Polygon", | |||
"category": "town", | |||
"cost": { | |||
"stone": 0.1 | |||
} | |||
}, | |||
"dirt": { | |||
"upgradesto": "plaza", | |||
"type": "Polygon", | |||
"category": "town" | |||
}, | |||
"table": { | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"wood": 10 | |||
} | |||
}, | |||
"well": { | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
} | |||
} | |||
}, | |||
"small_statue": { | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"stone": 10 | |||
} | |||
}, | |||
"large_statue": { | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"stone": 50 | |||
} | |||
}, | |||
"fountain": { | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"stone": 10 | |||
} | |||
}, | |||
"market_stall": { | |||
"type": "Point", | |||
"category": "town", | |||
"cost": { | |||
"wood": 10 | |||
} | |||
}, | |||
"market_stall_1": { | |||
"parent": "market_stall", | |||
"type": "Point", | |||
"cost": { | |||
"wood": 10 | |||
}, | |||
"rate": { | |||
"food": -1, | |||
"coin": 0.05 | |||
} | |||
}, | |||
"market_stall_2": { | |||
"parent": "market_stall", | |||
"type": "Point", | |||
"cost": { | |||
"wood": 10 | |||
}, | |||
"rate": { | |||
"food": -1, | |||
"coin": 0.05 | |||
} | |||
}, | |||
"market_stall_3": { | |||
"parent": "market_stall", | |||
"type": "Point", | |||
"cost": { | |||
"wood": 10 | |||
}, | |||
"rate": { | |||
"food": -1, | |||
"coin": 0.05 | |||
} | |||
}, | |||
"market_stall_4": { | |||
"parent": "market_stall", | |||
"type": "Point", | |||
"cost": { | |||
"wood": 10 | |||
}, | |||
"rate": { | |||
"food": -1, | |||
"coin": 0.05 | |||
} | |||
}, | |||
"market_stall_5": { | |||
"parent": "market_stall", | |||
"type": "Point", | |||
"cost": { | |||
"wood": 10 | |||
}, | |||
"rate": { | |||
"clothes": -1, | |||
"coin": 0.5 | |||
} | |||
}, | |||
"fireplace": { | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"stone": 5, | |||
"wood": 5 | |||
} | |||
}, | |||
"firepit": { | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"wood": 1, | |||
"stone": 1 | |||
} | |||
}, | |||
"fences": { | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"wood": 10 | |||
} | |||
}, | |||
"fence1": { | |||
"type": "Point", | |||
"parent": "fences", | |||
"cost": { | |||
"wood": 1 | |||
} | |||
}, | |||
"fence2": { | |||
"type": "Point", | |||
"parent": "fences", | |||
"cost": { | |||
"wood": 1 | |||
} | |||
}, | |||
"fence3": { | |||
"type": "Polygon", | |||
"parent": "fences", | |||
"cost": { | |||
"w": { | |||
"wood": 0.05 | |||
}, | |||
"s": { | |||
"stone": 0.05 | |||
}, | |||
"e": { | |||
"earth": 0.05 | |||
} | |||
} | |||
}, | |||
"fence4": { | |||
"type": "LineString", | |||
"parent": "fences", | |||
"cost": { | |||
"w": { | |||
"wood": 0.1 | |||
}, | |||
"s": { | |||
"stone": 0.1 | |||
}, | |||
"e": { | |||
"earth": 0.1 | |||
} | |||
} | |||
}, | |||
"park": { | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"coin": 50 | |||
} | |||
}, | |||
"tree": { | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"wood": 1 | |||
} | |||
}, | |||
"town_hall": { | |||
"type": "Point", | |||
"category": "town", | |||
"cost": { | |||
"w": { | |||
"wood": 1000, | |||
"stone": 500, | |||
"tools": 10, | |||
"glass": 20 | |||
}, | |||
"s": { | |||
"stone": 1000, | |||
"wood": 500, | |||
"tools": 10, | |||
"glass": 20 | |||
}, | |||
"e": { | |||
"earth": 1000, | |||
"stone": 500, | |||
"tools": 10, | |||
"glass": 20 | |||
}, | |||
"a": { | |||
"wood": 1500, | |||
"stone": 500, | |||
"tools": 10, | |||
"glass": 20 | |||
} | |||
}, | |||
"balance": { | |||
"population": -20 | |||
} | |||
}, | |||
"creamery": { | |||
"type": "Point", | |||
"category": "production", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
}, | |||
"rate": { | |||
"milk": -50, | |||
"food": 50, | |||
"tools": -0.1 | |||
}, | |||
"balance": { | |||
"population": -5 | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"food" | |||
] | |||
} | |||
}, | |||
"foraging_hut": { | |||
"type": "Point", | |||
"category": "resources", | |||
"production": true, | |||
"exclude": { | |||
"distance": 50, | |||
"exceptcategories": [ | |||
"decoration" | |||
], | |||
"exceptgeometrytypes": [ | |||
"LineString" | |||
] | |||
}, | |||
"cost": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
} | |||
}, | |||
"rate": { | |||
"w": { | |||
"food": 5, | |||
"stone": 1, | |||
"earth": 1 | |||
}, | |||
"s": { | |||
"food": 5, | |||
"wood": 1, | |||
"earth": 1 | |||
}, | |||
"e": { | |||
"food": 3, | |||
"wood": 1, | |||
"stone": 2 | |||
} | |||
}, | |||
"balance": { | |||
"population": -1 | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"food", | |||
"wood", | |||
"stone", | |||
"earth" | |||
] | |||
} | |||
}, | |||
"glassworks": { | |||
"type": "Point", | |||
"category": "production", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 100, | |||
"metal": 10, | |||
"tools": 10 | |||
}, | |||
"s": { | |||
"stone": 100, | |||
"metal": 10, | |||
"tools": 10 | |||
}, | |||
"e": { | |||
"earth": 100, | |||
"metal": 10, | |||
"tools": 10 | |||
} | |||
}, | |||
"rate": { | |||
"tools": -0.5, | |||
"earth": -50, | |||
"glass": 5 | |||
}, | |||
"balance": { | |||
"population": -10 | |||
}, | |||
"storage": { | |||
"volume": 50, | |||
"resources": [ | |||
"glass" | |||
] | |||
} | |||
}, | |||
"iron_mine": { | |||
"type": "Point", | |||
"upgradesto": "iron_mine_upgraded", | |||
"category": "resources", | |||
"production": true, | |||
"exclude": { | |||
"distance": 1500, | |||
"onlytypes": [ | |||
"iron_mine", | |||
"iron_mine_upgraded" | |||
] | |||
}, | |||
"cost": { | |||
"w": { | |||
"wood": 1000, | |||
"tools": 20 | |||
}, | |||
"s": { | |||
"stone": 1000, | |||
"tools": 20 | |||
}, | |||
"e": { | |||
"earth": 1000, | |||
"tools": 20 | |||
} | |||
}, | |||
"rate": { | |||
"w": { | |||
"ore": 40, | |||
"tools": -1 | |||
}, | |||
"s": { | |||
"ore": 100, | |||
"tools": -1 | |||
}, | |||
"e": { | |||
"ore": 60, | |||
"tools": -1 | |||
} | |||
}, | |||
"balance": { | |||
"population": -50 | |||
}, | |||
"storage": { | |||
"volume": 500, | |||
"resources": [ | |||
"ore" | |||
] | |||
} | |||
}, | |||
"iron_mine_upgraded": { | |||
"type": "Point", | |||
"hidden": true, | |||
"category": "resources", | |||
"production": true, | |||
"cost": { | |||
"scrap": 100 | |||
}, | |||
"rate": { | |||
"w": { | |||
"ore": 80, | |||
"tools": -1 | |||
}, | |||
"s": { | |||
"ore": 200, | |||
"tools": -1 | |||
}, | |||
"e": { | |||
"ore": 120, | |||
"tools": -1 | |||
} | |||
}, | |||
"balance": { | |||
"population": -100 | |||
}, | |||
"storage": { | |||
"volume": 1000, | |||
"resources": [ | |||
"ore" | |||
] | |||
} | |||
}, | |||
"refinery": { | |||
"type": "Point", | |||
"category": "production", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 100, | |||
"stone": 200, | |||
"tools": 10 | |||
}, | |||
"s": { | |||
"stone": 300, | |||
"wood": 50, | |||
"tools": 10 | |||
}, | |||
"e": { | |||
"earth": 200, | |||
"stone": 100, | |||
"tools": 10 | |||
}, | |||
"a": { | |||
"wood": 100, | |||
"stone": 200, | |||
"tools": 10 | |||
} | |||
}, | |||
"rate": { | |||
"ore": -50, | |||
"metal": 10, | |||
"tools": -0.2 | |||
}, | |||
"balance": { | |||
"population": -20 | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"metal" | |||
] | |||
} | |||
}, | |||
"tools_workshop": { | |||
"type": "Point", | |||
"category": "production", | |||
"production": true, | |||
"cost": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
}, | |||
"rate": { | |||
"metal": -4, | |||
"tools": 2, | |||
"wood": -5 | |||
}, | |||
"balance": { | |||
"population": -10 | |||
}, | |||
"storage": { | |||
"volume": 50, | |||
"resources": [ | |||
"tools" | |||
] | |||
} | |||
} | |||
}, | |||
"choices": { | |||
"tradealliance": { | |||
"hidden": true, | |||
"effects": { | |||
"exportcost": 0.9, | |||
"importcost": 0.9, | |||
"taxation": 1.1, | |||
"raidrisk": 1.2 | |||
} | |||
}, | |||
"newtownboost": { | |||
"hidden": true, | |||
"duration": 345600, | |||
"effects": { | |||
"raidrisk": 0.5, | |||
"allproduction": 2 | |||
} | |||
}, | |||
"greatfederation": { | |||
"hidden": true, | |||
"effects": { | |||
"raidrisk": 0.8, | |||
"allproduction": 1.1, | |||
"taxation": 0.8 | |||
} | |||
}, | |||
"scienceleague": { | |||
"hidden": true, | |||
"effects": { | |||
"researchspeed": 1.2, | |||
"expeditioncost": 0.8, | |||
"happiness": 1.1, | |||
"allproduction": 0.8 | |||
} | |||
}, | |||
"workersafety": { | |||
"lock": 86400, | |||
"effects": { | |||
"accidentrate": 0.2, | |||
"foodproduction": 0.9, | |||
"goodsproduction": 0.8, | |||
"happiness": 1.1 | |||
}, | |||
"cost": { | |||
"knowledge": 100 | |||
} | |||
}, | |||
"dubiousworkingrules": { | |||
"lock": 86400, | |||
"effects": { | |||
"accidentrate": 1.2, | |||
"foodproduction": 1.1, | |||
"goodsproduction": 1.2, | |||
"happiness": 0.8 | |||
} | |||
}, | |||
"crampedquarters": { | |||
"lock": 86400, | |||
"effects": { | |||
"populationproduction": 1.3, | |||
"happiness": 0.7 | |||
} | |||
}, | |||
"vegansociety": { | |||
"lock": 604800, | |||
"effects": { | |||
"foodproduction": 1.2 | |||
}, | |||
"flags": { | |||
"vegan": true | |||
} | |||
}, | |||
"intensivefarming": { | |||
"lock": -1, | |||
"effects": {}, | |||
"cost": { | |||
"knowledge": 100 | |||
}, | |||
"flags": { | |||
"intensivefarming": true | |||
} | |||
}, | |||
"taxation": { | |||
"lock": 86400, | |||
"effects": { | |||
"happiness": 0.7 | |||
}, | |||
"flags": { | |||
"taxation": true | |||
}, | |||
"cost": { | |||
"knowledge": 100000 | |||
} | |||
}, | |||
"exportfocus": { | |||
"exclusivewith": [ | |||
"neutralFocus", | |||
"importFocus" | |||
], | |||
"lock": 1209600, | |||
"effects": { | |||
"exportcost": 0.85, | |||
"importcost": 1.2 | |||
} | |||
}, | |||
"lowrations": { | |||
"exclusivewith": [ | |||
"normalRations", | |||
"lavishRations" | |||
], | |||
"lock": 86400, | |||
"effects": { | |||
"foodconsumption": 0.8, | |||
"happiness": 0.8 | |||
} | |||
}, | |||
"neutralfocus": { | |||
"exclusivewith": [ | |||
"exportFocus", | |||
"importFocus" | |||
], | |||
"defaultchoice": true, | |||
"lock": 1209600, | |||
"effects": { | |||
"exportcost": 1, | |||
"importcost": 1 | |||
} | |||
}, | |||
"normalrations": { | |||
"exclusivewith": [ | |||
"lowRations", | |||
"lavishRations" | |||
], | |||
"defaultchoice": true, | |||
"lock": 86400, | |||
"effects": { | |||
"foodconsumption": 1 | |||
} | |||
}, | |||
"importfocus": { | |||
"exclusivewith": [ | |||
"exportFocus", | |||
"neutralFocus" | |||
], | |||
"lock": 1209600, | |||
"effects": { | |||
"exportcost": 1.2, | |||
"importcost": 0.85 | |||
} | |||
}, | |||
"lavishrations": { | |||
"exclusivewith": [ | |||
"lowRations", | |||
"normalRations" | |||
], | |||
"lock": 86400, | |||
"effects": { | |||
"foodconsumption": 1.2, | |||
"happiness": 1.2 | |||
} | |||
}, | |||
"foodshortage": { | |||
"hidden": true, | |||
"effects": { | |||
"happiness": 0.5 | |||
} | |||
} | |||
}, | |||
"effects": { | |||
"populationproduction": [ | |||
"population" | |||
], | |||
"foodproduction": [ | |||
"food" | |||
], | |||
"foodconsumption": [ | |||
"food" | |||
], | |||
"goodsproduction": [ | |||
"wood", | |||
"stone", | |||
"earth" | |||
], | |||
"allproduction": [ | |||
"all" | |||
], | |||
"happiness": [], | |||
"raidrisk": [], | |||
"taxation": [], | |||
"exportcost": [], | |||
"importcost": [], | |||
"researchspeed": [], | |||
"expeditioncost": [], | |||
"constructioncost": [], | |||
"accidentrate": [] | |||
}, | |||
"events": { | |||
"foodshortage": { | |||
"id": "food_shortage" | |||
}, | |||
"lowhappiness": { | |||
"id": "strike" | |||
}, | |||
"highhappiness": { | |||
"id": "celebration" | |||
}, | |||
"highhappinessbuff": { | |||
"id": "productivity_boom" | |||
}, | |||
"expeditionreturn": { | |||
"id": "expedition_found" | |||
}, | |||
"animalunlock": { | |||
"id": "animal_unlock" | |||
}, | |||
"bankruptcy": { | |||
"id": "bankruptcy" | |||
}, | |||
"storagefull": { | |||
"id": "raid" | |||
}, | |||
"accident": { | |||
"id": "accident" | |||
}, | |||
"trade": { | |||
"id": "trade" | |||
}, | |||
"message": { | |||
"id": "player_message" | |||
} | |||
}, | |||
"expeditions": { | |||
"costs": { | |||
"distance": 1, | |||
"duration": 0.00864, | |||
"pop": 3.0e-9, | |||
"knowledge": 1.0e-6, | |||
"food": 1.0e-5 | |||
}, | |||
"yields": { | |||
"scrap": 3.0e-7, | |||
"basicresource": 1.5e-6 | |||
} | |||
}, | |||
"climate": { | |||
"w": { | |||
"banner": "./public/img/banners/w.webp", | |||
"climatezones": [ | |||
1, | |||
2, | |||
3, | |||
4, | |||
5, | |||
7, | |||
9, | |||
14 | |||
], | |||
"color": "#76b364" | |||
}, | |||
"s": { | |||
"banner": "./public/img/banners/s.webp", | |||
"climatezones": [ | |||
6, | |||
10, | |||
11 | |||
], | |||
"color": "#6da07c" | |||
}, | |||
"e": { | |||
"banner": "./public/img/banners/e.webp", | |||
"climatezones": [ | |||
8, | |||
12, | |||
13 | |||
], | |||
"color": "#b1b562" | |||
}, | |||
"a": { | |||
"banner": "./public/img/banners/s.webp", | |||
"climatezones": [ | |||
99 | |||
], | |||
"color": "#e4e4e4" | |||
} | |||
} | |||
} | |||
Latest revision as of 19:15, 1 March 2026
| buildings |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| choices |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| effects |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| events |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| expeditions |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| climate |
|