etriebe / dnd-randomizer

GNU General Public License v3.0
6 stars 4 forks source link

FoundryV11 - Creature Codex Table Not Loading & Encounter Generator making incomplete encounters with errors. #59

Closed Kairosen closed 1 year ago

Kairosen commented 1 year ago

Creature Codex Table Not Loading: image image

Encounter Generator making incomplete encounters with errors: image image

etriebe commented 1 year ago

For the generating encounters issue, do you have any compeniums with spells inside them? That'll be required.

etriebe commented 1 year ago

I've made it so this shouldn't break anymore and it'll just say "Spell scroll (X level)" if you don't have spells indexed and have a warning in console indicating you need to index code.

etriebe commented 1 year ago

Also, creature codex will no longer look at items, unfortunately. This is due to some changes to how we index things, in that we no longer create our own index and rely on the indexing tools Foundry provides. Unfortunately you can't get items (i.e. attacks, features) for a creature with the Foundry index.

Kairosen commented 1 year ago

Hey thanks for looking into this so quickly! So, does this mean the Creature Codex will no longer function at all?

Still appears to be not working: image image

Also, the generator is no longer giving me red tier errors, but is giving me those missing index spells warnings. But I do have a spell compendium checked off, so shouldn't it be working? (Also, you can see that there are still missing encounters entirely for certain difficulty types): image image

etriebe commented 1 year ago

Could you ping me on discord? I might need access to your world to reproduce. :) @CobaltKyro

etriebe commented 1 year ago

Fixed in #61

https://github.com/etriebe/dnd-randomizer/releases/tag/1.0.38