taMiF
taMiF
**Describe the bug**Error: CONST.CHAT_MESSAGE_STYLES.ROLL is deprecated in favor of defining rolls directly in ChatMessage#rolls Deprecated since Version 12 Backwards-compatible support will be removed in Version 14 at Object.logCompatibilityWarning (foundry-esm.js:4604:19) at...
**Describe the bug** Error: The async option for Roll#evaluate has been removed. Use Roll#evaluateSync for synchronous roll evaluation. at Object.logCompatibilityWarning (foundry-esm.js:4604:19) at SR5Roll.evaluate (foundry-esm.js:62027:23) at PhysicalDefenseTest._prepareMessageData (SuccessTest.ts:1790:14) at PhysicalDefenseTest.toMessage (SuccessTest.ts:1633:34)...
**Describe the bug** Error: You are accessing SR5ActiveEffect#icon which has been migrated to SR5ActiveEffect#img Deprecated since Version 12 **To Reproduce** Steps to reproduce the behavior: 1. Open a character /...
**Describe the bug** Error: The {{select}} handlebars helper is deprecated in favor of using the {{selectOptions}} helper or the foundry.applications.fields.createSelectInput, foundry.applications.fields.createMultiSelectElement, or foundry.applications.fields.prepareSelectOptionGroups methods. Deprecated since Version 12 **To Reproduce**...
**Describe the bug** Error: You are accessing the global "SquareGrid" which is now namespaced under foundry.grid.SquareGrid Deprecated since Version 12 Backwards-compatible support will be removed in Version 14 **Versions (please...
Compilation of all matrix improvements included in the Matrix project. Finishes tasks from the Matrix project will be added her as changelog entries. To track progress view https://github.com/users/SR5-FoundryVTT/projects/3/views/5?sliceBy%5Bvalue%5D=To+do This is...
**Describe the solution you'd like** Allow an ActiveEffect to modify item values. One issue with this is the unclear data preparation order in which documents are prepared. For effects using...