Investment Vagaries Compendium addition

Added Investment Vagaries table to ACKS Compendium. Original table from AXIOMS 3 with work from Olle Skogren.
master
The Happy Anarchist 2021-01-03 15:55:29 -10:00
parent 438c5a9c72
commit 6f5dc63df8
2 changed files with 27 additions and 3 deletions

File diff suppressed because one or more lines are too long

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.7.4",
"version": "0.7.5",
"minimumCoreVersion": "0.7.4",
"compatibleCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 2,
"author": "The Happy Anarchist",
"esmodules": ["acks.js"],
@ -100,6 +100,15 @@
"module": "acks-packs"
},
{
"name": "acks-investment-vagaries.db",
"label": "ACKS Investment Vagaries",
"system": "acks",
"path": "packs/acks-investment-vagaries.db",
"entity": "RollTable",
"module": "acks-packs"
},
{
"name": "acks-monster-abilities",
"label": "ACKS Monster Abilities",
@ -185,5 +194,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.7.4.zip"
"download": "https://github.com/thehappyanarchist/foundryacks/raw/master/package/acks-v0.7.5.zip"
}