{
  "id": "cursed-energy",
  "title": "Cursed Energy",
  "description": "Replaces spell slots with a single pool of Cursed Energy (CE). The pool is derived from the spell slots the character actually has, so multiclassing, half and third casters, pact magic and NPCs all work out of the box. Sheet UI, automatic cost on cast, rest recovery and a playground to check the numbers.",
  "version": "0.3.0",
  "authors": [
    {
      "name": "Jotape"
    }
  ],
  "compatibility": {
    "minimum": "12",
    "verified": "14"
  },
  "relationships": {
    "systems": [
      {
        "id": "dnd5e",
        "type": "system",
        "compatibility": {
          "minimum": "4.0"
        }
      }
    ]
  },
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "pt-BR",
      "name": "Português (Brasil)",
      "path": "lang/pt-BR.json"
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/app.css"
  ],
  "url": "https://jotapefoundry.com.br/p/cursed-energy",
  "manifest": "https://jotapefoundry.com.br/p/cursed-energy/module.json",
  "download": "https://jotapefoundry.com.br/p/cursed-energy/releases/cursed-energy-v0.3.0.zip",
  "license": "LICENSE",
  "flags": {}
}