{
  "id": "kill-ledger",
  "title": "Kill Ledger",
  "description": "A free public Journal-directory ledger of all NPC kills and the player characters credited for them. Requires Oh You Dead! for detection and attribution.",
  "version": "1.2.0",
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "authors": [
    {
      "name": "FutureHax",
      "url": "https://github.com/FutureHax",
      "discord": "r2plays"
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "packs": [
    {
      "name": "journals-kill-ledger",
      "label": "Kill Ledger: How to Use & Credits",
      "path": "packs/journals-kill-ledger",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Kill Ledger",
      "sorting": "a",
      "packs": [
        "journals-kill-ledger"
      ]
    }
  ],
  "url": "https://github.com/FutureHax/kill-ledger",
  "manifest": "https://downloads.r2plays.games/futurehax/kill-ledger/latest/module.json",
  "download": "https://downloads.r2plays.games/futurehax/kill-ledger/v1.2.0/module.zip",
  "bugs": "https://github.com/FutureHax/kill-ledger/issues",
  "changelog": "https://downloads.r2plays.games/futurehax/kill-ledger/CHANGELOG.md",
  "library": false,
  "protected": false,
  "relationships": {
    "requires": [
      {
        "id": "oh-you-dead",
        "type": "module",
        "compatibility": {
          "minimum": "1.0.0"
        }
      }
    ]
  }
}
