Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foundry 11: Cannot filter NPCs by type #59

Open
kthibodeaux opened this issue Jun 30, 2023 · 2 comments
Open

Foundry 11: Cannot filter NPCs by type #59

kthibodeaux opened this issue Jun 30, 2023 · 2 comments

Comments

@kthibodeaux
Copy link

All other filter options seem to work, but filtering NPCs by type (example: fey) in Foundry 11 cause an error and do not show any results

@jdwaid
Copy link

jdwaid commented Oct 19, 2023

I found a relatively simple fix for this. v11 stores that type info in system.details.type.value as opposed to just system.details.type if you want to change this for yourself it's on line 666 (oof) in the compendium-browser.js file change system.details.type to system.details.type.value

This was referenced Oct 20, 2023
@RoperSeiler
Copy link

I found a relatively simple fix for this. v11 stores that type info in system.details.type.value as opposed to just system.details.type if you want to change this for yourself it's on line 666 (oof) in the compendium-browser.js file change system.details.type to system.details.type.value

This worked for me. Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants