parent
4c11677f44
commit
c3b1dd3ce1
|
@ -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.
|
||||
|
|
Binary file not shown.
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue