parent
3c120b98c0
commit
dae686908b
|
@ -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.
|
||||
|
|
Binary file not shown.
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue