mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 13:15:53 +02:00
add infusions to character template
This commit is contained in:
@@ -85,6 +85,9 @@ spells_prepared = {{ char.spells_prepared }}
|
|||||||
# Wild shapes for Druid
|
# Wild shapes for Druid
|
||||||
wild_shapes = {{ char.all_wild_shapes }} # Ex: ('ape', 'wolf', 'ankylosaurus')
|
wild_shapes = {{ char.all_wild_shapes }} # Ex: ('ape', 'wolf', 'ankylosaurus')
|
||||||
|
|
||||||
|
# Infusions for Artificer
|
||||||
|
infusions = {{ char.infusions }} # Ex: ('repeating shot', 'replicate magic item')
|
||||||
|
|
||||||
# Backstory
|
# Backstory
|
||||||
# Describe your backstory here
|
# Describe your backstory here
|
||||||
personality_traits = """{{ char.personality_traits}}"""
|
personality_traits = """{{ char.personality_traits}}"""
|
||||||
|
|||||||
Reference in New Issue
Block a user