blob: 6505024665f3831bdac532171115526071666c56 (
plain)
1
2
3
4
5
|
Sendable Resource Capability: {{ postOffice.getResourceCapabilities(village) }}
{% for resourceType in ['wood', 'clay', 'iron', 'food'] %}
=> /village/{{ village.x }}/{{ village.y }}/send-resources/type/{{ resourceType }} {{ resourceType }}
{% endfor %}
|