webgames/templates/carcassonne/204.svg
2021-10-31 14:44:14 +01:00

7 lines
511 B
XML

<g transform="translate({{ x }} {{ y }})">
<g transform="rotate({{rotation}} 50 50)">
<path class="pasture{% if resources[1].uuid() in claimable %} claimable{% endif %}" id="resource-1" data-uuid="{{ resources[1].uuid() }}" d="M 0 100 H 100 C 100 70, 30 0, 0 0 Z" />
<path class="city{% if resources[2].uuid() in claimable %} claimable{% endif %}" id="resource-2" data-uuid="{{ resources[2].uuid() }}" d="M 100 0 V 100 C 100 70, 30 0, 0 0 Z" />
{% include "carcassonne/defense.svg" %}
</g>
</g>