UNE - NPC Generator

Create NPCs the UNE Way

UNE Generator implemented in Chartopia. http://une.danconley.net/

Citation

UNE, The Universal NPC Emulator

This chart uses input variables
  • demeanor
  • relationship
  • motivation_rolls
  • R_level
Result

{% result = roll_chart id:34516 %}

Descriptor

{{result.1.value}} {{result.2.value}}

{% result = roll_chart id:33989 %}

Power level

{{result.1.value}}

{% rolls = motivation_rolls %}
{% result = roll_chart id:34037 %}

Motivations

{{result.1.value}}

{%if relationship == "random"%}
{% relationship = {loved|friendly|neutral|distrustful|hostile|hated} %}
{%end%}
{% result = roll_chart id:33994 %}

Mood

{{result.1.value}}

{%if demeanor == "random"%}
{% demeanor = {scheming|insane|friendly|hostile|inquisitive|knowing|mysterious|prejudiced} %}
{%end%}
{% bearing_result = roll_chart cols:"1-2" filter:"{$demeanor}" filter_cols:1 id:34642 %}
{% focus_result = roll_chart id:34660 %}

Wants to discuss

The {{bearing_result.1.value}} character speaks of {{bearing_result.2.value}} regarding {{focus_result.1.value}}.