Release 0.7.0

Compatible with 7.5 version of Foundry.
master
The Happy Anarchist 2020-10-24 19:14:27 -10:00
parent 4c11677f44
commit c3b1dd3ce1
3 changed files with 16 additions and 4 deletions

View File

@ -63,3 +63,15 @@ v0.6.2 Further Compendium updates
MINOR CHANGES:
Added Class Abilities, Monster Abilities, Monsters, Treasure Tables, and tokens and icons for all.
Swapped map with .webp format to save about 2MB from download package.
v0.7.0 Compatibility with new Foundry release
MAJOR CHANGES:
FoundryACKS is now compatible with release 7.5 of Foundry.
MINOR CHANGES:
Added support for ability scores above 18. It is assumed that every point above 18 adds a further +1 modifier. All dialogs adjusted accordingly.
Added a saving throw modifier to the tweaks dialog. This allows for a bonus or penalty to be applied to all saving throws (ex. Divine Blessing or Ring/Cloak of Protection). Suggested by Bobloblah.
Added support for applying half (resistant) or double (vulnerable) damage from chat cards. Suggested by Bobloblah.
BUG FIXES:
Added support for HP to dip into the negatives when auto-applied from chat cards. It was previously clamped to zero.

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

Binary file not shown.

View File

@ -2,9 +2,9 @@
"name": "acks",
"title": "Adventurer Conqueror King System",
"description": "Play B/X or other OSR compatible content using the ACKS system",
"version": "0.6.2",
"minimumCoreVersion": "0.6.2",
"compatibleCoreVersion": "0.6.6",
"version": "0.7.0",
"minimumCoreVersion": "0.7.4",
"compatibleCoreVersion": "0.7.5",
"templateVersion": 2,
"author": "The Happy Anarchist",
"esmodules": ["acks.js"],
@ -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.6.2.zip"
"download": "https://github.com/thehappyanarchist/foundryacks/raw/master/package/acks-v0.7.0.zip"
}