DataFetch/data.json: Difference between revisions
From Project Rebearth
No edit summary |
new formatting, based on original |
||
| Line 1: | Line 1: | ||
{ | { | ||
" | "center": { | ||
"type": "Point", | "type": "Point", | ||
"upgradesTo": " | "upgradesTo": "square", | ||
"storage": { | |||
"volume": 5000, | |||
"resources": [ | |||
"wood", | |||
"stone", | |||
"earth", | |||
"food", | |||
"grain", | |||
"wool", | |||
"milk", | |||
"flour", | |||
"drinks", | |||
"clothes", | |||
"scrap", | |||
"tools", | |||
"glass", | |||
"ore", | |||
"metal" | |||
] | |||
}, | |||
"rate": { | "rate": { | ||
"food": -4 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": 10 | |||
} | } | ||
}, | }, | ||
" | "square": { | ||
"type": "Point", | "type": "Point", | ||
"hidden": true, | "hidden": true, | ||
"cost": { | "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": { | "rate": { | ||
"coin": 1 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": 10 | |||
}, | }, | ||
"storage": { | "storage": { | ||
"volume": 10000, | "volume": 10000, | ||
"resources": " | "resources": [ | ||
"wood", | |||
"stone", | |||
"earth", | |||
"food", | |||
"grain", | |||
"wool", | |||
"milk", | |||
"flour", | |||
"drinks", | |||
"clothes", | |||
"scrap", | |||
"tools", | |||
"glass", | |||
"ore", | |||
"metal" | |||
] | |||
} | } | ||
}, | }, | ||
" | "market": { | ||
"type": "Point", | "type": "Point", | ||
"category": "housing", | "category": "housing", | ||
"marketStorage": 1000, | "marketStorage": 1000, | ||
"cost": { | "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": { | "rate": { | ||
"coin": 1 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -5 | |||
} | } | ||
}, | }, | ||
" | "hut": { | ||
"type": "Point", | "type": "Point", | ||
"hidden": true, | |||
"category": "housing", | "category": "housing", | ||
"parent": [ | "parent": [ | ||
" | "center", | ||
" | "square", | ||
" | "market" | ||
], | ], | ||
"within": 100, | "within": 100, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 40 | |||
}, | |||
"e": { | |||
"earth": 40 | |||
}, | |||
"s": { | |||
"stone": 40 | |||
}, | |||
"a": { | |||
"wood": 40 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
"wood": -1, | |||
"food": -1 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": 2 | |||
} | } | ||
}, | }, | ||
" | "house": { | ||
"type": "Point", | "type": "Point", | ||
"hidden": true, | |||
"category": "housing", | "category": "housing", | ||
"parent": [ | "parent": [ | ||
" | "center", | ||
" | "square", | ||
" | "market" | ||
], | ], | ||
"within": 100, | "within": 100, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 100 | |||
}, | |||
"e": { | |||
"earth": 100 | |||
}, | |||
"s": { | |||
"stone": 100 | |||
}, | |||
"a": { | |||
"wood": 100 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
"wood": -1, | |||
"food": -2 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": 4 | |||
} | } | ||
}, | }, | ||
" | "house_1": { | ||
"type": "Point", | "type": "Point", | ||
"category": "housing", | "category": "housing", | ||
"parent": [ | "parent": [ | ||
" | "center", | ||
" | "square", | ||
" | "market" | ||
], | ], | ||
"within": 100, | "within": 100, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 35 | |||
}, | |||
"e": { | |||
"earth": 35 | |||
}, | |||
"s": { | |||
"stone": 35 | |||
}, | |||
"a": { | |||
"wood": 70 | |||
} | } | ||
}, | }, | ||
"rate": { | "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": { | "balance": { | ||
"population": 2 | |||
} | } | ||
}, | }, | ||
" | "house_2": { | ||
"type": "Point", | "type": "Point", | ||
"category": "housing", | "category": "housing", | ||
"parent": [ | "parent": [ | ||
" | "center", | ||
" | "square", | ||
" | "market" | ||
], | ], | ||
"within": 100, | "within": 100, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 55 | |||
}, | |||
"e": { | |||
"earth": 55 | |||
}, | |||
"s": { | |||
"stone": 55 | |||
}, | |||
"a": { | |||
"wood": 110 | |||
} | } | ||
}, | }, | ||
"rate": { | "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": { | "balance": { | ||
"population": 3 | |||
} | } | ||
}, | }, | ||
" | "house_3": { | ||
"type": "Point", | "type": "Point", | ||
"category": "housing", | "category": "housing", | ||
"parent": [ | "parent": [ | ||
" | "center", | ||
" | "square", | ||
" | "market" | ||
], | ], | ||
"within": 100, | "within": 100, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 80 | |||
}, | |||
"e": { | |||
"earth": 80 | |||
}, | |||
"s": { | |||
"stone": 80 | |||
}, | |||
"a": { | |||
"wood": 160 | |||
} | } | ||
}, | }, | ||
"rate": { | "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": { | "balance": { | ||
"population": 4 | |||
} | } | ||
}, | }, | ||
" | "house_4": { | ||
"type": "Point", | "type": "Point", | ||
"category": "housing", | "category": "housing", | ||
"parent": [ | "parent": [ | ||
" | "center", | ||
" | "square", | ||
" | "market" | ||
], | ], | ||
"within": 100, | "within": 100, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 135 | |||
}, | |||
"e": { | |||
"earth": 135 | |||
}, | |||
"s": { | |||
"stone": 135 | |||
}, | |||
"a": { | |||
"wood": 270 | |||
} | } | ||
}, | }, | ||
"rate": { | "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": { | "balance": { | ||
"population": 6 | |||
} | } | ||
}, | }, | ||
" | "house_5": { | ||
"type": "Point", | "type": "Point", | ||
"category": "housing", | "category": "housing", | ||
"parent": [ | "parent": [ | ||
" | "center", | ||
" | "square", | ||
" | "market" | ||
], | ], | ||
"within": 100, | "within": 100, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 200 | |||
}, | |||
"e": { | |||
"earth": 200 | |||
}, | |||
"s": { | |||
"stone": 200 | |||
}, | |||
"a": { | |||
"wood": 400 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"wood": -3, | |||
"food": -5 | |||
}, | |||
"s": { | |||
"wood": -3, | |||
"food": -5 | |||
}, | |||
"e": { | |||
"wood": -0.3, | |||
"food": -5 | |||
}, | |||
"a": { | |||
"wood": -6, | |||
"food": -5 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
"population": 8 | |||
} | } | ||
}, | }, | ||
" | "house_6": { | ||
"type": "Point", | "type": "Point", | ||
"category": "housing", | "category": "housing", | ||
"parent": [ | "parent": [ | ||
" | "center", | ||
" | "square", | ||
" | "market" | ||
], | ], | ||
"within": 100, | "within": 100, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 280 | |||
}, | |||
"e": { | |||
"earth": 280 | |||
}, | |||
"s": { | |||
"stone": 280 | |||
}, | |||
"a": { | |||
"wood": 560 | |||
} | } | ||
}, | }, | ||
"rate": { | "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": { | "balance": { | ||
"population": 10 | |||
} | } | ||
}, | }, | ||
" | "path": { | ||
" | "upgradesTo": "road", | ||
"type": "LineString", | "type": "LineString", | ||
"category": "infrastructure | "category": "infrastructure" | ||
}, | }, | ||
" | "road": { | ||
"type": "LineString", | "type": "LineString", | ||
"category": "infrastructure", | "category": "infrastructure", | ||
"cost": { | "cost": { | ||
"stone": 0.1 | |||
} | } | ||
}, | }, | ||
" | "bridge": { | ||
"type": "LineString", | "type": "LineString", | ||
"category": "infrastructure", | "category": "infrastructure", | ||
"restriction": "water+coast", | "restriction": "water+coast", | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 0.1 | |||
}, | |||
"s": { | |||
"stone": 0.1 | |||
}, | |||
"e": { | |||
"wood": 0.1 | |||
}, | |||
"a": { | |||
"wood": 0.1 | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "field": { | ||
"type": "Polygon", | "type": "Polygon", | ||
"category": "food", | "category": "food", | ||
"production": true, | "production": true, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 0.01 | |||
}, | |||
"s": { | |||
"stone": 0.01 | |||
}, | |||
"e": { | |||
"earth": 0.01 | |||
} | } | ||
}, | }, | ||
"rate": { | "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": { | "balance": { | ||
" | "e": { | ||
"population": -0.0002 | |||
}, | |||
"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", | "type": "Point", | ||
"category": "food", | "category": "food", | ||
"restriction": "coast", | |||
"production": true, | "production": true, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 100 | |||
}, | |||
"s": { | |||
"stone": 100 | |||
}, | |||
"e": { | |||
"earth": 100 | |||
}, | |||
"a": { | |||
"wood": 100 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
"food": 5 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -1 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 681: | Line 585: | ||
} | } | ||
}, | }, | ||
" | "boat": { | ||
"parent": [ | "parent": [ | ||
" | "fishery", | ||
" | "pier" | ||
], | ], | ||
"within": 50, | "within": 50, | ||
"restriction": "water", | "restriction": "water", | ||
"type": "Point", | |||
"cost": { | "cost": { | ||
"wood": 10 | |||
}, | }, | ||
"rate": { | "rate": { | ||
"food": 3 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -1 | |||
} | } | ||
}, | }, | ||
" | "pier": { | ||
"parent": "fishery", | |||
"parent": | |||
"within": 10, | "within": 10, | ||
"restriction": "water", | "restriction": "water", | ||
"type": "Point", | |||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 10 | |||
}, | |||
"s": { | |||
"stone": 10 | |||
}, | |||
"e": { | |||
"wood": 10 | |||
}, | |||
"a": { | |||
"wood": 10 | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "woodcutter": { | ||
"type": "Point", | "type": "Point", | ||
"category": "resources", | "category": "resources", | ||
"production": true, | "production": true, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 50 | |||
}, | |||
"s": { | |||
"wood": 50 | |||
}, | |||
"e": { | |||
"wood": 50 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"wood": 30 | |||
}, | |||
"s": { | |||
"wood": 15 | |||
}, | |||
"e": { | |||
"wood": 5 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
" | "population": -4 | ||
" | }, | ||
"exclude": { | |||
"distance": 30, | |||
"exceptTypes": [ | |||
"saw", | |||
"nursery", | |||
"tent", | |||
"logpile" | |||
], | |||
"exceptCategories": [ | |||
"decoration" | |||
], | |||
"exceptGeometryTypes": [ | |||
"LineString" | |||
] | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 777: | Line 674: | ||
} | } | ||
}, | }, | ||
" | "saw": { | ||
" | "parent": "woodcutter", | ||
"within": 50, | |||
"type": "Point", | "type": "Point", | ||
"cost": { | "cost": { | ||
"wood": 50, | |||
"tools": 5 | |||
}, | }, | ||
"rate": { | "rate": { | ||
"wood": 20, | |||
"tools": -0.5 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -3 | |||
} | } | ||
}, | }, | ||
" | "nursery": { | ||
" | "parent": "woodcutter", | ||
"within": 50, | |||
"type": "Point", | "type": "Point", | ||
"cost": { | "cost": { | ||
"wood": 10 | |||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"wood": 5 | |||
}, | |||
"s": { | |||
"wood": 2 | |||
}, | |||
"e": { | |||
"wood": 1 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -1 | |||
} | } | ||
}, | }, | ||
" | "tent": { | ||
" | "parent": "woodcutter", | ||
"within": 50, | |||
"type": "Point", | "type": "Point", | ||
"cost": { | "cost": { | ||
"wood": 5 | |||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"wood": 5 | |||
}, | |||
"s": { | |||
"wood": 3 | |||
}, | |||
"e": { | |||
"wood": 1 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -1 | |||
} | } | ||
}, | }, | ||
" | "logpile": { | ||
"category": "storage", | "category": "storage", | ||
"parent": | "parent": "woodcutter", | ||
"within": 50, | "within": 50, | ||
"type": "Point", | |||
"cost": { | "cost": { | ||
"wood": 10 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 884: | Line 749: | ||
} | } | ||
}, | }, | ||
" | "quarry": { | ||
"type": "Polygon", | "type": "Polygon", | ||
"category": "resources", | "category": "resources", | ||
"production": true, | "production": true, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 0.01 | |||
}, | |||
"s": { | |||
"wood": 0.01 | |||
}, | |||
"e": { | |||
"wood": 0.01 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"stone": 0.01 | |||
}, | |||
"s": { | |||
"stone": 0.03 | |||
}, | |||
"e": { | |||
"stone": 0.01 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
" | "population": -0.01 | ||
" | }, | ||
"exclude": { | |||
"distance": 1, | |||
"onlyTypes": [ | |||
"field", | |||
"quarry", | |||
"claypit" | |||
] | |||
} | } | ||
}, | }, | ||
" | "claypit": { | ||
"type": "Polygon", | "type": "Polygon", | ||
"category": "resources", | "category": "resources", | ||
"production": true, | "production": true, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 0.01 | |||
}, | |||
"s": { | |||
"wood": 0.01 | |||
}, | |||
"e": { | |||
"wood": 0.01 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"earth": 0.01 | |||
}, | |||
"s": { | |||
"earth": 0.01 | |||
}, | |||
"e": { | |||
"earth": 0.04 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
" | "population": -0.01 | ||
" | }, | ||
"exclude": { | |||
"distance": 1, | |||
"onlyTypes": [ | |||
"field", | |||
"claypit", | |||
"quarry" | |||
] | |||
} | } | ||
}, | }, | ||
" | "stone_crane": { | ||
" | "parent": "quarry", | ||
"upgradesTo": "stone_crane_upgraded", | |||
"within": 20, | |||
"type": "Point", | "type": "Point", | ||
"cost": { | "cost": { | ||
"wood": 100 | |||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"stone": 20, | |||
"tools": -0.1 | |||
}, | |||
"s": { | |||
"stone": 30, | |||
"tools": -0.1 | |||
}, | |||
"e": { | |||
"stone": 10, | |||
"tools": -0.1 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -5 | |||
} | } | ||
}, | }, | ||
" | "stone_crane_upgraded": { | ||
" | "parent": "quarry", | ||
"hidden": true, | "hidden": true, | ||
"within": 20, | "within": 20, | ||
"type": "Point", | |||
"cost": { | "cost": { | ||
"scrap": 100 | |||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"stone": 50, | |||
"tools": -1 | |||
}, | |||
"s": { | |||
"stone": 80, | |||
"tools": -1 | |||
}, | |||
"e": { | |||
"stone": 20, | |||
"tools": -1 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -5 | |||
} | } | ||
}, | }, | ||
" | "clay_crane": { | ||
" | "parent": "claypit", | ||
"upgradesTo": "clay_crane_upgraded", | |||
"within": 20, | |||
"type": "Point", | "type": "Point", | ||
"cost": { | "cost": { | ||
"wood": 100 | |||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"earth": 20, | |||
"tools": -0.1 | |||
}, | |||
"s": { | |||
"earth": 10, | |||
"tools": -0.1 | |||
}, | |||
"e": { | |||
"earth": 30, | |||
"tools": -0.1 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -5 | |||
} | } | ||
}, | }, | ||
" | "clay_crane_upgraded": { | ||
" | "parent": "claypit", | ||
"hidden": true, | "hidden": true, | ||
"within": 20, | "within": 20, | ||
"type": "Point", | |||
"cost": { | "cost": { | ||
"scrap": 100 | |||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"earth": 50, | |||
"tools": -1 | |||
}, | |||
"s": { | |||
"earth": 20, | |||
"tools": -1 | |||
}, | |||
"e": { | |||
"earth": 80, | |||
"tools": -1 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -5 | |||
} | } | ||
}, | }, | ||
" | "windmill": { | ||
"type": "Point", | "type": "Point", | ||
"upgradesTo": "windmill_upgraded", | |||
"category": "food", | "category": "food", | ||
"production": true, | "production": true, | ||
"exclude": { | "exclude": { | ||
"distance": 25 | "distance": 25, | ||
"exceptCategories": [ | |||
"decoration" | |||
], | |||
"exceptGeometryTypes": [ | |||
"LineString", | |||
"Polygon" | |||
] | |||
}, | }, | ||
"cost": { | "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": { | "rate": { | ||
"grain": -100, | |||
"flour": 100, | |||
"tools": -0.1 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -5 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 1,161: | Line 982: | ||
} | } | ||
}, | }, | ||
" | "windmill_upgraded": { | ||
"type": "Point", | "type": "Point", | ||
"hidden": true, | |||
"category": "food", | "category": "food", | ||
"production": true, | "production": true, | ||
"exclude": { | "exclude": { | ||
"distance": 25 | "distance": 25, | ||
"exceptCategories": [ | |||
"decoration" | |||
], | |||
"exceptGeometryTypes": [ | |||
"LineString", | |||
"Polygon" | |||
] | |||
}, | }, | ||
"cost": { | "cost": { | ||
"scrap": 100 | |||
}, | }, | ||
"rate": { | "rate": { | ||
"grain": -80, | |||
"flour": 100 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 1,188: | Line 1,011: | ||
} | } | ||
}, | }, | ||
" | "bakery": { | ||
"type": "Point", | "type": "Point", | ||
"category": "food", | "category": "food", | ||
"production": true, | "production": true, | ||
"cost": { | "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": { | "rate": { | ||
"flour": -50, | |||
"food": 100, | |||
"tools": -0.1 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -2 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 1,237: | Line 1,053: | ||
} | } | ||
}, | }, | ||
" | "tailor": { | ||
"type": "Point", | "type": "Point", | ||
"category": "production", | "category": "production", | ||
"production": true, | "production": true, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
"wool": -50, | |||
"clothes": 50, | |||
"tools": -0.1 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -10 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 1,277: | Line 1,086: | ||
} | } | ||
}, | }, | ||
" | "tower": { | ||
"type": "Point", | "type": "Point", | ||
"category": "defense", | "category": "defense", | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
"coin": -5 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -3 | |||
} | } | ||
}, | }, | ||
" | "water_tower": { | ||
"type": "Point", | "type": "Point", | ||
"category": "defense", | "category": "defense", | ||
"restriction": "water", | "restriction": "water", | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 100 | |||
}, | |||
"s": { | |||
"stone": 100 | |||
}, | |||
"e": { | |||
"earth": 100 | |||
}, | |||
"a": { | |||
"wood": 100 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
"coin": -5 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -3 | |||
} | } | ||
}, | }, | ||
" | "tavern": { | ||
"type": "Point", | "type": "Point", | ||
"category": "town", | "category": "town", | ||
"production": true, | "production": true, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
"drinks": -10, | |||
"coin": 10 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -5 | |||
} | } | ||
}, | }, | ||
" | "warehouse": { | ||
"type": "Point", | "type": "Point", | ||
"category": "storage", | "category": "storage", | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -1 | |||
}, | }, | ||
"storage": { | "storage": { | ||
"volume": 5000, | "volume": 5000, | ||
"resources": " | "resources": [ | ||
"wood", | |||
"stone", | |||
"earth", | |||
"food", | |||
"grain", | |||
"wool", | |||
"milk", | |||
"flour", | |||
"drinks", | |||
"clothes", | |||
"scrap", | |||
"tools", | |||
"glass", | |||
"ore", | |||
"metal" | |||
] | |||
} | } | ||
}, | }, | ||
" | "brewery": { | ||
"type": "Point", | "type": "Point", | ||
"category": "production", | "category": "production", | ||
"production": true, | "production": true, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
"grain": -50, | |||
"drinks": 50, | |||
"tools": -0.1 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -10 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 1,443: | Line 1,235: | ||
} | } | ||
}, | }, | ||
" | "port": { | ||
"type": "Point", | "type": "Point", | ||
"category": "infrastructure", | "category": "infrastructure", | ||
| Line 1,450: | Line 1,241: | ||
"marketStorage": 5000, | "marketStorage": 5000, | ||
"cost": { | "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": { | "balance": { | ||
"population": -20 | |||
} | } | ||
}, | }, | ||
" | "dock": { | ||
"parent": [ | "parent": [ | ||
" | "port", | ||
" | "dock" | ||
], | ], | ||
"within": 20, | "within": 20, | ||
"restriction": "water", | "restriction": "water", | ||
"type": "Point", | |||
"cost": { | "cost": { | ||
"wood": 20 | |||
} | } | ||
}, | }, | ||
" | "small_ship": { | ||
"parent": [ | "parent": [ | ||
" | "port", | ||
" | "dock" | ||
], | ], | ||
"within": 100, | "within": 100, | ||
"restriction": "water", | "restriction": "water", | ||
"type": "Point", | |||
"cost": { | "cost": { | ||
"wood": 1000 | |||
}, | }, | ||
"rate": { | "rate": { | ||
"drinks": -1 | |||
} | } | ||
}, | }, | ||
" | "medium_ship": { | ||
"parent": [ | "parent": [ | ||
" | "port", | ||
" | "dock" | ||
], | ], | ||
"within": 200, | "within": 200, | ||
"restriction": "water", | "restriction": "water", | ||
"type": "Point", | |||
"cost": { | "cost": { | ||
"wood": 4000, | |||
"scrap": 10 | |||
}, | }, | ||
"rate": { | "rate": { | ||
"drinks": -5 | |||
} | } | ||
}, | }, | ||
" | "large_ship": { | ||
"parent": [ | "parent": [ | ||
" | "port", | ||
" | "dock" | ||
], | ], | ||
"within": 300, | "within": 300, | ||
"restriction": "water", | "restriction": "water", | ||
"type": "Point", | |||
"cost": { | "cost": { | ||
"wood": 8000, | |||
"scrap": 100 | |||
}, | }, | ||
"rate": { | "rate": { | ||
"drinks": -10 | |||
} | } | ||
}, | }, | ||
" | "university": { | ||
"type": "Point", | "type": "Point", | ||
"category": "research", | "category": "research", | ||
"production": true, | "production": true, | ||
"cost": { | "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": { | "rate": { | ||
"coin": -10, | |||
"knowledge": 10, | |||
"glass": -5 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -50 | |||
} | } | ||
}, | }, | ||
" | "museum": { | ||
"type": "Point", | "type": "Point", | ||
"category": "research", | "category": "research", | ||
"production": false, | "production": false, | ||
"cost": { | "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": { | "rate": { | ||
"coin": -10, | |||
"knowledge": 5 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -10 | |||
} | } | ||
}, | }, | ||
" | "plaza": { | ||
"type": "Polygon", | "type": "Polygon", | ||
"category": "town", | "category": "town", | ||
"cost": { | "cost": { | ||
"stone": 0.1 | |||
} | } | ||
}, | }, | ||
" | "dirt": { | ||
"type": "Polygon", | "type": "Polygon", | ||
"category": "town" | "category": "town" | ||
}, | }, | ||
" | "table": { | ||
"type": "Point", | "type": "Point", | ||
"category": "decoration", | "category": "decoration", | ||
"cost": { | "cost": { | ||
"wood": 10 | |||
} | } | ||
}, | }, | ||
" | "well": { | ||
"type": "Point", | "type": "Point", | ||
"category": "decoration", | "category": "decoration", | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "small_statue": { | ||
"type": "Point", | "type": "Point", | ||
"category": "decoration", | "category": "decoration", | ||
"cost": { | "cost": { | ||
"stone": 10 | |||
} | } | ||
}, | }, | ||
" | "large_statue": { | ||
"type": "Point", | "type": "Point", | ||
"category": "decoration", | "category": "decoration", | ||
"cost": { | "cost": { | ||
"stone": 50 | |||
} | } | ||
}, | }, | ||
" | "fountain": { | ||
"type": "Point", | "type": "Point", | ||
"category": "decoration", | "category": "decoration", | ||
"cost": { | "cost": { | ||
"stone": 10 | |||
} | } | ||
}, | }, | ||
" | "market_stall": { | ||
"type": "Point", | "type": "Point", | ||
"category": "town", | "category": "town", | ||
"cost": { | "cost": { | ||
"wood": 10 | |||
} | } | ||
}, | }, | ||
" | "market_stall_1": { | ||
" | "parent": "market_stall", | ||
"type": "Point", | "type": "Point", | ||
"cost": { | "cost": { | ||
"wood": 10 | |||
}, | }, | ||
"rate": { | "rate": { | ||
"food": -1, | |||
"coin": 0.05 | |||
} | } | ||
}, | }, | ||
" | "market_stall_2": { | ||
" | "parent": "market_stall", | ||
"type": "Point", | "type": "Point", | ||
"cost": { | "cost": { | ||
"wood": 10 | |||
}, | }, | ||
"rate": { | "rate": { | ||
"food": -1, | |||
"coin": 0.05 | |||
} | } | ||
}, | }, | ||
" | "market_stall_3": { | ||
" | "parent": "market_stall", | ||
"type": "Point", | "type": "Point", | ||
"cost": { | "cost": { | ||
"wood": 10 | |||
}, | }, | ||
"rate": { | "rate": { | ||
"food": -1, | |||
"coin": 0.05 | |||
} | } | ||
}, | }, | ||
" | "market_stall_4": { | ||
" | "parent": "market_stall", | ||
"type": "Point", | "type": "Point", | ||
"cost": { | "cost": { | ||
"wood": 10 | |||
}, | }, | ||
"rate": { | "rate": { | ||
"food": -1, | |||
"coin": 0.05 | |||
} | } | ||
}, | }, | ||
" | "market_stall_5": { | ||
" | "parent": "market_stall", | ||
"type": "Point", | "type": "Point", | ||
"cost": { | "cost": { | ||
"wood": 10 | |||
}, | }, | ||
"rate": { | "rate": { | ||
"clothes": -1, | |||
"coin": 0.5 | |||
} | } | ||
}, | }, | ||
" | "fireplace": { | ||
"type": "Point", | "type": "Point", | ||
"category": "decoration", | "category": "decoration", | ||
"cost": { | "cost": { | ||
"stone": 5, | |||
"wood": 5 | |||
} | } | ||
}, | }, | ||
" | "firepit": { | ||
"type": "Point", | "type": "Point", | ||
"category": "decoration", | "category": "decoration", | ||
"cost": { | "cost": { | ||
"wood": 1, | |||
"stone": 1 | |||
} | } | ||
}, | }, | ||
" | "fences": { | ||
"type": "Point", | "type": "Point", | ||
"category": "decoration", | "category": "decoration", | ||
"cost": { | "cost": { | ||
"wood": 10 | |||
} | } | ||
}, | }, | ||
" | "fence1": { | ||
"type": "Point", | "type": "Point", | ||
"parent": | "parent": "fences", | ||
"cost": { | "cost": { | ||
"wood": 1 | |||
} | } | ||
}, | }, | ||
" | "fence2": { | ||
"type": "Point", | "type": "Point", | ||
"parent": | "parent": "fences", | ||
"cost": { | "cost": { | ||
"wood": 1 | |||
} | } | ||
}, | }, | ||
" | "fence3": { | ||
"type": "Polygon", | "type": "Polygon", | ||
"parent": | "parent": "fences", | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 0.05 | |||
}, | |||
"s": { | |||
"stone": 0.05 | |||
}, | |||
"e": { | |||
"earth": 0.05 | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "fence4": { | ||
"type": "LineString", | "type": "LineString", | ||
"parent": | "parent": "fences", | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 0.1 | |||
}, | |||
"s": { | |||
"stone": 0.1 | |||
}, | |||
"e": { | |||
"earth": 0.1 | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "park": { | ||
"type": "Point", | "type": "Point", | ||
"category": "decoration", | "category": "decoration", | ||
"cost": { | "cost": { | ||
"coin": 50 | |||
} | } | ||
}, | }, | ||
" | "tree": { | ||
"type": "Point", | "type": "Point", | ||
"category": "decoration", | "category": "decoration", | ||
"cost": { | "cost": { | ||
"wood": 1 | |||
} | } | ||
}, | }, | ||
" | "town_hall": { | ||
"type": "Point", | "type": "Point", | ||
"category": "town", | "category": "town", | ||
"cost": { | "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": { | "balance": { | ||
"population": -20 | |||
} | } | ||
}, | }, | ||
" | "creamery": { | ||
"type": "Point", | "type": "Point", | ||
"category": "production", | "category": "production", | ||
"production": true, | "production": true, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
"milk": -50, | |||
"food": 50, | |||
"tools": -0.1 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -5 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 2,017: | Line 1,665: | ||
} | } | ||
}, | }, | ||
" | "foraging_hut": { | ||
"type": "Point", | "type": "Point", | ||
"category": "resources", | "category": "resources", | ||
"production": true, | "production": true, | ||
"exclude": { | "exclude": { | ||
"distance": 50 | "distance": 50, | ||
"exceptCategories": [ | |||
"decoration" | |||
], | |||
"exceptGeometryTypes": [ | |||
"LineString" | |||
] | |||
}, | }, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"food": 5, | |||
"stone": 1, | |||
"earth": 1 | |||
}, | |||
"s": { | |||
"food": 5, | |||
"wood": 1, | |||
"earth": 1 | |||
}, | |||
"e": { | |||
"food": 3, | |||
"wood": 1, | |||
"stone": 2 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -1 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 2,072: | Line 1,719: | ||
} | } | ||
}, | }, | ||
" | "glassworks": { | ||
"type": "Point", | "type": "Point", | ||
"category": "production", | "category": "production", | ||
"production": true, | "production": true, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 100, | |||
"metal": 10, | |||
"tools": 10 | |||
}, | |||
"s": { | |||
"stone": 100, | |||
"metal": 10, | |||
"tools": 10 | |||
}, | |||
"e": { | |||
"earth": 100, | |||
"metal": 10, | |||
"tools": 10 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
"tools": -0.5, | |||
"earth": -50, | |||
"glass": 5 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -10 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 2,115: | Line 1,755: | ||
} | } | ||
}, | }, | ||
" | "iron_mine": { | ||
"type": "Point", | "type": "Point", | ||
"upgradesTo": "iron_mine_upgraded", | |||
"category": "resources", | "category": "resources", | ||
"production": true, | "production": true, | ||
"exclude": { | "exclude": { | ||
"distance": 1500 | "distance": 1500, | ||
"onlyTypes": [ | |||
"iron_mine", | |||
"iron_mine_upgraded" | |||
] | |||
}, | }, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 1000, | |||
"tools": 20 | |||
}, | |||
"s": { | |||
"stone": 1000, | |||
"tools": 20 | |||
}, | |||
"e": { | |||
"earth": 1000, | |||
"tools": 20 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"ore": 40, | |||
"tools": -1 | |||
}, | |||
"s": { | |||
"ore": 100, | |||
"tools": -1 | |||
}, | |||
"e": { | |||
"ore": 60, | |||
"tools": -1 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -50 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 2,168: | Line 1,805: | ||
} | } | ||
}, | }, | ||
" | "iron_mine_upgraded": { | ||
"type": "Point", | "type": "Point", | ||
"hidden": true, | |||
"category": "resources", | "category": "resources", | ||
"production": true, | "production": true, | ||
"cost": { | "cost": { | ||
"scrap": 100 | |||
}, | }, | ||
"rate": { | "rate": { | ||
" | "w": { | ||
"ore": 80, | |||
"tools": -1 | |||
}, | |||
"s": { | |||
"ore": 200, | |||
"tools": -1 | |||
}, | |||
"e": { | |||
"ore": 120, | |||
"tools": -1 | |||
} | } | ||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -100 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 2,207: | Line 1,837: | ||
} | } | ||
}, | }, | ||
" | "refinery": { | ||
"type": "Point", | "type": "Point", | ||
"category": "production", | "category": "production", | ||
"production": true, | "production": true, | ||
"cost": { | "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": { | "rate": { | ||
"ore": -50, | |||
"metal": 10, | |||
"tools": -0.2 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -20 | |||
}, | }, | ||
"storage": { | "storage": { | ||
| Line 2,255: | Line 1,878: | ||
} | } | ||
}, | }, | ||
" | "tools_workshop": { | ||
"type": "Point", | "type": "Point", | ||
"category": "production", | "category": "production", | ||
"production": true, | "production": true, | ||
"cost": { | "cost": { | ||
" | "w": { | ||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | } | ||
}, | }, | ||
"rate": { | "rate": { | ||
"metal": -4, | |||
"tools": 2, | |||
"wood": -5 | |||
}, | }, | ||
"balance": { | "balance": { | ||
"population": -10 | |||
}, | }, | ||
"storage": { | "storage": { | ||
Revision as of 17:22, 16 February 2026
| center |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| square |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| market |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| hut |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| house |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| house_1 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| house_2 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| house_3 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| house_4 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| house_5 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| house_6 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| path |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| road |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| bridge |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| field |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fishery |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| boat |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pier |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| woodcutter |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| saw |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| nursery |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tent |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| logpile |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| quarry |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| claypit |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| stone_crane |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| stone_crane_upgraded |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clay_crane |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clay_crane_upgraded |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| windmill |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| windmill_upgraded |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| bakery |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tailor |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tower |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| water_tower |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tavern |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| warehouse |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| brewery |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| port |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dock |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| small_ship |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| medium_ship |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| large_ship |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| university |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| museum |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| plaza |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dirt |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| table |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| well |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| small_statue |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| large_statue |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fountain |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| market_stall |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| market_stall_1 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| market_stall_2 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| market_stall_3 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| market_stall_4 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| market_stall_5 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fireplace |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| firepit |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fences |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fence1 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fence2 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fence3 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fence4 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| park |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tree |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| town_hall |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| creamery |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| foraging_hut |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| glassworks |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| iron_mine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| iron_mine_upgraded |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| refinery |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tools_workshop |
|