{ "id": "slugblaster", "title": "Slugblaster", "description": "A Slugblaster system.", "version": "0.3.1", "compatibility": { "minimum": 12, "verified": 13 }, "authors": [{ "name": "Tom van der Lek" }], "esmodules": ["slugblaster.mjs"], "styles": ["styles/system.css"], "languages": [{ "lang": "en", "name": "English", "path": "lang/en.json" }], "documentTypes": { "Actor": { "slugblaster": {}, "crew": {}, "playbook": {}, "signature": {} }, "Item": { "beat": {}, "doom": {}, "gear": {}, "legacy": {}, "loot": {}, "slam": {}, "faction": {} } }, "packs": [ { "label": "Playbooks", "type": "Actor", "name": "playbooks", "path": "packs/playbooks", "system": "slugblaster", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {} }, { "label": "Signature Devices", "type": "Actor", "name": "signature-devices", "path": "packs/signature-devices", "system": "slugblaster", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {} }, { "label": "Rollable Tables", "type": "RollTable", "name": "rollable-tables", "path": "packs/rollable-tables", "system": "slugblaster", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {} }, { "label": "Components", "type": "Item", "name": "components", "path": "packs/components", "system": "slugblaster", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {} }, { "label": "Other Gear", "type": "Item", "name": "other-gear", "path": "packs/other-gear", "system": "slugblaster", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {} }, { "label": "Traits and Beats", "type": "Item", "name": "traits-and-beats", "path": "packs/traits-and-beats", "system": "slugblaster", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {} }], "primaryTokenAttribute": "resources.boosts", "secondaryTokenAttribute": "resources.kicks", "url": "https://github.com/MasterTomNL/slugblaster/", "manifest": "https://raw.githubusercontent.com/MasterTomNL/slugblaster/refs/heads/main/system.json", "download": "https://github.com/MasterTomNL/slugblaster/archive/refs/heads/main.zip" }