Compare commits

..

No commits in common. "ba585405aaed633ec24f50896594a9e73428f34a" and "e7e0c9b4a668eb5cf69db7ced2902e832d89e613" have entirely different histories.

1 changed files with 54 additions and 56 deletions

View File

@ -1,176 +1,174 @@
{ {
"id": "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.10.0", "version": "0.9.2",
"compatibility": { "minimumCoreVersion": "9.0",
"minimum": 11, "compatibleCoreVersion": "9.269",
"verified": "11.308"
},
"templateVersion": 2, "templateVersion": 2,
"author": "The Happy Anarchist", "author": "The Happy Anarchist",
"esmodules": ["acks.js"], "esmodules": ["acks.js"],
"styles": ["acks.css"], "styles": ["acks.css"],
"packs": [ "packs": [
{ {
"id": "acks-arcane-spells-1", "name": "acks-arcane-spells-1",
"label": "ACKS Arcane Spells 1", "label": "ACKS Arcane Spells 1",
"system": "acks", "system": "acks",
"path": "packs/acks-arcane-spells-1", "path": "packs/acks-arcane-spells-1.db",
"type": "Item", "entity": "Item",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-arcane-spells-2", "name": "acks-arcane-spells-2",
"label": "ACKS Arcane Spells 2", "label": "ACKS Arcane Spells 2",
"system": "acks", "system": "acks",
"path": "packs/acks-arcane-spells-2", "path": "packs/acks-arcane-spells-2.db",
"type": "Item", "entity": "Item",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-arcane-spells-3", "name": "acks-arcane-spells-3",
"label": "ACKS Arcane Spells 3", "label": "ACKS Arcane Spells 3",
"system": "acks", "system": "acks",
"path": "packs/acks-arcane-spells-3", "path": "packs/acks-arcane-spells-3.db",
"type": "Item", "entity": "Item",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-arcane-spells-4", "name": "acks-arcane-spells-4",
"label": "ACKS Arcane Spells 4", "label": "ACKS Arcane Spells 4",
"system": "acks", "system": "acks",
"path": "packs/acks-arcane-spells-4", "path": "packs/acks-arcane-spells-4.db",
"type": "Item", "entity": "Item",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-armor", "name": "acks-armor",
"label": "ACKS Armor", "label": "ACKS Armor",
"system": "acks", "system": "acks",
"path": "packs/acks-armor", "path": "packs/acks-armor.db",
"type": "Item", "entity": "Item",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-class-abilities", "name": "acks-class-abilities",
"label": "ACKS Class Abilities", "label": "ACKS Class Abilities",
"system": "acks", "system": "acks",
"path": "packs/acks-class-abilities", "path": "packs/acks-class-abilities.db",
"type": "Item", "entity": "Item",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-divine-spells-1", "name": "acks-divine-spells-1",
"label": "ACKS Divine Spells 1", "label": "ACKS Divine Spells 1",
"system": "acks", "system": "acks",
"path": "packs/acks-divine-spells-1", "path": "packs/acks-divine-spells-1.db",
"type": "Item", "entity": "Item",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-divine-spells-2", "name": "acks-divine-spells-2",
"label": "ACKS Divine Spells 2", "label": "ACKS Divine Spells 2",
"system": "acks", "system": "acks",
"path": "packs/acks-divine-spells-2", "path": "packs/acks-divine-spells-2.db",
"type": "Item", "entity": "Item",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-equipment", "name": "acks-equipment",
"label": "ACKS Equipment", "label": "ACKS Equipment",
"system": "acks", "system": "acks",
"path": "packs/acks-equipment", "path": "packs/acks-equipment.db",
"type": "Item", "entity": "Item",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-monster-abilities", "name": "acks-monster-abilities",
"label": "ACKS Monster Abilities", "label": "ACKS Monster Abilities",
"system": "acks", "system": "acks",
"path": "packs/acks-monster-abilities", "path": "packs/acks-monster-abilities.db",
"type": "Item", "entity": "Item",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-monsters", "name": "acks-monsters",
"label": "ACKS Monsters", "label": "ACKS Monsters",
"system": "acks", "system": "acks",
"path": "packs/acks-monsters", "path": "packs/acks-monsters.db",
"type": "Actor", "entity": "Actor",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-proficiencies", "name": "acks-proficiencies",
"label": "ACKS Proficiencies", "label": "ACKS Proficiencies",
"system": "acks", "system": "acks",
"path": "packs/acks-proficiencies", "path": "packs/acks-proficiencies.db",
"type": "Item", "entity": "Item",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-treasure", "name": "acks-treasure",
"label": "ACKS Treasure Tables", "label": "ACKS Treasure Tables",
"system": "acks", "system": "acks",
"path": "packs/acks-treasure", "path": "packs/acks-treasure.db",
"type": "RollTable", "entity": "RollTable",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-weapons", "name": "acks-weapons",
"label": "ACKS Weapons", "label": "ACKS Weapons",
"system": "acks", "system": "acks",
"path": "packs/acks-weapons", "path": "packs/acks-weapons.db",
"type": "Item", "entity": "Item",
"module": "acks-packs" "module": "acks-packs"
}, },
{ {
"id": "acks-maps", "name": "acks-maps",
"label": "ACKS Maps", "label": "ACKS Maps",
"system": "acks", "system": "acks",
"path": "packs/acks-maps", "path": "packs/acks-maps.db",
"type": "Scene", "entity": "Scene",
"module": "acks-packs" "module": "acks-packs"
} }
], ],
"languages": [ "languages": [
{ {
"lang": "en", "lang": "en",
"id": "English", "name": "English",
"path": "lang/en.json" "path": "lang/en.json"
}, },
{ {
"lang": "fr", "lang": "fr",
"id": "French (FRANCE)", "name": "French (FRANCE)",
"path": "lang/fr.json" "path": "lang/fr.json"
}, },
{ {
"lang": "pt-BR", "lang": "pt-BR",
"id": "Português (Brasil)", "name": "Português (Brasil)",
"path": "lang/pt-BR.json" "path": "lang/pt-BR.json"
}, },
{ {
"lang": "fr", "lang": "fr",
"id": "French (FRANCE)", "name": "French (FRANCE)",
"path": "lang/fr.json" "path": "lang/fr.json"
}, },
{ {
"lang": "es", "lang": "es",
"id": "Spanish", "name": "Spanish",
"path": "lang/es.json" "path": "lang/es.json"
} }
], ],