{
  "id": "swade-item-tables",
  "title": "SWADE Item Tables",
  "authors": [
    {
      "name": "Kristian Serrano",
      "url": "https://immaterialplane.com",
      "discord": "kristianserrano"
    }
  ],
  "version": "3.0.0",
  "url": "https://www.patreon.com/KristianSerrano",
  "manifest": "https://r2.foundryvtt.com/packages-public/swade-item-tables/module.json",
  "bugs": "https://github.com/kristianserrano/swade-item-tables-issue-tracker",
  "protected": true,
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "relationships": {
    "systems": [
      {
        "id": "swade",
        "type": "system",
        "compatibility": {
          "minimum": "6"
        }
      }
    ]
  },
  "esmodules": [
    "modules/swade-item-tables.mjs"
  ],
  "styles": [
    "styles/swade-item-tables.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json",
      "flags": {}
    },
    {
      "lang": "de",
      "name": "Deutsch",
      "path": "lang/de.json",
      "flags": {}
    }
  ],
  "packs": [
    {
      "name": "swade-item-tables-macro",
      "label": "SWADE Item Tables Macro",
      "path": "packs/swade-item-tables-macro",
      "type": "Macro",
      "system": "swade",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "swade-item-tables-docs",
      "label": "SWADE Item Tables Docs",
      "path": "packs/swade-item-tables-docs",
      "type": "JournalEntry",
      "system": "swade",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "packFolders": [
    {
      "name": "SWADE Item Tables",
      "sorting": "m",
      "color": "#671412",
      "packs": [
        "swade-item-tables-macro",
        "swade-item-tables-docs"
      ],
      "folders": []
    }
  ],
  "flags": {
    "hotReload": {
      "extensions": [
        "css",
        "json",
        "hbs",
        "mjs"
      ],
      "paths": [
        "styles/swade-item-tables.css",
        "lang/en.json",
        "lang/de.json",
        "modules/swade-item-tables.mjs",
        "modules/utils.mjs",
        "modules/apps/IncludedItemsConfiguration.mjs",
        "modules/apps/ItemTables.mjs",
        "modules/apps/CharacterBuilder.mjs",
        "modules/apps/CraftingTable.mjs",
        "modules/apps/Mutator.mjs",
        "modules/apps/SortableTable.mjs",
        "templates/apps/actors-listings/footer.hbs",
        "templates/apps/actors-listings/header.hbs",
        "templates/apps/actors-listings/characters.hbs",
        "templates/apps/actors-listings/npcs.hbs",
        "templates/apps/character-builder/add-ancestry.hbs",
        "templates/apps/character-builder/advances.hbs",
        "templates/apps/character-builder/ancestry.hbs",
        "templates/apps/character-builder/archetype.hbs",
        "templates/apps/character-builder/edges.hbs",
        "templates/apps/character-builder/header.hbs",
        "templates/apps/character-builder/hindrances.hbs",
        "templates/apps/character-builder/summary.hbs",
        "templates/apps/character-builder/tabs.hbs",
        "templates/apps/character-builder/traits.hbs",
        "templates/apps/crafting-table.hbs",
        "templates/apps/item-tables/footer.hbs",
        "templates/apps/item-tables/header.hbs",
        "templates/apps/item-tables/item-rows.hbs",
        "templates/apps/item-tables/tabs/abilities.hbs",
        "templates/apps/item-tables/tabs/actions.hbs",
        "templates/apps/item-tables/tabs/ancestries.hbs",
        "templates/apps/item-tables/tabs/archetypes.hbs",
        "templates/apps/item-tables/tabs/edges.hbs",
        "templates/apps/item-tables/tabs/equipment.hbs",
        "templates/apps/item-tables/tabs/hindrances.hbs",
        "templates/apps/item-tables/tabs/powers.hbs",
        "templates/apps/item-tables/tabs/skills.hbs",
        "templates/apps/items-configuration/footer.hbs",
        "templates/apps/items-configuration/header.hbs",
        "templates/apps/items-configuration/items-by-source.hbs",
        "templates/apps/items-configuration/tabs/abilities.hbs",
        "templates/apps/items-configuration/tabs/actions.hbs",
        "templates/apps/items-configuration/tabs/ancestries.hbs",
        "templates/apps/items-configuration/tabs/archetypes.hbs",
        "templates/apps/items-configuration/tabs/edges.hbs",
        "templates/apps/items-configuration/tabs/equipment.hbs",
        "templates/apps/items-configuration/tabs/hindrances.hbs",
        "templates/apps/items-configuration/tabs/powers.hbs",
        "templates/apps/items-configuration/tabs/skills.hbs",
        "templates/apps/mutator/header.hbs",
        "templates/apps/mutator/main.hbs",
        "templates/partials/actor-stat-block.hbs",
        "templates/partials/actor-type-tabs.hbs",
        "templates/partials/configuration-pretext.hbs",
        "templates/partials/edge-requirements.hbs",
        "templates/partials/equipment-tabs.hbs",
        "templates/partials/item-grants-table.hbs",
        "templates/partials/search-filter.hbs",
        "templates/partials/source-subheading.hbs",
        "templates/partials/table-subheading.hbs",
        "templates/ui/pop-up-description.hbs"
      ]
    }
  }
}