{ "name": "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": "1.1.5", "minimumCoreVersion": "0.7.6", "compatibleCoreVersion": "0.7.8", "url": "https://github.com/misthero/dnd5e-spellpoints", "manifest": "https://raw.githubusercontent.com/misthero/dnd5e-spellpoints/0.7.x/module.json", "download": "https://github.com/misthero/dnd5e-spellpoints/archive/refs/heads/0.7.x.zip", "system": ["dnd5e"], "includes": [ "./assets/**", "./lang/**", "./scripts/**", "./styles/**", "./templates/**", "./module.json" ], "authors": [ { "name": "misthero", "url": "https://github.com/misthero" } ], "esmodules": [ "./scripts/dnd5e-spellpoints.js" ], "styles": ["css/styles.css"], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "it", "name": "Italiano", "path": "lang/it.json" }, { "lang": "es", "name": "EspaƱol", "path": "lang/es.json" } ] }