{% extends "base.html" %} {% set active_page = "npcsingle" %} {% block title %}Single NPC Generation{% endblock %} {% block content %}

Legends of PalismaNPC Generator


{% if npc %}

Generated NPC

Roll20 Export

{{ npc.name }}

{{ npc.guild.name }}
Level
{{ npc.level }}
HP
{{ npc.hp }}
AC
{{ npc.armour.ac_mod }}
{{ npc.str }}
Str
{{ npc.int }}
Int
{{ npc.wis }}
Wis
{{ npc.dex }}
Dex
{{ npc.con }}
Con
{{ npc.chr }}
Chr

{{ npc.save_pp }}
P & P
{{ npc.save_pd }}
P & D
{{ npc.save_bb }}
B & B
{{ npc.save_sw }}
S & W
{{ npc.save_sp }}
Spells
{% endif %}

{Spell Title}

  • Range: {Spell Range}
  • Duration: {Spell Duration}
  • {Spell School}

{Spell Description}

Roll20 Export

Characters to Export:
{% if npc %} {% endif %}

{% endblock %}