{ "id": "eerie", "title": "33ri3", "description": "My Little Horror RPG", "version": "1.1.2", "compatibility": { "minimum": "11", "verified": "13" }, "authors": [{ "name": "Ratbird", "url": "https://github.com/Raetbrid" }], "esmodules": ["module/eerie.mjs"], "background": "systems/eerie/images/cover.webp", "media": [{ "type": "preview", "url": "https://raw.githubusercontent.com/Raetbrid/eerie/main//images/preview.webp", "caption": "Eerie" }], "styles": ["styles/eerie.css"], "packs": [ { "name": "conds", "label": "Conds", "path": "packs/conds", "type": "Item" }, { "name": "tables", "label": "Roll Tables", "path": "packs/tables", "type": "RollTable" }, { "name": "traits", "label": "Traits", "path": "packs/traits", "type": "Item" }, { "name": "feats", "label": "Feats", "path": "packs/feats", "type": "Item" }, { "name": "items", "label": "Items", "path": "packs/items", "type": "Item", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "ru", "name": "Русский", "path": "lang/ru.json" } ], "documentTypes": { "Actor": { "character": { "label": "Character", "labelPlural": "Characters" }, "npc": { "label": "NPC", "labelPlural": "NPCs" } }, "Item": { "feat": { "label": "Feat" }, "trait": { "label": "Trait" }, "bodyCondition": { "label": "Body Condition" }, "mindCondition": { "label": "Mind Condition" } } }, "initiative": "1d20", "grid": { "distance": 5, "units": "m" }, "primaryTokenAttribute": "attributes.hp", "secondaryTokenAttribute": "attributes.mp", "manifest": "https://raw.githubusercontent.com/Raetbrid/eerie/main/system.json", "download": "https://github.com/Raetbrid/eerie/releases/latest/download/eerie.zip" }