{
  "id": "hannah-packs",
  "title": "Hannah Packs",
  "version": "1.0.0",
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "description": "Packs to store stuff in between worlds so the stupid uuids stop getting borked.",
  "authors": [
    {
      "name": "Hannah",
      "email": "hannah@harubex.com",
      "discord": "miorni",
      "flags": {}
    }
  ],
  "flags": {
    "canUpload": true
  },
  "packFolders": [{
    "name": "Hannah Packs",
    "sorting": "m",
    "color": "#037753",
    "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
    },
    "packs": [
        "hannah-actors",
        "hannah-items",
        "hannah-macros"
    ]
  }],
  "packs": [
    {
      "name": "hannah-actors",
      "label": "Hannah Actors",
      "path": "packs/hannah-actors",
      "type": "Actor",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "system": "pf2e",
      "flags": {}
    },
    {
      "name": "hannah-items",
      "label": "Hannah Items",
      "path": "packs/hannah-items",
      "type": "Item",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "system": "pf2e",
      "flags": {}
    },
    {
      "name": "hannah-macros",
      "label": "Hannah Macros",
      "path": "packs/hannah-macros",
      "type": "Macro",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "system": "pf2e",
      "flags": {}
    }
  ],
  "relationships": {
    "systems": [
      {
        "id": "pf2e",
        "type": "system",
        "compatibility": {}
      }
    ],
    "requires": [
      {
        "id": "pf2e-toolbelt",
        "type": "module",
        "compatibility": {}
      }
    ]
  }
}