{ "id": "vermine2047", "title": "Vermine 2047", "description": "The Vermine 2047 system for FoundryVTT!", "version": "0.1.13", "compatibility": { "minimum": "11", "verified": "14.0", "maximum": "14" }, "authors": [ { "name": "François-Xavier Guillois" }, { "name": "Rwanoux", "discord": "rwanoux" }, { "name": "Pretre", "discord": "pretre" } ], "esmodules": [ "module/vermine2047.mjs" ], "styles": [ "css/vermine2047.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json", "flags": {} }, { "lang": "fr", "name": "Français", "path": "lang/fr.json", "flags": {} } ], "packs": [ { "name": "adaptationsmutations", "label": "Adaptations / Mutations", "system": "vermine2047", "path": "packs/adaptationsmutations", "banner": "systems/vermine2047/assets/icons/items/ability.webp", "type": "Item", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "traumatismes", "label": "Traumatismes", "system": "vermine2047", "path": "packs/traumatismes", "type": "Item", "banner": "systems/vermine2047/assets/icons/items/trauma.webp", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "historiques", "label": "Historiques", "system": "vermine2047", "path": "packs/historiques", "type": "Item", "banner": "systems/vermine2047/assets/icons/items/background.webp", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "rites", "label": "Rites", "system": "vermine2047", "path": "packs/rites", "type": "Item", "banner": "systems/vermine2047/assets/icons/items/rite.webp", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "table", "label": "Tables Aléatoires", "system": "vermine2047", "path": "packs/tables", "type": "RollTable", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "matériel", "label": "Matériel", "system": "vermine2047", "path": "packs/materiel", "banner": "systems/vermine2047/assets/icons/items/item.webp", "type": "Item", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "pretires", "label": "Prétirés", "system": "vermine2047", "path": "packs/pretires", "type": "Actor", "banner": "systems/vermine2047/assets/icons/actors/character.webp", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "deck-creatures", "label": "Deck créatures", "system": "vermine2047", "path": "packs/deck-creatures", "type": "Actor", "banner": "systems/vermine2047/assets/icons/actors/creature.webp", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } } ], "grid": { "distance": 1, "units": "m" }, "primaryTokenAttribute": "health", "secondaryTokenAttribute": "power", "url": "https://github.com/rwanoux/vermine2047/tree/main", "manifest": "https://raw.githubusercontent.com/rwanoux/vermine2047/refs/heads/main/system.json", "download": "https://github.com/rwanoux/vermine2047/archive/refs/heads/main.zip", "license": "LICENSE.txt", "changelog": "CHANGELOG.md", "flags": { "hotReload": { "extensions": [ "css", "scss", "hbs", "json" ] } } }