{ "id": "dnd5e-spellpoints", "title": "Advanced Magic - Spell Points System 5e", "description": "FoundryVTT module for Spell Points System in D&D5e. This module use the optional rules found on DMG to allow character to cast spells using a resource named 'Spell Points'", "version": "2.0.1", "compatibility": { "minimum": "11", "verified": "11.315" }, "relationships": { "systems": [ { "id": "dnd5e", "type": "system", "manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json", "compatibility": { "verified": "3.0.4", "minimum": "3.0.0" } } ] }, "url": "https://github.com/misthero/dnd5e-spellpoints", "manifest": "https://raw.githubusercontent.com/misthero/dnd5e-spellpoints/main/module.json", "download": "https://github.com/misthero/dnd5e-spellpoints/archive/refs/heads/main.zip", "authors": [ { "name": "misthero", "url": "https://github.com/misthero", "flags": {} } ], "esmodules": [ "scripts/main.js" ], "styles": [ "css/styles.css" ], "packs": [ { "name": "module-items", "label": "Spell Points", "path": "packs/items", "type": "Item", "system": "dnd5e", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {} } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json", "flags": {} }, { "lang": "it", "name": "Italiano", "path": "lang/it.json", "flags": {} }, { "lang": "es", "name": "EspaƱol", "path": "lang/es.json", "flags": {} } ] }