layout | title | permalink |
---|---|---|
page |
Geography |
/geography/ |
The there are two main continents, the Spinward Marches and the Ripwise Lands. These are colloquially known as the 'Spin' and the 'Rip'.
The world map taken from "A traveller's diary by Grundel Hammerkin"
{% for soc in site.geography %} {% if soc.continent == "spin" %}
{{ soc.summary }} {% endif %} {% endfor %}{% for soc in site.geography %} {% if soc.continent == "rip" %}
{{ soc.summary }} {% endif %} {% endfor %}{% for soc in site.geography %} {% if soc.continent == "other" %}
{{ soc.summary }} {% endif %} {% endfor %}