{
  "id": "blade-runner-asset-pack",
  "title": "Blade Runner RPG 🦄 - Asset Pack",
  "version": "1.0.0",
  "compatibility": {
    "minimum": "13",
    "verified": "13.351"
  },
  "documentTypes": {
    "Item": {
      "solo": {
        "htmlFields": ["clues", "leads", "interests", "hypotheses", "locations", "notes"]
      }
    }
  },
  "authors": [
    {
      "name": "Cussa Mitre",
      "url": "https://hodpub.com/",
      "discord": "CussaMitre"
    },
    {
      "name": "L. Pessoa",
      "url": "https://hodpub.com/"
    }
  ],
  "relationships": {
    "systems": [
      {
        "id": "blade-runner",
        "type": "system",
        "manifest": "https://foundrymodulesbucket.s3.eu-north-1.amazonaws.com/asset-pack/asset-pack-latest.json",
        "compatibility": {
          "minimum": "13",
          "verified": "13.351"
        }
      }
    ]
  },
  "packs": [
    {
      "name": "asset-pack",
      "label": "Asset Pack",
      "path": "packs/asset-pack",
      "type": "Adventure",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      },
      "system": "blade-runner"
    }
  ],
  "esmodules": ["module/module-starter.mjs"],
  "styles": ["css/blade-runner-asset-pack.css"],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "manifest": "https://tkc-dev-s3-manifests.s3.amazonaws.com/blade-runner-asset-pack/latest.json",
  "protected": true
}