Investment Vagaries Compendium addition
Added Investment Vagaries table to ACKS Compendium. Original table from AXIOMS 3 with work from Olle Skogren.master
parent
438c5a9c72
commit
6f5dc63df8
File diff suppressed because one or more lines are too long
|
@ -2,9 +2,9 @@
|
||||||
"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.7.4",
|
"version": "0.7.5",
|
||||||
"minimumCoreVersion": "0.7.4",
|
"minimumCoreVersion": "0.7.4",
|
||||||
"compatibleCoreVersion": "0.7.5",
|
"compatibleCoreVersion": "0.7.9",
|
||||||
"templateVersion": 2,
|
"templateVersion": 2,
|
||||||
"author": "The Happy Anarchist",
|
"author": "The Happy Anarchist",
|
||||||
"esmodules": ["acks.js"],
|
"esmodules": ["acks.js"],
|
||||||
|
@ -100,6 +100,15 @@
|
||||||
"module": "acks-packs"
|
"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",
|
"name": "acks-monster-abilities",
|
||||||
"label": "ACKS Monster Abilities",
|
"label": "ACKS Monster Abilities",
|
||||||
|
@ -185,5 +194,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.7.4.zip"
|
"download": "https://github.com/thehappyanarchist/foundryacks/raw/master/package/acks-v0.7.5.zip"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue