ttrpg-convert-cli icon indicating copy to clipboard operation
ttrpg-convert-cli copied to clipboard

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

Open Skaythe opened this issue 2 years ago • 3 comments

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

Skaythe avatar Nov 02 '23 22:11 Skaythe

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.

ebullient avatar Nov 03 '23 01:11 ebullient

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

Skaythe avatar Nov 04 '23 18:11 Skaythe

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)

ebullient avatar Nov 06 '23 18:11 ebullient

I think this should be fixed (finally) by #612, as the whole spell indexing system was redone.

ebullient avatar Jan 25 '25 02:01 ebullient