-
Notifications
You must be signed in to change notification settings - Fork 38
in D&D Spells not showing #287
Comments
I am having the same issue, spell list is not showing |
So do "Skills" category
I think line if (actor.data.type !== 'vehicle') return; should be replaced with if (actor.data.type === 'vehicle') return;
|
That's exactly it, manually changed the module code here as per described and it worked just fine. |
Is there a way for me to fix it on Forge? Or do I need to wait for an official fix? |
I have the same issue, the above has fixed it. My group love this module so much. |
See my apology on #289. |
Fixes espositos#289 and espositos#287. Credit goes to @makhmud.
Came here for same reason! |
Until my PR is merged to fix this (or until @espositos releases his own fix) you could install Character Actions List and then click the "Group by Action Type" setting in this module's settings. You might also want to edit the Character Actions List settings to prevent sheet injection. Spells and Skills will show up in this mode, even with the current version. But instead of all spells showing up under "Spells", they'll show up under "Actions", "Bonus Actions", or "Reactions" as appropriate, asking with other Actions, Bonus Actions, and Reactions that you might have. They'll still be grouped by level, need to be prepared and have spell slots to show up, etc. I don't know if you'll like the grouping, but at least you'll be able to find the missing items in the HUD. |
How can i change that line? |
If you host Foundry on your own computer or on a server where you can access the filesystem, then you need to go find your User Data Path. It's listed on the configuration menu (see this article: https://foundryvtt.com/article/configuration/). Inside there go to Before you edit a file you might want to make a copy of it - a backup, in case you accidently change the wrong thing or whatever. |
Another thing you could do, again only with filesystem access, is to download an old release file and unzip it into your modules directory. To can find all the old releases from link on the right side of the main page of this repository. |
* Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Update module.json * Restored D&D 5e spells and skills Fixes #289 and #287. Credit goes to @makhmud. * Fix building encodedValue in dnd5e-actions.js Credit for fix goes to @ranky. * Fix #292 - D&D 5e action symbols missing
Note: the fix yesterday intended to address this issue works only for level 1-9 spells; the problem persists for Cantrips. See Issue#297. |
With the latest update the tokens for D&D no longer show spells.
The text was updated successfully, but these errors were encountered: