ttrpg-convert-cli
ttrpg-convert-cli copied to clipboard
5e: Incorrect class assignments for spell from Tasha's Cauldron of Everything🐛
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
- OS: Windows
- CLI version: 2.2.11
- CLI type: native command
Sources:
- enabled sources: PHB,DMG,MM,BGDIA,BGG,CoS,DoD,DSotDQ,EEPC,ERLW,FTD,GGR,GoS,MCV1SC,MCV2DC,MCV3MC,MCV4EC,MOT,MPMM,SAiS,SCAG,SCC,SCREEN,TCE,TDCSR,UAWGE,VRGR,WBtW,XGE
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.
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
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)
I think this should be fixed (finally) by #612, as the whole spell indexing system was redone.