{ "id": "skyfall", "title": "Skyfall RPG", "description": "Sistema de Skyfall RPG para o FoundryVTT!", "version": "0.9.612", "manifest": "https://raw.githubusercontent.com/Capycat-Games/skyfall-fvtt/main/system.json", "download": "https://github.com/Capycat-Games/skyfall-fvtt/archive/refs/tags/v0.9.612-Beta.zip", "url": "https://github.com/Capycat-Games/skyfall-fvtt", "bugs": "https://github.com/Capycat-Games/skyfall-fvtt/issues", "license": "LICENSE", "readme": "README.md", "changelog": "CHANGELOG.md", "background": "systems/skyfall/assets/skyfall.jpg", "authors": [ { "name": "Capycat Games" }, { "name": "Vizael", "discord": "vizael" } ], "media": [ { "type": "setup", "url": "systems/skyfall/assets/skyfall-repo.jpg", "thumbnail": "systems/skyfall/assets/skyfall-thumb.jpg" } ], "compatibility": { "minimum": "13", "verified": "13", "maximun": "13" }, "esmodules": ["skyfall.mjs"], "styles": ["skyfall.css", "skyfallV13.css"], "languages": [ { "lang": "pt", "name": "Português", "path": "lang/pt.json" }, { "lang": "en", "name": "English", "path": "lang/en.json" } ], "packs": [ { "name": "characters", "label": "Heróis (Beta)", "system": "skyfall", "path": "packs/characters", "type": "Actor", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {} }, { "name": "foes", "label": "Ameaças (Beta)", "system": "skyfall", "path": "packs/foes", "type": "Actor", "ownership": { "ASSISTANT": "OWNER" }, "flags": {} }, { "name": "items", "label": "Items (Beta)", "system": "skyfall", "path": "packs/items", "type": "Item", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {} }, { "name": "rules", "label": "Regras (Beta)", "system": "skyfall", "path": "packs/rules", "type": "JournalEntry", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {} } ], "packFolders": [], "documentTypes": { "Actor": { "character": { "htmlFields": ["biography", "details.description"] }, "npc": { "htmlFields": ["biography"] }, "partner": { "htmlFields": ["biography"] }, "creation": { "htmlFields": ["biography"] }, "guild": { "htmlFields": ["motto"] } }, "Item": { "legacy": { "htmlFields": ["description.value"] }, "heritage": { "htmlFields": ["description.value"] }, "curse": { "htmlFields": ["description.value"] }, "background": { "htmlFields": ["description.value"] }, "class": { "htmlFields": ["description.value"] }, "path": { "htmlFields": ["description.value"] }, "feature": { "htmlFields": ["description.value"] }, "feat": { "htmlFields": ["description.value"] }, "ability": { "htmlFields": [ "description.value", "attack.hit", "attack.miss", "effect.descriptive", "special.descriptive" ] }, "spell": { "htmlFields": [ "description.value", "attack.hit", "attack.miss", "effect.descriptive", "special.descriptive" ] }, "weapon": { "htmlFields": ["description.value", "unidentified.description"] }, "armor": { "htmlFields": ["description.value", "unidentified.description"] }, "clothing": { "htmlFields": ["description.value", "unidentified.description"] }, "equipment": { "htmlFields": ["description.value", "unidentified.description"] }, "consumable": { "htmlFields": ["description.value", "unidentified.description"] }, "loot": { "htmlFields": ["description.value", "unidentified.description"] }, "sigil": { "htmlFields": ["effect.descriptive"] }, "seal": { "htmlFields": ["description.value"] }, "facility": { "htmlFields": ["description.value"] }, "guild-ability": { "htmlFields": [ "description.value", "effect.descriptive", "special.descriptive" ] }, "guild-feature": { "htmlFields": ["description.value"] }, "hierarchy": { "htmlFields": ["description.value"] }, "archetype": { "htmlFields": ["description.value"] } }, "ActiveEffect": { "modification": {} }, "ChatMessage": { "usage": {} } }, "socket": true, "flags": { "hotReload": { "extensions": ["css", "hbs"], "paths": [ "skyfall.css", "skyfallV13.css", "templates", "templatesV13", "lang" ] } }, "grid": { "distance": 1.5, "units": "m" }, "primaryTokenAttribute": "resources.hp", "secondaryTokenAttribute": "resources.ep" }