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