Skip to content

Fix for Defences in V10

Choose a tag to compare

@draconas1 draconas1 released this 27 Sep 18:59
· 7 commits to main since this release

Updated the base values for all defences to account for the fact that Foundry V10 D&D 4e system advanced calculations account for the attribute modifier in as well as half level, while v9 they did not. This is a breaking change in how defences are calculated between the v9 and v10 versions of the system.

This is a breaking change from Foundry V9
This release should not be used with Foundry V9, use https://github.com/draconas1/masterplan-json-export/releases/tag/2.2.0 instead.

The System implementation for V10 changes how defences are calculated. This requires a change to the exporter that creates a breaking change between v9 and v10. Monsters exported with this version that are imported into V9 will have defences that are too low (as they assume that attribute modifier will be added), monsters imported in v10 that were exported with any 2.x.x version will have defences that are too high (as they will have attribute modifier added on).