DataFetch/data.json: Difference between revisions
From Project Rebearth
Created page with "{}" |
No edit summary |
||
| Line 1: | Line 1: | ||
{} | { | ||
"_meta": { | |||
"version": "1.0", | |||
"lastUpdated": "2026-02-15", | |||
"allResources": [ | |||
"wood", | |||
"stone", | |||
"earth", | |||
"food", | |||
"grain", | |||
"wool", | |||
"milk", | |||
"flour", | |||
"drinks", | |||
"clothes", | |||
"scrap", | |||
"tools", | |||
"glass", | |||
"ore", | |||
"metal" | |||
], | |||
"biomes": [ | |||
"w", | |||
"s", | |||
"e", | |||
"a" | |||
], | |||
"biomeNames": { | |||
"w": "Wood", | |||
"s": "Stone", | |||
"e": "Earth", | |||
"a": "Arctic" | |||
} | |||
}, | |||
"Center": { | |||
"_id": "center", | |||
"type": "Point", | |||
"upgradesTo": "Square", | |||
"rate": { | |||
"flat": { | |||
"food": -4 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": 10 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 5000, | |||
"resources": "all" | |||
} | |||
}, | |||
"Square": { | |||
"_id": "square", | |||
"type": "Point", | |||
"hidden": true, | |||
"cost": { | |||
"byBiome": { | |||
"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": { | |||
"flat": { | |||
"coin": 1 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": 10 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 10000, | |||
"resources": "all" | |||
} | |||
}, | |||
"Market": { | |||
"_id": "market", | |||
"type": "Point", | |||
"category": "housing", | |||
"marketStorage": 1000, | |||
"cost": { | |||
"byBiome": { | |||
"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": { | |||
"flat": { | |||
"coin": 1 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -5 | |||
} | |||
} | |||
}, | |||
"Hut (Legacy)": { | |||
"_id": "hut", | |||
"type": "Point", | |||
"category": "housing", | |||
"hidden": true, | |||
"parent": [ | |||
"Center", | |||
"Square", | |||
"Market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 40 | |||
}, | |||
"e": { | |||
"earth": 40 | |||
}, | |||
"s": { | |||
"stone": 40 | |||
}, | |||
"a": { | |||
"wood": 40 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"wood": -1, | |||
"food": -1 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": 2 | |||
} | |||
} | |||
}, | |||
"House (Legacy)": { | |||
"_id": "house", | |||
"type": "Point", | |||
"category": "housing", | |||
"hidden": true, | |||
"parent": [ | |||
"Center", | |||
"Square", | |||
"Market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 100 | |||
}, | |||
"e": { | |||
"earth": 100 | |||
}, | |||
"s": { | |||
"stone": 100 | |||
}, | |||
"a": { | |||
"wood": 100 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"wood": -1, | |||
"food": -2 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": 4 | |||
} | |||
} | |||
}, | |||
"Shack": { | |||
"_id": "house_1", | |||
"type": "Point", | |||
"category": "housing", | |||
"parent": [ | |||
"Center", | |||
"Square", | |||
"Market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 35 | |||
}, | |||
"e": { | |||
"earth": 35 | |||
}, | |||
"s": { | |||
"stone": 35 | |||
}, | |||
"a": { | |||
"wood": 70 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"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": { | |||
"flat": { | |||
"population": 2 | |||
} | |||
} | |||
}, | |||
"Hut": { | |||
"_id": "house_2", | |||
"type": "Point", | |||
"category": "housing", | |||
"parent": [ | |||
"Center", | |||
"Square", | |||
"Market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 55 | |||
}, | |||
"e": { | |||
"earth": 55 | |||
}, | |||
"s": { | |||
"stone": 55 | |||
}, | |||
"a": { | |||
"wood": 110 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"wood": -1.5, | |||
"food": -2 | |||
}, | |||
"s": { | |||
"wood": -1.5, | |||
"food": -2 | |||
}, | |||
"e": { | |||
"wood": -0.15, | |||
"food": -2 | |||
}, | |||
"a": { | |||
"wood": -3, | |||
"food": -2 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": 3 | |||
} | |||
} | |||
}, | |||
"Cabin": { | |||
"_id": "house_3", | |||
"type": "Point", | |||
"category": "housing", | |||
"parent": [ | |||
"Center", | |||
"Square", | |||
"Market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 80 | |||
}, | |||
"e": { | |||
"earth": 80 | |||
}, | |||
"s": { | |||
"stone": 80 | |||
}, | |||
"a": { | |||
"wood": 160 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"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": { | |||
"flat": { | |||
"population": 4 | |||
} | |||
} | |||
}, | |||
"House": { | |||
"_id": "house_4", | |||
"type": "Point", | |||
"category": "housing", | |||
"parent": [ | |||
"Center", | |||
"Square", | |||
"Market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 135 | |||
}, | |||
"e": { | |||
"earth": 135 | |||
}, | |||
"s": { | |||
"stone": 135 | |||
}, | |||
"a": { | |||
"wood": 270 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"wood": -2.5, | |||
"food": -4 | |||
}, | |||
"s": { | |||
"wood": -2.5, | |||
"food": -4 | |||
}, | |||
"e": { | |||
"wood": -0.25, | |||
"food": -4 | |||
}, | |||
"a": { | |||
"wood": -5, | |||
"food": -4 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": 6 | |||
} | |||
} | |||
}, | |||
"Residence": { | |||
"_id": "house_5", | |||
"type": "Point", | |||
"category": "housing", | |||
"parent": [ | |||
"Center", | |||
"Square", | |||
"Market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 200 | |||
}, | |||
"e": { | |||
"earth": 200 | |||
}, | |||
"s": { | |||
"stone": 200 | |||
}, | |||
"a": { | |||
"wood": 400 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"wood": -3, | |||
"food": -5 | |||
}, | |||
"s": { | |||
"wood": -3, | |||
"food": -5 | |||
}, | |||
"e": { | |||
"wood": -0.3, | |||
"food": -5 | |||
}, | |||
"a": { | |||
"wood": -6, | |||
"food": -5 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": 8 | |||
} | |||
} | |||
}, | |||
"Villa": { | |||
"_id": "house_6", | |||
"type": "Point", | |||
"category": "housing", | |||
"parent": [ | |||
"Center", | |||
"Square", | |||
"Market" | |||
], | |||
"within": 100, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 280 | |||
}, | |||
"e": { | |||
"earth": 280 | |||
}, | |||
"s": { | |||
"stone": 280 | |||
}, | |||
"a": { | |||
"wood": 560 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"wood": -3.5, | |||
"food": -6 | |||
}, | |||
"s": { | |||
"wood": -3.5, | |||
"food": -6 | |||
}, | |||
"e": { | |||
"wood": -0.35, | |||
"food": -6 | |||
}, | |||
"a": { | |||
"wood": -7, | |||
"food": -6 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": 10 | |||
} | |||
} | |||
}, | |||
"Path": { | |||
"_id": "path", | |||
"type": "LineString", | |||
"category": "infrastructure", | |||
"upgradesTo": "Road" | |||
}, | |||
"Road": { | |||
"_id": "road", | |||
"type": "LineString", | |||
"category": "infrastructure", | |||
"costUnit": "per meter", | |||
"cost": { | |||
"flat": { | |||
"stone": 0.1 | |||
} | |||
} | |||
}, | |||
"Bridge": { | |||
"_id": "bridge", | |||
"type": "LineString", | |||
"category": "infrastructure", | |||
"restriction": "water+coast", | |||
"costUnit": "per meter", | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 0.1 | |||
}, | |||
"s": { | |||
"stone": 0.1 | |||
}, | |||
"e": { | |||
"wood": 0.1 | |||
}, | |||
"a": { | |||
"wood": 0.1 | |||
} | |||
} | |||
} | |||
}, | |||
"Field": { | |||
"_id": "field", | |||
"type": "Polygon", | |||
"category": "food", | |||
"production": true, | |||
"exclude": { | |||
"distance": 1 | |||
}, | |||
"costUnit": "per m²", | |||
"unit": "per m²/day", | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 0.01 | |||
}, | |||
"s": { | |||
"stone": 0.01 | |||
}, | |||
"e": { | |||
"earth": 0.01 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"byType": { | |||
"Empty": { | |||
"food": 0 | |||
}, | |||
"Potato": { | |||
"food": 0.005 | |||
}, | |||
"Grain": { | |||
"grain": 0.01 | |||
}, | |||
"Maize": { | |||
"grain": 0.01 | |||
}, | |||
"Sheep": { | |||
"food": 0.005, | |||
"wool": 0.005 | |||
}, | |||
"Goat": { | |||
"food": 0.005, | |||
"milk": 0.01 | |||
}, | |||
"Cow": { | |||
"food": 0.01, | |||
"milk": 0.005 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"byType": { | |||
"Empty": { | |||
"population": -0.0002 | |||
}, | |||
"Potato": { | |||
"population": -0.001 | |||
}, | |||
"Grain": { | |||
"population": -0.001 | |||
}, | |||
"Maize": { | |||
"population": -0.001 | |||
}, | |||
"Sheep": { | |||
"population": -0.0006 | |||
}, | |||
"Goat": { | |||
"population": -0.0004 | |||
}, | |||
"Cow": { | |||
"population": -0.0006 | |||
} | |||
} | |||
} | |||
}, | |||
"Fishery": { | |||
"_id": "fishery", | |||
"type": "Point", | |||
"category": "food", | |||
"production": true, | |||
"restriction": "coast", | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 100 | |||
}, | |||
"s": { | |||
"stone": 100 | |||
}, | |||
"e": { | |||
"earth": 100 | |||
}, | |||
"a": { | |||
"wood": 100 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"food": 5 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -1 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"food" | |||
] | |||
} | |||
}, | |||
"Boat": { | |||
"_id": "boat", | |||
"type": "Point", | |||
"parent": [ | |||
"Fishery", | |||
"Pier" | |||
], | |||
"within": 50, | |||
"restriction": "water", | |||
"cost": { | |||
"flat": { | |||
"wood": 10 | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"food": 3 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -1 | |||
} | |||
} | |||
}, | |||
"Pier": { | |||
"_id": "pier", | |||
"type": "Point", | |||
"parent": [ | |||
"Fishery" | |||
], | |||
"within": 10, | |||
"restriction": "water", | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 10 | |||
}, | |||
"s": { | |||
"stone": 10 | |||
}, | |||
"e": { | |||
"wood": 10 | |||
}, | |||
"a": { | |||
"wood": 10 | |||
} | |||
} | |||
} | |||
}, | |||
"Woodcutter": { | |||
"_id": "woodcutter", | |||
"type": "Point", | |||
"category": "resources", | |||
"production": true, | |||
"exclude": { | |||
"distance": 30 | |||
}, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"wood": 50 | |||
}, | |||
"e": { | |||
"wood": 50 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 30 | |||
}, | |||
"s": { | |||
"wood": 15 | |||
}, | |||
"e": { | |||
"wood": 5 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -4 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"wood" | |||
] | |||
} | |||
}, | |||
"Saw": { | |||
"_id": "saw", | |||
"type": "Point", | |||
"parent": [ | |||
"Woodcutter" | |||
], | |||
"within": 50, | |||
"cost": { | |||
"flat": { | |||
"wood": 50, | |||
"tools": 5 | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"wood": 20, | |||
"tools": -0.5 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -3 | |||
} | |||
} | |||
}, | |||
"Nursery": { | |||
"_id": "nursery", | |||
"type": "Point", | |||
"parent": [ | |||
"Woodcutter" | |||
], | |||
"within": 50, | |||
"cost": { | |||
"flat": { | |||
"wood": 10 | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 5 | |||
}, | |||
"s": { | |||
"wood": 2 | |||
}, | |||
"e": { | |||
"wood": 1 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -1 | |||
} | |||
} | |||
}, | |||
"Tent": { | |||
"_id": "tent", | |||
"type": "Point", | |||
"parent": [ | |||
"Woodcutter" | |||
], | |||
"within": 50, | |||
"cost": { | |||
"flat": { | |||
"wood": 5 | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 5 | |||
}, | |||
"s": { | |||
"wood": 3 | |||
}, | |||
"e": { | |||
"wood": 1 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -1 | |||
} | |||
} | |||
}, | |||
"Logpile": { | |||
"_id": "logpile", | |||
"type": "Point", | |||
"category": "storage", | |||
"parent": [ | |||
"Woodcutter" | |||
], | |||
"within": 50, | |||
"cost": { | |||
"flat": { | |||
"wood": 10 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"wood" | |||
] | |||
} | |||
}, | |||
"Quarry": { | |||
"_id": "quarry", | |||
"type": "Polygon", | |||
"category": "resources", | |||
"production": true, | |||
"exclude": { | |||
"distance": 1 | |||
}, | |||
"costUnit": "per m²", | |||
"unit": "per m²/day", | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 0.01 | |||
}, | |||
"s": { | |||
"wood": 0.01 | |||
}, | |||
"e": { | |||
"wood": 0.01 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"stone": 0.01 | |||
}, | |||
"s": { | |||
"stone": 0.03 | |||
}, | |||
"e": { | |||
"stone": 0.01 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -0.01 | |||
} | |||
} | |||
}, | |||
"Claypit": { | |||
"_id": "claypit", | |||
"type": "Polygon", | |||
"category": "resources", | |||
"production": true, | |||
"exclude": { | |||
"distance": 1 | |||
}, | |||
"costUnit": "per m²", | |||
"unit": "per m²/day", | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 0.01 | |||
}, | |||
"s": { | |||
"wood": 0.01 | |||
}, | |||
"e": { | |||
"wood": 0.01 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"earth": 0.01 | |||
}, | |||
"s": { | |||
"earth": 0.01 | |||
}, | |||
"e": { | |||
"earth": 0.04 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -0.01 | |||
} | |||
} | |||
}, | |||
"Stone Crane": { | |||
"_id": "stone_crane", | |||
"type": "Point", | |||
"parent": [ | |||
"Quarry" | |||
], | |||
"within": 20, | |||
"upgradesTo": "Improved Stone Crane", | |||
"cost": { | |||
"flat": { | |||
"wood": 100 | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"stone": 20, | |||
"tools": -0.1 | |||
}, | |||
"s": { | |||
"stone": 30, | |||
"tools": -0.1 | |||
}, | |||
"e": { | |||
"stone": 10, | |||
"tools": -0.1 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -5 | |||
} | |||
} | |||
}, | |||
"Improved Stone Crane": { | |||
"_id": "stone_crane_upgraded", | |||
"type": "Point", | |||
"hidden": true, | |||
"parent": [ | |||
"Quarry" | |||
], | |||
"within": 20, | |||
"cost": { | |||
"flat": { | |||
"scrap": 100 | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"stone": 50, | |||
"tools": -1 | |||
}, | |||
"s": { | |||
"stone": 80, | |||
"tools": -1 | |||
}, | |||
"e": { | |||
"stone": 20, | |||
"tools": -1 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -5 | |||
} | |||
} | |||
}, | |||
"Clay Crane": { | |||
"_id": "clay_crane", | |||
"type": "Point", | |||
"parent": [ | |||
"Claypit" | |||
], | |||
"within": 20, | |||
"upgradesTo": "Improved Clay Crane", | |||
"cost": { | |||
"flat": { | |||
"wood": 100 | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"earth": 20, | |||
"tools": -0.1 | |||
}, | |||
"s": { | |||
"earth": 10, | |||
"tools": -0.1 | |||
}, | |||
"e": { | |||
"earth": 30, | |||
"tools": -0.1 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -5 | |||
} | |||
} | |||
}, | |||
"Improved Clay Crane": { | |||
"_id": "clay_crane_upgraded", | |||
"type": "Point", | |||
"hidden": true, | |||
"parent": [ | |||
"Claypit" | |||
], | |||
"within": 20, | |||
"cost": { | |||
"flat": { | |||
"scrap": 100 | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"earth": 50, | |||
"tools": -1 | |||
}, | |||
"s": { | |||
"earth": 20, | |||
"tools": -1 | |||
}, | |||
"e": { | |||
"earth": 80, | |||
"tools": -1 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -5 | |||
} | |||
} | |||
}, | |||
"Windmill": { | |||
"_id": "windmill", | |||
"type": "Point", | |||
"category": "food", | |||
"production": true, | |||
"upgradesTo": "Improved Windmill", | |||
"exclude": { | |||
"distance": 25 | |||
}, | |||
"cost": { | |||
"byBiome": { | |||
"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": { | |||
"flat": { | |||
"grain": -100, | |||
"flour": 100, | |||
"tools": -0.1 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -5 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"flour", | |||
"grain" | |||
] | |||
} | |||
}, | |||
"Improved Windmill": { | |||
"_id": "windmill_upgraded", | |||
"type": "Point", | |||
"category": "food", | |||
"production": true, | |||
"hidden": true, | |||
"exclude": { | |||
"distance": 25 | |||
}, | |||
"cost": { | |||
"flat": { | |||
"scrap": 100 | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"grain": -80, | |||
"flour": 100 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"flour" | |||
] | |||
} | |||
}, | |||
"Bakery": { | |||
"_id": "bakery", | |||
"type": "Point", | |||
"category": "food", | |||
"production": true, | |||
"cost": { | |||
"byBiome": { | |||
"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": { | |||
"flat": { | |||
"flour": -50, | |||
"food": 100, | |||
"tools": -0.1 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -2 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"food", | |||
"flour" | |||
] | |||
} | |||
}, | |||
"Tailor": { | |||
"_id": "tailor", | |||
"type": "Point", | |||
"category": "production", | |||
"production": true, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"wool": -50, | |||
"clothes": 50, | |||
"tools": -0.1 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -10 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"clothes" | |||
] | |||
} | |||
}, | |||
"Tower": { | |||
"_id": "tower", | |||
"type": "Point", | |||
"category": "defense", | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"coin": -5 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -3 | |||
} | |||
} | |||
}, | |||
"Water Tower": { | |||
"_id": "water_tower", | |||
"type": "Point", | |||
"category": "defense", | |||
"restriction": "water", | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 100 | |||
}, | |||
"s": { | |||
"stone": 100 | |||
}, | |||
"e": { | |||
"earth": 100 | |||
}, | |||
"a": { | |||
"wood": 100 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"coin": -5 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -3 | |||
} | |||
} | |||
}, | |||
"Tavern": { | |||
"_id": "tavern", | |||
"type": "Point", | |||
"category": "town", | |||
"production": true, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"drinks": -10, | |||
"coin": 10 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -5 | |||
} | |||
} | |||
}, | |||
"Warehouse": { | |||
"_id": "warehouse", | |||
"type": "Point", | |||
"category": "storage", | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -1 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 5000, | |||
"resources": "all" | |||
} | |||
}, | |||
"Brewery": { | |||
"_id": "brewery", | |||
"type": "Point", | |||
"category": "production", | |||
"production": true, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"grain": -50, | |||
"drinks": 50, | |||
"tools": -0.1 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -10 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"drinks" | |||
] | |||
} | |||
}, | |||
"Port": { | |||
"_id": "port", | |||
"type": "Point", | |||
"category": "infrastructure", | |||
"restriction": "coast", | |||
"marketStorage": 5000, | |||
"cost": { | |||
"byBiome": { | |||
"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": { | |||
"flat": { | |||
"population": -20 | |||
} | |||
} | |||
}, | |||
"Dock": { | |||
"_id": "dock", | |||
"type": "Point", | |||
"parent": [ | |||
"Port", | |||
"Dock" | |||
], | |||
"within": 20, | |||
"restriction": "water", | |||
"cost": { | |||
"flat": { | |||
"wood": 20 | |||
} | |||
} | |||
}, | |||
"Small Ship": { | |||
"_id": "small_ship", | |||
"type": "Point", | |||
"parent": [ | |||
"Port", | |||
"Dock" | |||
], | |||
"within": 100, | |||
"restriction": "water", | |||
"cost": { | |||
"flat": { | |||
"wood": 1000 | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"drinks": -1 | |||
} | |||
} | |||
}, | |||
"Medium Ship": { | |||
"_id": "medium_ship", | |||
"type": "Point", | |||
"parent": [ | |||
"Port", | |||
"Dock" | |||
], | |||
"within": 200, | |||
"restriction": "water", | |||
"cost": { | |||
"flat": { | |||
"wood": 4000, | |||
"scrap": 10 | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"drinks": -5 | |||
} | |||
} | |||
}, | |||
"Large Ship": { | |||
"_id": "large_ship", | |||
"type": "Point", | |||
"parent": [ | |||
"Port", | |||
"Dock" | |||
], | |||
"within": 300, | |||
"restriction": "water", | |||
"cost": { | |||
"flat": { | |||
"wood": 8000, | |||
"scrap": 100 | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"drinks": -10 | |||
} | |||
} | |||
}, | |||
"University": { | |||
"_id": "university", | |||
"type": "Point", | |||
"category": "research", | |||
"production": true, | |||
"cost": { | |||
"byBiome": { | |||
"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": { | |||
"flat": { | |||
"coin": -10, | |||
"knowledge": 10, | |||
"glass": -5 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -50 | |||
} | |||
} | |||
}, | |||
"Museum": { | |||
"_id": "museum", | |||
"type": "Point", | |||
"category": "research", | |||
"production": false, | |||
"cost": { | |||
"byBiome": { | |||
"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": { | |||
"flat": { | |||
"coin": -10, | |||
"knowledge": 5 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -10 | |||
} | |||
} | |||
}, | |||
"Plaza": { | |||
"_id": "plaza", | |||
"type": "Polygon", | |||
"category": "town", | |||
"costUnit": "per m²", | |||
"cost": { | |||
"flat": { | |||
"stone": 0.1 | |||
} | |||
} | |||
}, | |||
"Dirt": { | |||
"_id": "dirt", | |||
"type": "Polygon", | |||
"category": "town" | |||
}, | |||
"Table": { | |||
"_id": "table", | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"flat": { | |||
"wood": 10 | |||
} | |||
} | |||
}, | |||
"Well": { | |||
"_id": "well", | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
} | |||
} | |||
} | |||
}, | |||
"Small Statue": { | |||
"_id": "small_statue", | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"flat": { | |||
"stone": 10 | |||
} | |||
} | |||
}, | |||
"Large Statue": { | |||
"_id": "large_statue", | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"flat": { | |||
"stone": 50 | |||
} | |||
} | |||
}, | |||
"Fountain": { | |||
"_id": "fountain", | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"flat": { | |||
"stone": 10 | |||
} | |||
} | |||
}, | |||
"Market Stall": { | |||
"_id": "market_stall", | |||
"type": "Point", | |||
"category": "town", | |||
"cost": { | |||
"flat": { | |||
"wood": 10 | |||
} | |||
} | |||
}, | |||
"Market Stall Bread": { | |||
"_id": "market_stall_1", | |||
"type": "Point", | |||
"parent": [ | |||
"Market Stall" | |||
], | |||
"cost": { | |||
"flat": { | |||
"wood": 10 | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"food": -1, | |||
"coin": 0.05 | |||
} | |||
} | |||
}, | |||
"Market Stall Fish": { | |||
"_id": "market_stall_2", | |||
"type": "Point", | |||
"parent": [ | |||
"Market Stall" | |||
], | |||
"cost": { | |||
"flat": { | |||
"wood": 10 | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"food": -1, | |||
"coin": 0.05 | |||
} | |||
} | |||
}, | |||
"Market Stall Meat": { | |||
"_id": "market_stall_3", | |||
"type": "Point", | |||
"parent": [ | |||
"Market Stall" | |||
], | |||
"cost": { | |||
"flat": { | |||
"wood": 10 | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"food": -1, | |||
"coin": 0.05 | |||
} | |||
} | |||
}, | |||
"Market Stall Vegetable": { | |||
"_id": "market_stall_4", | |||
"type": "Point", | |||
"parent": [ | |||
"Market Stall" | |||
], | |||
"cost": { | |||
"flat": { | |||
"wood": 10 | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"food": -1, | |||
"coin": 0.05 | |||
} | |||
} | |||
}, | |||
"Market Stall Goods": { | |||
"_id": "market_stall_5", | |||
"type": "Point", | |||
"parent": [ | |||
"Market Stall" | |||
], | |||
"cost": { | |||
"flat": { | |||
"wood": 10 | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"clothes": -1, | |||
"coin": 0.5 | |||
} | |||
} | |||
}, | |||
"Fireplace": { | |||
"_id": "fireplace", | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"flat": { | |||
"stone": 5, | |||
"wood": 5 | |||
} | |||
} | |||
}, | |||
"Firepit": { | |||
"_id": "firepit", | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"flat": { | |||
"wood": 1, | |||
"stone": 1 | |||
} | |||
} | |||
}, | |||
"Fences": { | |||
"_id": "fences", | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"flat": { | |||
"wood": 10 | |||
} | |||
} | |||
}, | |||
"Fence Post": { | |||
"_id": "fence1", | |||
"type": "Point", | |||
"parent": [ | |||
"Fences" | |||
], | |||
"cost": { | |||
"flat": { | |||
"wood": 1 | |||
} | |||
} | |||
}, | |||
"Fence Gate": { | |||
"_id": "fence2", | |||
"type": "Point", | |||
"parent": [ | |||
"Fences" | |||
], | |||
"cost": { | |||
"flat": { | |||
"wood": 1 | |||
} | |||
} | |||
}, | |||
"Fence Area": { | |||
"_id": "fence3", | |||
"type": "Polygon", | |||
"parent": [ | |||
"Fences" | |||
], | |||
"costUnit": "per m²", | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 0.05 | |||
}, | |||
"s": { | |||
"stone": 0.05 | |||
}, | |||
"e": { | |||
"earth": 0.05 | |||
} | |||
} | |||
} | |||
}, | |||
"Fence Line": { | |||
"_id": "fence4", | |||
"type": "LineString", | |||
"parent": [ | |||
"Fences" | |||
], | |||
"costUnit": "per meter", | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 0.1 | |||
}, | |||
"s": { | |||
"stone": 0.1 | |||
}, | |||
"e": { | |||
"earth": 0.1 | |||
} | |||
} | |||
} | |||
}, | |||
"Park": { | |||
"_id": "park", | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"flat": { | |||
"coin": 50 | |||
} | |||
} | |||
}, | |||
"Tree": { | |||
"_id": "tree", | |||
"type": "Point", | |||
"category": "decoration", | |||
"cost": { | |||
"flat": { | |||
"wood": 1 | |||
} | |||
} | |||
}, | |||
"Town Hall": { | |||
"_id": "town_hall", | |||
"type": "Point", | |||
"category": "town", | |||
"cost": { | |||
"byBiome": { | |||
"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": { | |||
"flat": { | |||
"population": -20 | |||
} | |||
} | |||
}, | |||
"Creamery": { | |||
"_id": "creamery", | |||
"type": "Point", | |||
"category": "production", | |||
"production": true, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"milk": -50, | |||
"food": 50, | |||
"tools": -0.1 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -5 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"food" | |||
] | |||
} | |||
}, | |||
"Foraging Hut": { | |||
"_id": "foraging_hut", | |||
"type": "Point", | |||
"category": "resources", | |||
"production": true, | |||
"exclude": { | |||
"distance": 50 | |||
}, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"food": 5, | |||
"stone": 1, | |||
"earth": 1 | |||
}, | |||
"s": { | |||
"food": 5, | |||
"wood": 1, | |||
"earth": 1 | |||
}, | |||
"e": { | |||
"food": 3, | |||
"wood": 1, | |||
"stone": 2 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -1 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"food", | |||
"wood", | |||
"stone", | |||
"earth" | |||
] | |||
} | |||
}, | |||
"Glassworks": { | |||
"_id": "glassworks", | |||
"type": "Point", | |||
"category": "production", | |||
"production": true, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 100, | |||
"metal": 10, | |||
"tools": 10 | |||
}, | |||
"s": { | |||
"stone": 100, | |||
"metal": 10, | |||
"tools": 10 | |||
}, | |||
"e": { | |||
"earth": 100, | |||
"metal": 10, | |||
"tools": 10 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"tools": -0.5, | |||
"earth": -50, | |||
"glass": 5 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -10 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 50, | |||
"resources": [ | |||
"glass" | |||
] | |||
} | |||
}, | |||
"Iron Mine": { | |||
"_id": "iron_mine", | |||
"type": "Point", | |||
"category": "resources", | |||
"production": true, | |||
"upgradesTo": "Improved Iron Mine", | |||
"exclude": { | |||
"distance": 1500 | |||
}, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 1000, | |||
"tools": 20 | |||
}, | |||
"s": { | |||
"stone": 1000, | |||
"tools": 20 | |||
}, | |||
"e": { | |||
"earth": 1000, | |||
"tools": 20 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"ore": 40, | |||
"tools": -1 | |||
}, | |||
"s": { | |||
"ore": 100, | |||
"tools": -1 | |||
}, | |||
"e": { | |||
"ore": 60, | |||
"tools": -1 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -50 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 500, | |||
"resources": [ | |||
"ore" | |||
] | |||
} | |||
}, | |||
"Improved Iron Mine": { | |||
"_id": "iron_mine_upgraded", | |||
"type": "Point", | |||
"category": "resources", | |||
"production": true, | |||
"hidden": true, | |||
"cost": { | |||
"flat": { | |||
"scrap": 100 | |||
} | |||
}, | |||
"rate": { | |||
"byBiome": { | |||
"w": { | |||
"ore": 80, | |||
"tools": -1 | |||
}, | |||
"s": { | |||
"ore": 200, | |||
"tools": -1 | |||
}, | |||
"e": { | |||
"ore": 120, | |||
"tools": -1 | |||
} | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -100 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 1000, | |||
"resources": [ | |||
"ore" | |||
] | |||
} | |||
}, | |||
"Refinery": { | |||
"_id": "refinery", | |||
"type": "Point", | |||
"category": "production", | |||
"production": true, | |||
"cost": { | |||
"byBiome": { | |||
"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": { | |||
"flat": { | |||
"ore": -50, | |||
"metal": 10, | |||
"tools": -0.2 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -20 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 100, | |||
"resources": [ | |||
"metal" | |||
] | |||
} | |||
}, | |||
"Tools Workshop": { | |||
"_id": "tools_workshop", | |||
"type": "Point", | |||
"category": "production", | |||
"production": true, | |||
"cost": { | |||
"byBiome": { | |||
"w": { | |||
"wood": 50 | |||
}, | |||
"s": { | |||
"stone": 50 | |||
}, | |||
"e": { | |||
"earth": 50 | |||
}, | |||
"a": { | |||
"wood": 50 | |||
} | |||
} | |||
}, | |||
"rate": { | |||
"flat": { | |||
"metal": -4, | |||
"tools": 2, | |||
"wood": -5 | |||
} | |||
}, | |||
"balance": { | |||
"flat": { | |||
"population": -10 | |||
} | |||
}, | |||
"storage": { | |||
"volume": 50, | |||
"resources": [ | |||
"tools" | |||
] | |||
} | |||
} | |||
} | |||
Revision as of 20:11, 15 February 2026
| _meta |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Center |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Square |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Market |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Hut (Legacy) |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| House (Legacy) |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Shack |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Hut |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Cabin |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| House |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Residence |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Villa |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Path |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Road |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Bridge |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Field |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Fishery |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Boat |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Pier |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Woodcutter |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saw |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Nursery |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tent |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Logpile |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Quarry |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Claypit |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Stone Crane |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Improved Stone Crane |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Clay Crane |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Improved Clay Crane |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Windmill |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Improved Windmill |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 Bread |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Market Stall Fish |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Market Stall Meat |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Market Stall Vegetable |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Market Stall Goods |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Fireplace |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Firepit |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Fences |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Fence Post |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Fence Gate |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Fence Area |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Fence Line |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Park |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tree |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Town Hall |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Creamery |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Foraging Hut |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Glassworks |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Iron Mine |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Improved Iron Mine |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Refinery |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tools Workshop |
|