Strange and Bizarre Folk from Countless Worlds Generator

A generator for beings fantastical and/or bizarre, each with their own quirks and personalities

Result

{% body_shape = {CHART(65281)} %}
Name: Roll on "folk_name_combination"

Body-shape: {{body_shape}}

{% isPolygon = filter mode:"contains" pattern:"Polygon" source:body_shape %}
{% isSphere = filter mode:"contains" pattern:"Sphere" source:body_shape %}
{{ { isSphere == "" and isPolygon == ""} |> if_true then:{**Body-appearance:** Roll on "folk_body_appearance"} }}

{{ {body_shape == "Bipedal" or body_shape == "Quadrupedal"} |> if_true then:{**Body-type**: Roll on "folk_body_type"} }}

Body-structure: Roll on "folk_body_structure"

Body-color: Roll on "folk_body_color_combination"

Body-size: Roll on "folk_body_size"

Communication: Roll on "folk_communication"

Physical Statistics:
* Brawn: Roll on "folk_statistic_rank"
* Agility: Roll on "folk_statistic_rank"
* Vigor: Roll on "folk_statistic_rank"

Mental Statistics:
* Mind: Roll on "folk_statistic_rank"
* Insight: Roll on "folk_statistic_rank"
* Personality: Roll on "folk_statistic_rank"

Physical Characteristics
{% phys_char = get_chart id:65300 %}
{% result = unq_rows count:EQN(d3+1) source:phys_char %}
{%for item in result%}
* {{item}}
{%end%}

Mental Characteristics
{% ment_char = get_chart id:65314 %}
{% result = unq_rows count:EQN(d2+1) source:ment_char %}
{%for item in result%}
* {{item}}
{%end%}

Cultural Characteristics
{% cult_char = get_chart id:65315 %}
{% result = unq_rows count:EQN(d3+1) source:cult_char %}
{%for item in result%}
* {{item}}
{%end%}