You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite a few macros need updating - this is related to #526 - macros stored in compendiums is missed every time major Foundry VTT changes, as they are not identified when we search our codebase for what needs to change.
In addition to this, it is exacerbated by being in multiple languages (even though the CRB importers are depending on the language of the book) having their own implementation.
My recommendation is that we move these in to macros.js, perhaps even as is without i18n, to ensure that they are captured when we identify impact for Foundry VTT changes. This will mean we lose multiple language support on some macros for a bit, but it is unsustainable to maintain these with our current format.
The text was updated successfully, but these errors were encountered:
Quite a few macros need updating - this is related to #526 - macros stored in compendiums is missed every time major Foundry VTT changes, as they are not identified when we search our codebase for what needs to change.
In addition to this, it is exacerbated by being in multiple languages (even though the CRB importers are depending on the language of the book) having their own implementation.
My recommendation is that we move these in to macros.js, perhaps even as is without i18n, to ensure that they are captured when we identify impact for Foundry VTT changes. This will mean we lose multiple language support on some macros for a bit, but it is unsustainable to maintain these with our current format.
The text was updated successfully, but these errors were encountered: