Skip to content

1.7.0

Compare
Choose a tag to compare
@PwQt PwQt released this 14 Mar 17:24
· 110 commits to master since this release

Compatibility

ℹ️ THIS VERSION IS ONLY FOR DND 3.0+

The things might work for 2.4.1, but I'm not guaranteeing that anymore. The module.json file is reflecting that by requiring d&d 3.0+.

You could try and install it manually for 2.4.1 by removing the relationships.systems["dnd5e"].compatibility.minimum flag in module.json and hosting it on your own accord (ways to build the module are shown in README.md), but if something breaks - please revert to 1.6.3.1 by inserting manually the module.json file into the Install Module part in Foundry setup.

What's Changed

  • [BREAKING CHANGES] Many bug fixing and some not retrocompatibility changes by @p4535992 in #82

With this version please either:

  • redo all magic items
  • run the following command as a script macro - ⚠️ PLEASE DO A BACKUP BEFORE RUNNING IT - it shouldn't break anything
game.modules.get("magic-items-2").api.fixFlagsScopeDataOnAllActors()

Full Changelog: 1.6.3.1...1.7.0