{
  "id": "projectmoonttrpg",
  "title": "Project Moon TTRPG",
  "description": "The Project Moon TTRPG system for FoundryVTT!",
  "version": "0.1.1",
  "compatibility": {
    "minimum": "14",
    "verified": "14.364"
  },
  "documentTypes": {
    "Actor": {
      "character": {},
      "npc": {}
    },
    "Item": {
      "weapon": {},
      "outfit": {},
      "ammunition": {},
      "tool": {},
      "skill": {},
      "effect": {},
      "augment": {},
      "status": {}
    }
  },
  "authors": [
    {
      "name": "Leetram",
      "discord": "leetram"
    },
    {
      "name": "Bullesta",
      "discord": "bullesta"
    },
    {
      "name": "Fetlach",
      "discord": "fetlach"
    },
    {
      "name": "Derpete",
      "discord": "derpete"
    },
    {
      "name": "B Lightning",
      "discord": "b_lightning"
    }
  ],
  "esmodules": [
    "module/projectmoonttrpg.js"
  ],
  "styles": [
    "styles/lib/tagify.css",
    "styles/dist/projectmoonttrpg.css",
    "styles/lib/character-sheet.css",
    "styles/dist/pm-sheet-inventory.css",
    "styles/lib/npc-sheet.css",
    "styles/lib/clash.css",
    "styles/lib/combat-turn-order.css"
  ],
  "media": [
    {
      "type": "setup",
      "url": "systems/projectmoonttrpg/assets/thumbnail.webp",
      "thumbnail": "systems/projectmoonttrpg/assets/thumbnail.webp",
      "loop": false,
      "flags": {}
    }
  ],
  "scripts": [
    "scripts/lib/tagify.min.js"
  ],
  "packs": [
    {
      "name": "status-pmttrpg-srd",
      "label": "Status SRD",
      "path": "packs/status-pmttrpg-srd",
      "type": "Item",
      "private": false
    },
    {
      "name": "effects-pmttrpg-srd",
      "label": "Effects SRD",
      "path": "packs/effects-pmttrpg-srd",
      "type": "Item",
      "private": false
    },
    {
      "name": "macros-pmttrpg-srd",
      "label": "Macros",
      "path": "packs/macros-pmttrpg-srd",
      "type": "Macro",
      "private": false
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "grid": {
    "distance": 1,
    "units": "SQR"
  },
  "primaryTokenAttribute": "attributes.hp",
  "secondaryTokenAttribute": "attributes.st",
  "initiative": "1d6",
  "socket": true,
  "url": "https://github.com/Leetram519/Project-Moon-TTRPG",
  "manifest": "https://storage.googleapis.com/pmttrpg_zip/0.1.1/system.json",
  "download": "https://storage.googleapis.com/pmttrpg_zip/0.1.1/projectmoonttrpg.zip",
  "changelog": "https://github.com/Leetram519/Project-Moon-TTRPG/blob/main/CHANGELOG.md",
  "bugs": "https://github.com/Leetram519/Project-Moon-TTRPG/issues"
}
