add infusions to character template

This commit is contained in:
Robert Kubosz
2020-05-12 17:19:15 +02:00
parent 8b56d5c651
commit 805c716d25
@@ -85,6 +85,9 @@ spells_prepared = {{ char.spells_prepared }}
# Wild shapes for Druid
wild_shapes = {{ char.all_wild_shapes }} # Ex: ('ape', 'wolf', 'ankylosaurus')
# Infusions for Artificer
infusions = {{ char.infusions }} # Ex: ('repeating shot', 'replicate magic item')
# Backstory
# Describe your backstory here
personality_traits = """{{ char.personality_traits}}"""