{ "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.3.7", "minimumCoreVersion": "0.8.3", "compatibleCoreVersion": "9.280", "url": "https://github.com/misthero/dnd5e-spellpoints", "manifest": "https://raw.githubusercontent.com/misthero/dnd5e-spellpoints/FVTT-V9/module.json", "download": "https://github.com/misthero/dnd5e-spellpoints/archive/refs/heads/FVTT-V9.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" } ] }