Bug fix for tweaks and new release
parent
c1029826e6
commit
7a548e55b5
|
@ -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**
|
**v0.9.0 Compatibility Release**
|
||||||
**MAJOR CHANGES:**
|
**MAJOR CHANGES:**
|
||||||
Thanks to the single-handed efforts of Azarvel, FoundryACKS is now compatible with release 9.0 of Foundry.
|
Thanks to the single-handed efforts of Azarvel, FoundryACKS is now compatible with release 9.0 of Foundry.
|
||||||
|
|
Binary file not shown.
|
@ -2,7 +2,7 @@
|
||||||
"name": "acks",
|
"name": "acks",
|
||||||
"title": "Adventurer Conqueror King System",
|
"title": "Adventurer Conqueror King System",
|
||||||
"description": "Play B/X or other OSR compatible content using the ACKS 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",
|
"minimumCoreVersion": "9.0",
|
||||||
"compatibleCoreVersion": "9.269",
|
"compatibleCoreVersion": "9.269",
|
||||||
"templateVersion": 2,
|
"templateVersion": 2,
|
||||||
|
@ -185,5 +185,5 @@
|
||||||
"gridUnits": "ft",
|
"gridUnits": "ft",
|
||||||
"url": "https://github.com/thehappyanarchist/foundryacks",
|
"url": "https://github.com/thehappyanarchist/foundryacks",
|
||||||
"manifest": "https://github.com/thehappyanarchist/foundryacks/raw/master/src/system.json",
|
"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"
|
||||||
}
|
}
|
Loading…
Reference in New Issue