mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-02 19:08:47 +02:00
Foundry import now imports some class features.
This commit is contained in:
@@ -239,6 +239,7 @@ class FoundryReaderTests(unittest.TestCase):
|
||||
attacks_and_spellcasting="",
|
||||
spells_prepared=["Bane", "Faerie Fire", "Thunderwave", "Detect Thoughts"],
|
||||
spells=["Vicious Mockery", "Message", "Prestidigitation", "Bane", "Faerie Fire", "Thunderwave", "Healing Word", "Blindness/Deafness", "Detect Thoughts", "Hold Person", "Fear", "Heat Metal"],
|
||||
features=["jack of all trades", "song of rest", "bard college", "expertise (bard)", "font of inspiration", "bardic inspiration", "lucky", "jack of all trades", "countercharm"],
|
||||
)
|
||||
for key, val in expected_data.items():
|
||||
this_result = result[key]
|
||||
|
||||
Reference in New Issue
Block a user