Before Requested Data: |
{'districts': [{'type': 'ancient_market', 'node': ''}, {'type': 'ancient_farms', 'node': 'food'}, {'type': 'ancient_forge', 'node': 'bronze'}, {'type': 'ancient_workshop', 'node': ''}, {'type': 'ancient_hospital', 'node': ''}, {'type': '', 'node': ''}], 'resource_storage': {'food': 5, 'wood': 6, 'stone': 7, 'mounts': 1, 'research': 0, 'magic': 0, 'bronze': 3, 'iron': 0}, 'jobs': {'farmer': 3, 'harvester': 4, 'hunter': 0, 'merchant': 0, 'metallurgist': 0, 'miner': 3, 'mystic': 0, 'researcher': 3}} |
After Requested Data: |
{'districts': [{'type': 'ancient_market', 'node': ''}, {'type': 'ancient_farms', 'node': 'food'}, {'type': 'ancient_forge', 'node': 'bronze'}, {'type': 'ancient_ranch', 'node': ''}, {'type': 'ancient_hospital', 'node': ''}, {'type': '', 'node': ''}], 'resource_storage': {'food': 4, 'wood': 4, 'stone': 8, 'mounts': 0, 'research': 0, 'magic': 0, 'bronze': 4, 'iron': 0}, 'jobs': {'artificer': 0, 'apprentice': 0, 'bureaucrat': 0, 'fisherman': 0, 'farmer': 3, 'harvester': 4, 'hunter': 0, 'merchant': 0, 'metallurgist': 0, 'miner': 3, 'mystic': 0, 'researcher': 3}} |