{
  "id": "wfrp4e",
  "title": "Warhammer Fantasy Roleplay 4th Edition",
  "description": "A comprehensive system for running grim and perilous games of Warhammer Fantasy Roleplay in the Foundry VTT environment.",
  "version": "8.5.0",
  "authors" : [
    {
      "name": "Moo Man",
      "email": "russellt@cubicle7games.com",
      "discord": "moo.man",
      "reddit": "u/mooman10"
    },
    {
      "name": "CatoThe1stElder"
    }
  ],
  "esmodules" : [],
  "scripts": ["wfrp4e.js", "./libs/pixi-filters.js"],
  "styles": ["wfrp4e.css", "css/wfrp4e.css"],
  "packs": [
    {
      "name": "basic",
      "label": "Basic Items",
      "system": "wfrp4e",
      "path": "./packs/basic",
      "type": "Item"
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "media": [
    {
      "type": "cover",
      "url": "https://user-images.githubusercontent.com/28637157/97379891-e4a1cc00-1893-11eb-9e0c-d93b92844d5b.jpg"
    }
  ],
  "flags" : {
    "hotReload": { 
      "extensions": ["css", "hbs", "json"]
    }
  },
  "initiative": "@characteristics.i.value + @characteristics.ag.value/100",
  "background" : "systems/wfrp4e/WFRP-Header.jpg",
  "grid": {
    "distance": 2,
    "units": "yd",
    "type": 1,
    "diagonals": 4
  },
  "primaryTokenAttribute": "status.wounds",
  "secondaryTokenAttribute": "status.advantage",
  "compatibility" : {
    "minimum" : 12,
    "verified" : 12,
    "maximum" : 12
  },
  "relationships": {
    "requires": [{
      "id": "warhammer-lib",
      "type": "module",
      "manifest": "https://raw.githubusercontent.com/moo-man/WarhammerLibrary-FVTT/1.7.0/module.json",
      "compatibility": {
        "minimum" : "1.7.0",
        "verified": "1.7.0"
      }
    }]
  },
  "socket": true,
  "manifest" :  "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json",
  "download" :  "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/download/8.5.0/wfrp4e.zip",
  "url" : "https://github.com/moo-man/WFRP4e-FoundryVTT"
}