{
  "id": "cyberpunk-test",
  "title": "Cyberpunk JDR (Test)",
  "description": "A custom cyberpunk tabletop RPG system for Foundry VTT.",
  "version": "2.0.0-rc.56-dev.1782936571",
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "authors": [
    {
      "name": "Nuhadu",
      "email": "nuhadu@gmail.com"
    }
  ],
  "esmodules": [
    "cyberpunk.mjs"
  ],
  "styles": [
    "styles/system-styles.css"
  ],
  "packs": [
    {
      "name": "base-1",
      "label": "Base",
      "path": "packs/base-1",
      "type": "Item",
      "system": "cyberpunk-test"
    },
    {
      "name": "npcs-1",
      "label": "NPCs 1",
      "path": "packs/npcs-1",
      "type": "Actor",
      "system": "cyberpunk-test"
    },
    {
      "name": "lore-1",
      "label": "Lore 1",
      "path": "packs/lore-1",
      "type": "JournalEntry",
      "system": "cyberpunk-test"
    },
    {
      "name": "tables-1",
      "label": "Roll Tables 1",
      "path": "packs/tables-1",
      "type": "RollTable",
      "system": "cyberpunk-test"
    },
    {
      "name": "macros-1",
      "label": "Macros 1",
      "path": "packs/macros-1",
      "type": "Macro",
      "system": "cyberpunk-test"
    }
  ],
  "languages": [
    {
      "lang": "fr",
      "name": "Français",
      "path": "lang/fr.json"
    },
    {
      "lang": "en",
      "name": "English",
      "path": "lang/fr.json"
    }
  ],
  "documentTypes": {
    "Actor": {
      "character": {},
      "npc": {},
      "device": {},
      "drone": {},
      "vehicle": {},
      "net_arch": {}
    },
    "Item": {
      "weapon": {},
      "armor": {},
      "cyberware": {},
      "capacity": {},
      "program": {},
      "mission": {},
      "wound": {},
      "psychosis": {},
      "tag": {},
      "netarch": {},
      "brand": {},
      "datashard": {},
      "vehicle": {},
      "background": {}
    }
  },
  "socket": true,
  "initiative": "3d6 + @system.caracs.dex.mod + floor(@system.caracs.wis.mod / 2)",
  "grid": {
    "distance": 3,
    "units": "m"
  },
  "primaryTokenAttribute": "resources.health",
  "secondaryTokenAttribute": "resources.chrome",
  "url": "https://gitlab.nuhadu.fr/Nuhadu/cyberpunk-jdr-foundry",
  "manifest": "https://cyberpunk-vtt-dev.nuhadu.fr/system.json",
  "download": "https://cyberpunk-vtt-dev.nuhadu.fr/cyberpunk-test.zip"
}