{ "title": "Cypher System Community Content", "id": "cyphersystem-community-module", "description": "Community content for the Cypher System", "url": "https://github.com/mrkwnzl/cyphersystem-community-module", "license": "LICENSE.md", "version": "1.4.0", "manifest": "https://raw.githubusercontent.com/mrkwnzl/cyphersystem-community-module/main/module.json", "download": "https://github.com/mrkwnzl/cyphersystem-community-module/releases/download/v1.4.0/release.zip", "relationships": { "systems": [ { "id": "cyphersystem", "type": "system", "manifest": "https://raw.githubusercontent.com/mrkwnzl/cyphersystem-foundryvtt/main/system.json", "compatibility": { "minimum": "3.1.0" } } ], "requires": [ { "id": "cyphersystem-compendium", "type": "module", "manifest": "https://raw.githubusercontent.com/mrkwnzl/cyphersystem-compendium/main/module.json", "compatibility": { "minimum": "3.11.0" } } ] }, "compatibility": { "minimum": "12", "verified": "12" }, "packs": [ { "name": "example-actors", "label": "Example Actors", "path": "packs/actors", "type": "Actor", "system": "cyphersystem", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "meeples", "label": "Meeples", "path": "packs/meeples", "type": "Actor", "system": "cyphersystem", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "scenes", "label": "Scenes", "path": "packs/scenes", "type": "Scene", "system": "cyphersystem", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "rulesets", "label": "Custom Rulesets", "path": "packs/rulesets", "type": "JournalEntry", "system": "cyphersystem", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "og-dd", "label": "Old Gus’ Daft Drafts", "path": "packs/old-gus/og-dd", "type": "JournalEntry", "system": "cyphersystem", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "og-dd-items", "label": "Old Gus’ Daft Draft Items", "path": "packs/old-gus/og-dd-items", "type": "Item", "system": "cyphersystem", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "og-dd-roll-tables", "label": "Old Gus’ Daft Draft Roll Tables", "path": "packs/old-gus/og-dd-roll-tables", "type": "RollTable", "system": "cyphersystem", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "og-dd-macros", "label": "Old Gus’ Daft Draft Macros", "path": "packs/old-gus/og-dd-macros", "type": "Macro", "system": "cyphersystem", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "ruleset-items", "label": "Ruleset Items", "path": "packs/ruleset-items", "type": "Item", "system": "cyphersystem", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "ruleset-actors", "label": "Ruleset Actors", "path": "packs/ruleset-actors", "type": "Actor", "system": "cyphersystem", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "macros", "label": "Macros", "path": "packs/macros", "type": "Macro", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "system": "cyphersystem" } ], "packFolders": [ { "name": "Cypher Community Content", "sorting": "m", "packs": [ "example-actors", "macros", "meeples", "scenes" ], "folders": [ { "name": "Old Gus’ Daft Drafts", "sorting": "m", "packs": [ "og-dd", "og-dd-items", "og-dd-roll-tables", "og-dd-macros" ], "folders": [ ] }, { "name": "Custom Rulesets", "sorting": "m", "packs": [ "rulesets", "ruleset-actors", "ruleset-items" ], "folders": [ ] } ] } ] }