Bug fix for tweaks and new release

master
The Happy Anarchist 2022-04-26 18:06:52 -10:00
parent c1029826e6
commit 7a548e55b5
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
**v0.9.1 A few bugs**
**BUG FIXES:**
Fixed Shield overriding AC. (Azarvel)
Fixed tweaks not working for PC sheets. (Azarvel)
**v0.9.0 Compatibility Release**
**MAJOR CHANGES:**
Thanks to the single-handed efforts of Azarvel, FoundryACKS is now compatible with release 9.0 of Foundry.

BIN
package/acks-v0.9.1.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.9.0",
"version": "0.9.1",
"minimumCoreVersion": "9.0",
"compatibleCoreVersion": "9.269",
"templateVersion": 2,
@ -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.9.0.zip"
"download": "https://github.com/thehappyanarchist/foundryacks/raw/master/package/acks-v0.9.1.zip"
}