DataFetch/data.json: Difference between revisions
From Project Rebearth
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{ | { | ||
"center": { | "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, | ||
"stone" | "resources": [ | ||
"wood", | |||
"stone", | |||
"earth", | |||
"food", | |||
"grain", | |||
"wool", | |||
"milk", | |||
"flour", | |||
"drinks", | |||
"clothes", | |||
"scrap", | |||
"tools", | |||
"glass", | |||
"ore", | |||
"metal" | |||
] | |||
} | } | ||
}, | }, | ||
" | "market": { | ||
" | "type": "Point", | ||
"coin": 1 | "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 | |||
} | |||
}, | }, | ||
"balance": { | "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 | ||
"wood": | |||
" | |||
}, | }, | ||
" | "balance": { | ||
" | "population": 4 | ||
"wood": | } | ||
"earth": | }, | ||
"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": | "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 | ||
} | } | ||
}, | }, | ||
"rate": { | "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 | |||
} | |||
}, | }, | ||
"s": { | "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 | |||
} | |||
}, | }, | ||
"e": { | "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 | |||
} | |||
}, | }, | ||
"e": { | "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": { | ||
"w": { | "type": "Point", | ||
" | "category": "housing", | ||
" | "parent": [ | ||
"center", | |||
"square", | |||
"market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"w": { | |||
"wood": 280 | |||
}, | |||
"e": { | |||
"earth": 280 | |||
}, | |||
"s": { | |||
"stone": 280 | |||
}, | |||
"a": { | |||
"wood": 560 | |||
} | |||
}, | }, | ||
"s": { | "rate": { | ||
"wood": - | "w": { | ||
"food": - | "wood": -3.5, | ||
"food": -6 | |||
}, | |||
"s": { | |||
"wood": -3.5, | |||
"food": -6 | |||
}, | |||
"e": { | |||
"wood": -0.35, | |||
"food": -6 | |||
}, | |||
"a": { | |||
"wood": -7, | |||
"food": -6 | |||
} | |||
}, | }, | ||
" | "balance": { | ||
"wood": | "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 | |||
} | |||
}, | }, | ||
"e": { | "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 | |||
} | |||
}, | }, | ||
"s": { | "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": { | ||
"w": { | "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, | ||
"food" | "resources": [ | ||
"food" | |||
] | |||
} | } | ||
}, | }, | ||
" | "boat": { | ||
" | "parent": [ | ||
"fishery", | |||
"pier" | |||
], | |||
"within": 50, | |||
"restriction": "water", | |||
"type": "Point", | |||
"cost": { | |||
" | "wood": 10 | ||
"wood": | |||
}, | }, | ||
" | "rate": { | ||
" | "food": 3 | ||
}, | }, | ||
" | "balance": { | ||
" | "population": -1 | ||
}, | } | ||
"a": { | }, | ||
"pier": { | |||
"parent": "fishery", | |||
"within": 10, | |||
"restriction": "water", | |||
"type": "Point", | |||
"cost": { | |||
"w": { | |||
"wood": 10 | |||
}, | |||
"s": { | |||
"stone": 10 | |||
}, | |||
"e": { | |||
"wood": 10 | |||
}, | |||
"a": { | |||
"wood": 10 | |||
} | |||
} | } | ||
}, | }, | ||
" | "woodcutter": { | ||
"w": { | "type": "Point", | ||
"wood": | "category": "resources", | ||
" | "production": true, | ||
"cost": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"wood": 50 | |||
}, | |||
"e": { | |||
"wood": 50 | |||
} | |||
}, | }, | ||
" | "rate": { | ||
"wood": - | "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": { | ||
"wood": | "w": { | ||
" | "wood": 5 | ||
}, | |||
"s": { | |||
"wood": 2 | |||
}, | |||
"e": { | |||
"wood": 1 | |||
} | |||
}, | }, | ||
" | "balance": { | ||
" | "population": -1 | ||
} | } | ||
}, | }, | ||
" | "tent": { | ||
" | "parent": "woodcutter", | ||
"within": 50, | |||
"type": "Point", | |||
"cost": { | |||
"wood": 5 | |||
"wood": | |||
}, | }, | ||
"e": { | "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": { | ||
"wood" | "volume": 100, | ||
"resources": [ | |||
"wood" | |||
] | |||
} | } | ||
}, | }, | ||
" | "quarry": { | ||
"w": { | "type": "Polygon", | ||
"wood": | "category": "resources", | ||
" | "production": true, | ||
"cost": { | |||
"w": { | |||
"wood": 0.01 | |||
}, | |||
"s": { | |||
"wood": 0.01 | |||
}, | |||
"e": { | |||
"wood": 0.01 | |||
} | |||
}, | }, | ||
"s": { | "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 | |||
} | |||
}, | }, | ||
"e": { | "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": | "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 | |||
" | |||
}, | }, | ||
"s": { | "rate": { | ||
"stone": | "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 | ||
"wood": | |||
}, | }, | ||
"s": { | "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": - | "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 | |||
"wood": 50 | }, | ||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
}, | }, | ||
" | "rate": { | ||
" | "drinks": -10, | ||
"coin": 10 | |||
}, | }, | ||
" | "balance": { | ||
" | "population": -5 | ||
} | } | ||
}, | }, | ||
" | "warehouse": { | ||
"w": { | "type": "Point", | ||
" | "category": "storage", | ||
" | "cost": { | ||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
}, | }, | ||
" | "balance": { | ||
" | "population": -1 | ||
}, | }, | ||
" | "storage": { | ||
"wood" | "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 | |||
"wood": | |||
}, | }, | ||
" | "rate": { | ||
"wood": | "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": { | ||
"w": { | "type": "Point", | ||
"earth": | "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 | |||
" | |||
" | |||
"stone": | |||
} | } | ||
}, | }, | ||
" | "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", | |||
"stone": | "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 | |||
} | |||
" | |||
}, | }, | ||
"cost": { | "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 | |||
} | |||
}, | }, | ||
"s": { | "rate": { | ||
"stone": | "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 | |||
} | |||
}, | }, | ||
"s": { | "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 | |||
" | |||
}, | }, | ||
"s": { | "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": | "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, | |||
"tools": | "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" | |||
} | } | ||
} | } | ||
} | } | ||
Revision as of 18:37, 1 March 2026
| buildings |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| choices |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| effects |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| events |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| expeditions |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| climate |
|