-
Notifications
You must be signed in to change notification settings - Fork 67
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
Incompatibility with module "Magic Items" #355
Comments
I am no longer maintaining Better Rolls (having switched entirely to pf2e), and we've tried to pass it on, but there have been no takers yet. But I feel for anyone down the line, I should add the context. The core problem is that 5e doesn't allow you to specify a cast level. 5e casting > damage is split up, which means that they work by editing the spell itself. Magic Items Module for example make a copy of the spell, with the spell level overriden when it is cast. This item does not preserve the original level, making it impossible for BR to detect that its upcast. The two solutions that come to mind are:
|
Well, thank you for taking the time to answer that. :) |
The "Better Rolls" module prevents the "Magic Items" module from correctly applying the upcasting on spells inside the magic item. For example, a level 4 Cure Wounds will still only heal 1d8+mod.
https://i.imgur.com/G3oPunp.png
As you can see, spell is casted at level 4 but still only heals 1d8+mod.
Once I deactivate Better Rolls, everything works fine.
https://gitlab.com/riccisi/foundryvtt-magic-items/-/issues/94
The text was updated successfully, but these errors were encountered: