{
  "id": "lancer-weapon-fx",
  "title": "Lancer Weapon FX",
  "description": "Special effects for weapons and items oriented towards Lancer TTRPG.",
  "authors": [
    {
      "name": "Z3nner",
      "flags": {}
    },
    {
      "name": "dodgepong",
      "flags": {}
    },
    {
      "name": "cirrahn",
      "flags": {}
    }
  ],
  "version": "2.3.1",
  "compatibility": {
    "minimum": "13",
    "verified": "13.351"
  },
  "url": "https://github.com/Z3nner/lancer-weapon-fx",
  "manifest": "https://github.com/Z3nner/lancer-weapon-fx/releases/latest/download/module.json",
  "download": "https://github.com/Z3nner/lancer-weapon-fx/releases/download/2.3.1/module.zip",
  "relationships": {
    "systems": [
      {
        "id": "lancer",
        "type": "system",
        "compatibility": {
          "minimum": "3.0.0"
        }
      }
    ],
    "requires": [
      {
        "id": "sequencer",
        "type": "module",
        "manifest": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/latest/download/module.json",
        "compatibility": {
          "minimum": "2.3.7"
        }
      },
      {
        "id": "socketlib",
        "type": "module",
        "manifest": "https://github.com/farling42/foundryvtt-socketlib/releases/latest/download/module.json",
        "compatibility": {
          "minimum": "1.1.0"
        }
      }
    ],
    "recommends": [
      {
        "id": "jb2a_patreon",
        "type": "module",
        "compatibility": {}
      },
      {
        "id": "JB2A_DnD5e",
        "type": "module",
        "compatibility": {}
      }
    ]
  },
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json",
      "flags": {}
    }
  ],
  "esmodules": [
    "WeaponFX.bundle.js"
  ],
  "styles": [
    {
      "src": "css/effects-manager.css"
    },
    {
      "src": "css/helpers.css"
    }
  ],
  "packs": [
    {
      "name": "weaponfx",
      "label": "Lancer Weapon FX",
      "path": "packs/weaponfx",
      "type": "Macro",
      "system": "lancer",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "socket": true,
  "flags": {
    "hotReload": {
      "extensions": [
        "css",
        "hbs"
      ],
      "paths": [
        "css",
        "templates"
      ]
    }
  }
}