Result
{% age = {CHART("Age")} %}
{% deadage = {CHART("Age of Death")} %}
{% dead = {CHART("Descriptor Deceased")} %}
{% alive = {CHART("Descriptor Alive")}%}
{% baby = {CHART("Descriptor Infant")} %}
{%if {$age} == "deceased"%}
This person is {$age}{$dead}
{%elif {$age} == "an infant"%}
This person is {$age}{$baby}
{%else%}
This person is {$age}{$alive}
{%end%}
Subcharts
Age (d100)
d100 | Result |
---|---|
1 |
an infant |
2-8 |
a child |
9-26 |
a teenager |
27-49 |
a young adult |
50-74 |
middle old |
75-86 |
elderly |
87-96 |
old and frail |
97-100 |
deceased |
Descriptor Alive (d10)
d10 | Result |
---|---|
1 |
, but you'd never guess it. |
2 |
, but their features give them the look of someone much older. |
3 |
, but the way they dress makes them seem older. |
4 |
, but they have a child like wonder to them. |
5 |
, and wear it well. |
6 |
, but they have the face of someone much younger. |
7 |
, but they could be younger, they have that look to them. |
8 |
, but there's something in their eyes that make them look older and wiser. |
9 |
, but the way they act makes them seem younger. |
10 |
. |
Descriptor Infant (d1)
Result
. Why is there an infant here?
Descriptor Deceased (d6)
d6 | Result |
---|---|
1 |
. At first you didn't notice, but now it is incredibly obvious. They seem to have died when they were Resolve: {Roll on "Age of Death" }. |
2 |
, their skin is pealing and there are chunks of them missing. They have probably been dead a long time, they were probably Resolve: {Roll on "Age of Death" } when they died. |
3 |
, with glowing and translucent skin that shimmers slightly as they move. They must have died long ago, being only Resolve: {Roll on "Age of Death" }. |
4 |
. It takes a moment for you to see it, but looking closer you can see the signs. This new dead was Resolve: {Roll on "Age of Death" } at the time when they died. |
5 |
, you think. But you can't know for sure, since they don't look any different from a normal Resolve: {Roll on "Age of Death" }. |
6 |
, they were Resolve: {Roll on "Age of Death" } when they died, but that was so long ago now that any defining features are gone. |
Age of Death (d20)
d20 | Result |
---|---|
1-2 |
a child |
3-6 |
a teenager |
7-11 |
a young adult |
12-16 |
middle old |
17-19 |
elderly |
20 |
old and frail |