Deploy 0.5.2

Minor change
master
The Happy Anarchist 2020-09-24 23:05:57 -10:00
parent 3c120b98c0
commit dae686908b
3 changed files with 6 additions and 2 deletions

View File

@ -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)
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.

BIN
package/acks-v0.5.2.zip Normal file

Binary file not shown.

View File

@ -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,