{
  "id": "cosmere-rpg-stormlight-handbook",
  "title": "Cosmere RPG - Stormlight Handbook",
  "version": "3.0.0",
  "compatibility": {
    "minimum": "13.346",
    "verified": "13.350"
  },
  "authors": [
    {
      "name": "Brotherwise Games",
      "url": "https://www.brotherwisegames.com/"
    },
    {
      "name": "The Metalworks",
      "url": "https://github.com/the-metalworks",
      "flags": {}
    }
  ],
  "esmodules": [
    "index.js"
  ],
  "styles": [
    "output.css"
  ],
  "packs": [
    {
      "name": "items",
      "label": "Items",
      "path": "packs/items",
      "type": "Item",
      "system": "cosmere-rpg",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "ancestries",
      "label": "Ancestries",
      "path": "packs/ancestries",
      "type": "Item",
      "system": "cosmere-rpg",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "cultures",
      "label": "Cultures",
      "path": "packs/cultures",
      "type": "Item",
      "system": "cosmere-rpg",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "heroic-paths",
      "label": "Heroic Paths",
      "path": "packs/heroic-paths",
      "type": "Item",
      "system": "cosmere-rpg",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "radiant-paths",
      "label": "Radiant Paths",
      "path": "packs/radiant-paths",
      "type": "Item",
      "system": "cosmere-rpg",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "actions",
      "label": "Actions",
      "path": "packs/actions",
      "type": "Item",
      "system": "cosmere-rpg",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "surges",
      "label": "Surges",
      "path": "packs/surges",
      "type": "Item",
      "system": "cosmere-rpg",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "handbook",
      "label": "Stormlight Handbook",
      "path": "packs/handbook",
      "type": "JournalEntry",
      "system": "cosmere-rpg",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "cosmere-rpg": {
          "defaultSortingMode": "m"
        }
      }
    },
    {
      "name": "animal-companions",
      "label": "Animal Companions",
      "path": "packs/animal-companions",
      "type": "Actor",
      "system": "cosmere-rpg",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "common-adversary-features",
      "label": "Adversary Features",
      "path": "packs/common-adversary-features",
      "type": "Item",
      "system": "cosmere-rpg",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "roll-tables",
      "label": "Roll Tables",
      "path": "packs/roll-tables",
      "type": "RollTable",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "cosmere-rpg"
    },
    {
      "name": "macros",
      "label": "Macros",
      "path": "packs/macros",
      "type": "Macro",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "cosmere-rpg"
    }
  ],
  "packFolders": [
    {
      "name": "Stormlight Handbook",
      "sorting": "m",
      "color": "#141f3c",
      "packs": [
        "items",
        "roll-tables",
        "animal-companions",
        "common-adversary-features",
        "macros"
      ],
      "folders": [
        {
          "name": "Character Features",
          "sorting": "m",
          "color": "#1d2a4e",
          "packs": [
            "ancestries",
            "cultures",
            "heroic-paths",
            "radiant-paths"
          ],
          "folders": []
        },
        {
          "name": "Rules",
          "sorting": "m",
          "color": "#1d2a4e",
          "packs": [
            "actions",
            "surges"
          ],
          "folders": []
        }
      ]
    }
  ],
  "relationships": {
    "systems": [
      {
        "id": "cosmere-rpg",
        "type": "system",
        "manifest": "https://github.com/the-metalworks/cosmere-rpg/releases/download/release-2.0.0/system.json",
        "compatibility": {
          "minimum": "3.0.0",
          "verified": "3.0.1"
        }
      }
    ]
  },
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json",
      "flags": {}
    }
  ],
  "url": "https://www.cosmererpg.com",
  "manifest": "https://r2.foundryvtt.com/packages-public/cosmere-rpg-stormlight-handbook/module.json",
  "media": [
    {
      "type": "setup",
      "thumbnail": "modules/cosmere-rpg-stormlight-handbook/assets/art/foundry_setup_handbook_cover.webp"
    }
  ],
  "protected": true
}