diff --git a/Changelog.txt b/Changelog.txt index f82e33d..90a2172 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -63,3 +63,15 @@ v0.6.2 Further Compendium updates MINOR CHANGES: Added Class Abilities, Monster Abilities, Monsters, Treasure Tables, and tokens and icons for all. Swapped map with .webp format to save about 2MB from download package. + +v0.7.0 Compatibility with new Foundry release +MAJOR CHANGES: +FoundryACKS is now compatible with release 7.5 of Foundry. + +MINOR CHANGES: +Added support for ability scores above 18. It is assumed that every point above 18 adds a further +1 modifier. All dialogs adjusted accordingly. +Added a saving throw modifier to the tweaks dialog. This allows for a bonus or penalty to be applied to all saving throws (ex. Divine Blessing or Ring/Cloak of Protection). Suggested by Bobloblah. +Added support for applying half (resistant) or double (vulnerable) damage from chat cards. Suggested by Bobloblah. + +BUG FIXES: +Added support for HP to dip into the negatives when auto-applied from chat cards. It was previously clamped to zero. diff --git a/package/acks-v0.7.0.zip b/package/acks-v0.7.0.zip new file mode 100644 index 0000000..7c80527 Binary files /dev/null and b/package/acks-v0.7.0.zip differ diff --git a/src/system.json b/src/system.json index 5f3fe12..bf1baac 100644 --- a/src/system.json +++ b/src/system.json @@ -2,9 +2,9 @@ "name": "acks", "title": "Adventurer Conqueror King System", "description": "Play B/X or other OSR compatible content using the ACKS system", - "version": "0.6.2", - "minimumCoreVersion": "0.6.2", - "compatibleCoreVersion": "0.6.6", + "version": "0.7.0", + "minimumCoreVersion": "0.7.4", + "compatibleCoreVersion": "0.7.5", "templateVersion": 2, "author": "The Happy Anarchist", "esmodules": ["acks.js"], @@ -185,5 +185,5 @@ "gridUnits": "ft", "url": "https://github.com/thehappyanarchist/foundryacks", "manifest": "https://github.com/thehappyanarchist/foundryacks/raw/master/src/system.json", - "download": "https://github.com/thehappyanarchist/foundryacks/raw/master/package/acks-v0.6.2.zip" + "download": "https://github.com/thehappyanarchist/foundryacks/raw/master/package/acks-v0.7.0.zip" }