{
  "id": "unknown-armies-v2",
  "title": "Unknown Armies 2nd Edition",
  "description": "An unofficial implementation of Unknown Armies 2nd Edition for Foundry VTT. A game of transcendental horror and furious action set in a world where the occult is real and human willpower can reshape reality.",
  "version": "0.1.2",
  "compatibility": {
    "minimum": "13",
    "verified": "13"
  },
  "authors": [
    {
      "name": "Unknown"
    }
  ],
  "esmodules": ["unknown-armies-v2.mjs"],
  "styles": ["styles/ua2e.css"],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "fr",
      "name": "Français",
      "path": "lang/fr.json"
    }
  ],
  "documentTypes": {
    "Actor": {
      "character": {
        "htmlFields": ["biography", "notes"]
      }
    },
    "Item": {
      "skill": {},
      "gear": {
        "htmlFields": ["description"]
      },
      "weapon": {},
      "strangeness": {
        "htmlFields": ["description"]
      },
      "stressAffliction": {
        "htmlFields": ["description"]
      },
      "spell": {
        "htmlFields": ["effect"]
      },
      "avatarChannel": {
        "htmlFields": ["description"]
      }
    }
  },
  "socket": false,
  "initiative": "1d100",
  "grid": {
    "distance": 5,
    "units": "ft"
  },
  "primaryTokenAttribute": "woundPoints",
  "secondaryTokenAttribute": null,
  "url": "",
  "manifest": "",
  "download": ""
}
