diff --git a/Changelog.txt b/Changelog.txt index a61fe33..8ac2004 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,11 @@ +**v0.7.4 Saving Throw bonus** +**MINOR CHANGES:** +Changed wording in settings menu to reflect that the Wisdom bonus applies to all saves is not a houserule, but an HFH option. +HFH Option for wisdom bonuses to apply to all saves was only removing the "magic" button, now it applies the mod as well. + +**BUG FIXES:** +Fixed wisdom bonus and penalties being swapped when rolling saves. + **v0.7.3 Monster Ability Fix** **BUG FIXES:** Monster sheet was unable to add abilities. diff --git a/README.md b/README.md index 1b6afae..b913083 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,13 @@ ACKS, like most B/X clones, is also broadly compatible with thousands of modules - Pre-programmed saving throws for monsters based on HD - Auran setting languages in addition to standard tongues - Morale and Loyalty tracking for Henchmen -- The ACKS Compendium has the majority of equipment, proficiencies, and spells from the Core Book. +- The ACKS Compendium has the majority of equipment, proficiencies, and spells from the Core Book - ACKS Spellcasting, instead of Vancian - ACKS Core Treasure Tables by Bobloblah #### **Heroic Fantasy Handbook** (*optional*) - Added an option to use exploding 20s in combat from HFH optional rules -- Added an option to add Basic Healing Rate to the character sheet from HFH optional rules -#### **Houserules** (*optional*) -- Added the popular wisdom bonus houserule to settings menu. Selecting it removes the prompt during rolling a save and declutters the Save vs Magic field from the sheet. +- Added an option to calculate Basic Healing Rate on the character sheet +- Added an option to apply wisdom bonus to all saves ## Manual Installation To install and use this system, simply paste the following URL into the Install System dialog on the Setup menu of the application. diff --git a/package/acks-v0.7.4.zip b/package/acks-v0.7.4.zip new file mode 100644 index 0000000..4a209cc Binary files /dev/null and b/package/acks-v0.7.4.zip differ diff --git a/src/system.json b/src/system.json index 7d2dbe6..ec3b229 100644 --- a/src/system.json +++ b/src/system.json @@ -2,7 +2,7 @@ "name": "acks", "title": "Adventurer Conqueror King System", "description": "Play B/X or other OSR compatible content using the ACKS system", - "version": "0.7.3", + "version": "0.7.4", "minimumCoreVersion": "0.7.4", "compatibleCoreVersion": "0.7.5", "templateVersion": 2, @@ -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.7.3.zip" + "download": "https://github.com/thehappyanarchist/foundryacks/raw/master/package/acks-v0.7.4.zip" }