diff --git a/Changelog.txt b/Changelog.txt index 31a22f1..7d48e00 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -35,4 +35,8 @@ Implemented auto-miss on 1 and auto-hit on 20 for Core Rules (non-HFH) BUG FIXES: Monster Saves pre-fill not present when monster is new Negative Con mod could make HD roll negative (now floored at 1) -Negative Str mod could make damage negative (now minimum 1) \ No newline at end of file +Negative Str mod could make damage negative (now minimum 1) + +v0.5.2 Houserule: Wisdom bonus to all saves +MINOR CHANGES: +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. diff --git a/package/acks-v0.5.2.zip b/package/acks-v0.5.2.zip new file mode 100644 index 0000000..222655b Binary files /dev/null and b/package/acks-v0.5.2.zip differ diff --git a/src/system.json b/src/system.json index 8b50b27..bbe9459 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.5.1", + "version": "0.5.2", "minimumCoreVersion": "0.6.2", "compatibleCoreVersion": "0.6.6", "templateVersion": 2,