{
  "id": "celestopol1922",
  "version": "1.2.1",
  "title": "Célestopol 1922 (Unofficial)",
  "url": "https://serveurdavid.fr/celestopol1922.html",
  "description": "Unofficial game system for Célestopol 1922.",
  "license": "LICENSE.txt",
  "authors": [
    {
      "name": "David Bercovici",
      "discord": "Mystery Man From Outerspace",
      "url": "https://serveurdavid.fr/"
    },
    {
      "name": "with help from Kristov from La Fonderie"
    }
  ],
  "esmodules": ["module/celestopol1922.js"],
  "styles": ["css/celestopol1922.css"],
  "documentTypes": {
    "Actor": {
      "character": { "htmlFields": ["skills", "anomalies", "factions", "items"] },
      "npc": { "htmlFields": ["skills", "aspects", "anomalies", "items"] }
    },
    "Item": {
      "anomaly": { "htmlFields": ["technique", "narratif", "notes"] },
      "aspect": { "htmlFields": ["technique", "narratif", "notes"] },
      "attribute": { "htmlFields": ["technique", "narratif", "notes"] },
      "item": { "htmlFields": ["technique", "narratif", "notes"] }
    }
  },
  "packFolders": [
    {
      "name": "Système",
      "sorting": "a",
      "color": "#0c4c0c",
      "packs": [
        "resume-des-regles",
        "aide-pour-la-lumiere",
        "scenes-de-base",
        "tables",
        "anomalies",
        "aspects",
        "attributs",
        "equipements",
        "macros-systeme"
      ],
      "folders": []
    }
  ],
  "packs": [
    {
      "name": "resume-des-regles",
      "label": "FR - Résumé des règles",
      "system": "celestopol1922",
      "path": "packs/resume-des-regles",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "OBSERVER",
        "TRUSTED": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "aide-pour-la-lumiere",
      "label": "FR - Aide pour la lumière",
      "system": "celestopol1922",
      "path": "packs/aide-pour-la-lumiere",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "OBSERVER",
        "TRUSTED": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "scenes-de-base",
      "label": "FR - Scènes de base",
      "system": "celestopol1922",
      "path": "packs/scenes-de-base",
      "type": "Scene",
      "ownership": {
        "PLAYER": "NONE",
        "TRUSTED": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "tables",
      "label": "FR - Tables",
      "system": "devastra",
      "path": "packs/tables",
      "type": "RollTable",
      "ownership": {
        "PLAYER": "OBSERVER",
        "TRUSTED": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "anomalies",
      "label": "FR - Anomalies",
      "system": "celestopol1922",
      "path": "packs/anomalies",
      "type": "Item",
      "ownership": {
        "PLAYER": "OBSERVER",
        "TRUSTED": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "aspects",
      "label": "FR - Aspects",
      "system": "celestopol1922",
      "path": "packs/aspects",
      "type": "Item",
      "ownership": {
        "PLAYER": "OBSERVER",
        "TRUSTED": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "equipements",
      "label": "FR - Équipements",
      "system": "celestopol1922",
      "path": "packs/equipements",
      "type": "Item",
      "ownership": {
        "PLAYER": "OBSERVER",
        "TRUSTED": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "macros-systeme",
      "label": "FR - Macros Système",
      "system": "celestopol1922",
      "path": "packs/macros-systeme",
      "type": "Macro",
      "ownership": {
        "PLAYER": "OBSERVER",
        "TRUSTED": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
	  {
      "lang": "fr",
      "name": "Français",
      "path": "lang/fr.json"
    },
    {
      "lang": "es",
      "name": "Español",
      "path": "lang/es.json"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "socket": true,
  "flags": {
    "hotReload": {
      "extensions": ["css", "html", "hbs", "json"],
      "paths": ["css", "lang", "templates"]
    }
  },
  "initiative": "@initiative",
  "background": "/systems/celestopol1922/images/background/celestopol_game_banniere.webp",
  "grid": {
    "distance": 5,
    "units": "m"
  },
  "primaryTokenAttribute": "skill.woundsmalus",
  "secondaryTokenAttribute": "",
  "manifest": "https://serveurdavid.fr/download/foundry/celestopol1922/system.json",
  "download": "https://serveurdavid.fr/download/foundry/celestopol1922/release-121.zip"
}