ebullient / ttrpg-convert-cli

Utility to convert JSON data (for content you own) from 5etools or pf2etools into Obsidian-friendly Markdown.
https://www.ebullient.dev/projects/ttrpg-convert-cli/
Apache License 2.0
200 stars 41 forks source link

5e: Incorrect class assignments for spell from Tasha's Cauldron of Everything🐛 #260

Open Skaythe opened 1 year ago

Skaythe commented 1 year ago

Checking the spell files for spells originating from TCE show that they all are tagged and attributed in the text as belonging to Fighter (Eldritch Knight), Rogue (Arcane Trickster).

Should be available to a variety of other classes.

Configuration

Sources:

ebullient commented 1 year ago

I see what you mean.. I'm on a very rickety construction to build that list.. I may have to throw it out and find a different way.

Skaythe commented 1 year ago

I wonder if it's possible this is actually an issue with the source material rather than the tool. If so, that takes pressure off you and focuses it more on however 5e Tools is assembling their data

ebullient commented 1 year ago

5eTools does this by filtering live data. I need to emulate that instead of doing what I'm doing (which is rummaging through a generated structure that I think emulates filtering where the information is available)