parent
2507701944
commit
3037a8e4aa
|
@ -1,3 +1,10 @@
|
||||||
|
**v0.9.2 Encumbrance fix**
|
||||||
|
**MINOR CHANGES:**
|
||||||
|
Made encumbrance bar more efficient. (Azarvel)
|
||||||
|
|
||||||
|
**BUG FIXES:**
|
||||||
|
Encumbrance was not calculating properly. (Azarvel and THA)
|
||||||
|
|
||||||
**v0.9.1 A few bugs**
|
**v0.9.1 A few bugs**
|
||||||
**BUG FIXES:**
|
**BUG FIXES:**
|
||||||
Fixed Shield overriding AC. (Azarvel)
|
Fixed Shield overriding AC. (Azarvel)
|
||||||
|
|
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.1",
|
"version": "0.9.2",
|
||||||
"minimumCoreVersion": "9.0",
|
"minimumCoreVersion": "9.0",
|
||||||
"compatibleCoreVersion": "9.269",
|
"compatibleCoreVersion": "9.269",
|
||||||
"templateVersion": 2,
|
"templateVersion": 2,
|
||||||
|
|
Loading…
Reference in New Issue