checkpoint
This commit is contained in:
parent
24a36e3096
commit
4f010ba507
|
@ -677,9 +677,11 @@ a.disabled:hover {
|
||||||
}
|
}
|
||||||
.statblock table tr td:first-of-type {
|
.statblock table tr td:first-of-type {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.statblock table tr td:first-child:nth-last-child(1) {
|
.statblock table tr td:first-of-type:last-of-type {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
white-space: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.statblock table tr:last-child,
|
.statblock table tr:last-child,
|
||||||
|
@ -711,6 +713,7 @@ a.disabled:hover {
|
||||||
.statblock dl dd {
|
.statblock dl dd {
|
||||||
flex:0 0 75%;
|
flex:0 0 75%;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
margin-bottom: 3em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
{% for key in l if key in headers%}
|
{% for key in l if key in headers%}
|
||||||
{{ list_to_cols(l[key], headers) }}
|
{{ list_to_cols(l[key], headers) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% elif l %}
|
||||||
<td>{{ l if l else "" }}</td>
|
<td>{{ l }}</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
|
|
|
@ -18,29 +18,28 @@ region:
|
||||||
description: |
|
description: |
|
||||||
description
|
description
|
||||||
skills:
|
skills:
|
||||||
travel:
|
Travel:
|
||||||
dc: 10
|
DC: 10
|
||||||
notes:
|
Notes:
|
||||||
forage:
|
Rorage:
|
||||||
dc: 10
|
DC: 10
|
||||||
notes:
|
Notes:
|
||||||
track:
|
Track:
|
||||||
dc: 10
|
DC: 10
|
||||||
notes:
|
Notes:
|
||||||
evade:
|
Evade:
|
||||||
dc: 10
|
DC: 10
|
||||||
notes:
|
Notes:
|
||||||
survey:
|
Survey:
|
||||||
dc: 10
|
DC: 10
|
||||||
notes:
|
Notes:
|
||||||
cr: 4
|
cr: 4
|
||||||
encounters:
|
encounters:
|
||||||
{% rolltable ['encounters'], indent=4 %}
|
{% rolltable ['encounters'], die=20, indent=4 %}
|
||||||
weather:
|
weather:
|
||||||
{% rolltable ['weather'], indent=4 %}
|
{% rolltable ['weather'], indent=4 %}
|
||||||
regional_effects:
|
regional_effects:
|
||||||
-
|
{% rolltable ['regional_effects'], die=1, indent=4 %}
|
||||||
-
|
|
||||||
status: {{ status if status else 'draft' }}
|
status: {{ status if status else 'draft' }}
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
14
deadsands/sources/regional_effects.yaml
Normal file
14
deadsands/sources/regional_effects.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
metadata:
|
||||||
|
headers:
|
||||||
|
- None
|
||||||
|
- Effect
|
||||||
|
frequencies:
|
||||||
|
default:
|
||||||
|
Effect: 1
|
||||||
|
Effect:
|
||||||
|
- Add 1d6 to radiant damage
|
||||||
|
- Nightvision not functional
|
||||||
|
- When a spell attack misses, it hits a random creature within 5 feet instead
|
||||||
|
- On a spell attack critical hit or miss, roll on the Wild Magic Table
|
||||||
|
- 1d4 piercing damage for every 30ft of movement during the Dash action
|
||||||
|
|
Loading…
Reference in New Issue
Block a user