{{ article.title }}
{% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }}{% if article.description %}
{{ article.title }}
{{ r.description }} | |
Size | {{ r.size }} sq. miles |
---|---|
Terrain | {{ r.terrain }} |
Encounters On | {{ r.encounters }} |
Challenge Rating | {{ r.cr }} |
Regional Effects |
|
Weather
Roll | Effect |
---|---|
d1 | {{ r.weather.d1 }} |
d2 | {{ r.weather.d2 }} |
d3 | {{ r.weather.d3 }} |
d4 | {{ r.weather.d4 }} |
d5 | {{ r.weather.d5 }} |
d6 | {{ r.weather.d6 }} |
d7 | {{ r.weather.d7 }} |
d8 | {{ r.weather.d8 }} |
Activities
DC | Resources | Notes | |
---|---|---|---|
{{ k }} | {{ v.dc or ""}} | {{ v.resources or ""}} |
{% if v.critical_success %}crit. success = {{ v.critical_success }} {% endif %} {% if v.critical_failure %}crit. failure = {{ v.critical_failure }} {% endif %} |
{% include "bottom-nav.html" %}