{
  "id": "jsg-ds-weapons-of-lore",
  "title": "Weapons of Lore - Powered by Draw Steel",
  "description": "<Short description of the module>",
  "version": "1.0.0",
  "url": "url_where_to_find_info",
  "manifest": "https://r2.foundryvtt.com/packages-public/jsg-ds-weapons-of-lore/module.json",
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "relationships": {
    "systems": [
      {
        "id": "draw-steel",
        "type": "system",
        "compatibility": {
          "minimum": "1",
          "verified": "1"
        }
      }
    ]
  },
  "authors": [
    {
      "name": "Jeff Stevens Games",
      "url": "https://jeffstevensgames.com",
      "discord": "@jeffcstevens",
      "flags": {}
    },
    {
      "name": "Dragon Clan Studio",
      "discord": "dragonclanstudio_13570",
      "flags": {}
    },
    {
      "name": "Gwen le Touze",
      "discord": "bradeck",
      "flags": {}
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "modules/jsg-ds-weapons-of-lore/assets/ui/module-bg.webp",
      "thumbnail": "modules/jsg-ds-weapons-of-lore/assets/ui/module-thumbnail.webp",
      "loop": false,
      "flags": {}
    }
  ],
  "esmodules": [
    "scripts.mjs"
  ],
  "styles": [
    {
      "src": "styles.css"
    }
  ],
  "packs": [
    {
      "name": "ds-journal",
      "label": "Weapons of Lore",
      "path": "packs/ds-journal",
      "type": "JournalEntry",
      "system": "draw-steel",
      "banner": "modules/jsg-ds-weapons-of-lore/assets/ui/tiles/tile_01.webp",
      "flags": {
        "draw-steel": {
          "display": "table-of-contents"
        }
      },
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "ds-rewards",
      "label": "Treasures",
      "path": "packs/ds-rewards",
      "type": "Item",
      "system": "draw-steel",
      "banner": "modules/jsg-ds-weapons-of-lore/assets/ui/tiles/tile_02.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "ds-effects",
      "label": "Active Effects",
      "path": "packs/ds-effects",
      "type": "ActiveEffect",
      "system": "draw-steel",
      "banner": "modules/jsg-ds-weapons-of-lore/assets/ui/tiles/tile_03.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "packFolders": [
    {
      "name": "Jeff Stevens Games",
      "color": "#3d3a4b",
      "sorting": "a",
      "packs": [],
      "folders": [
        {
          "name": "Weapons of Lore",
          "sorting": "m",
          "color": "#504b64",
          "packs": [
            "ds-journal",
            "ds-rewards",
            "ds-effects"
          ]
        }
      ]
    }
  ],
  "protected": true,
  "flags": {
    "canUpload": true,
    "hotReload": false,
    "draw-steel": {
      "books": {
        "WoL": {
          "label": "Weapons of Lore",
          "title": "Weapons of Lore"
        }
      },
      "defaultBook": "WoL",
      "defaultLicense": "Draw Steel Creator License"
    }
  }
}