I use dungeonsheets as a base to my dungeonstorybook project and noticed that the weapons wielded by monsters are listed in their docstrings and not in their weapon list. The spells also are double-listed, while missing the spell_slots (See for example the lich).
Is this intentional? In my use-case it would be useful if the weapons and skills would be listed just as they would be for a character, and I assume that this would be generally useful.
Maybe @stravajiaxen could improve their script from #97 to fix this, otherwise I would be willing to try to fix this. Maybe some of the methods from Character would also have to be pulled up to Creature to do this cleanly.
I use dungeonsheets as a base to my dungeonstorybook project and noticed that the weapons wielded by monsters are listed in their docstrings and not in their weapon list. The spells also are double-listed, while missing the
spell_slots(See for example the lich).Is this intentional? In my use-case it would be useful if the weapons and skills would be listed just as they would be for a character, and I assume that this would be generally useful.
Maybe @stravajiaxen could improve their script from #97 to fix this, otherwise I would be willing to try to fix this. Maybe some of the methods from
Characterwould also have to be pulled up toCreatureto do this cleanly.