diff --git a/Changelog.txt b/Changelog.txt index 7d48e00..bdb122b 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -40,3 +40,10 @@ 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. + +v0.5.3 Morale and Loyalty systems +MINOR CHANGES: +On retainer sheets, Morale and Loyalty can now be rolled by clicking on their fields. +Morale should be a number (typically between -6 and +4) and Loyalty is a text field, in which the Judge can write things to remind him of any bonuses or penalties that need to be applied to the Morale or Loyalty check. +Morale rolls are made each time the henchman suffers a calamity. A calamity includes suffering an energy drain, a curse, a magical disease, or being nearly killed (Judge’s discretion). +Loyalty rolls should make a morale roll for each henchman at the end of each adventure whenever the henchman has leveled up, to determine if the henchman strikes off on his own or remains with the adventurer. \ No newline at end of file diff --git a/README.md b/README.md index 260a8f7..fc0a73e 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,12 @@ ACKS, like most B/X clones, is also broadly compatible with thousands of modules - Encumbrance bar to reflect movement rates while encumbered - Pre-programmed saving throws for monsters based on HD - Auran setting languages in addition to standard tongues +- Morale and Loyalty tracking for Henchmen. #### **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. ## 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.5.3.zip b/package/acks-v0.5.3.zip new file mode 100644 index 0000000..6737e11 Binary files /dev/null and b/package/acks-v0.5.3.zip differ diff --git a/src/system.json b/src/system.json index 86d8b55..1a3ce0f 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.2", + "version": "0.5.3", "minimumCoreVersion": "0.6.2", "compatibleCoreVersion": "0.6.6", "templateVersion": 2, @@ -41,5 +41,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.5.2.zip" + "download": "https://github.com/thehappyanarchist/foundryacks/raw/master/package/acks-v0.5.3.zip" }