Foundry import now imports some class features.

This commit is contained in:
Mark Wolfman
2022-07-27 10:55:27 -05:00
parent 28df44197d
commit a0a6b58e07
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -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]