mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-13 16:13:32 +02:00
Added feature enhancements for Druid's
- Circle now properly reflects the druid's available wild_shapes - Unavaiable wild_shapes are not listed on the sheet but ghosted. - ``spells`` is now longer relevant, only use ``spells_prepared`` in the character file.
This commit is contained in:
+4
-5
@@ -9,6 +9,7 @@ dungeonsheets_version = "0.5.0"
|
||||
|
||||
name = 'Dain Torunn'
|
||||
character_class = 'Druid'
|
||||
circle = 'moon'
|
||||
player_name = 'Emily'
|
||||
background = "Sailor"
|
||||
race = "Hill Dwarf"
|
||||
@@ -45,13 +46,11 @@ shield = "" # Eg "shield"
|
||||
equipment = "TODO: Describe your equipment from your Druid class and Sailor background."
|
||||
|
||||
attacks_and_spellcasting = "TODO: Describe specifics for how your Druid attacks."
|
||||
wild_shapes = ["wolf", "crocodile", "giant eagle"]
|
||||
wild_shapes = ["wolf", "crocodile", "giant eagle", 'ape', 'ankylosaurus']
|
||||
|
||||
# List of known spells
|
||||
# Example: spells = ('magic missile', 'mage armor')
|
||||
spells = () # Todo: Learn some spells
|
||||
# Which spells have been prepared (not including cantrips)
|
||||
spells_prepared = ()
|
||||
# Which spells have been prepared (including cantrips)
|
||||
spells_prepared = ('shillelagh', 'poison spray', 'druidcraft','speak with animals', 'entangle', 'cure wounds', 'create or destroy water')
|
||||
|
||||
# Backstory
|
||||
# TODO: Describe your backstory here
|
||||
|
||||
Reference in New Issue
Block a user