{ "name": "CoC7", "title": "The Call of Cthulhu 7th edition", "description": "The Call of Cthulhu 7th edition simple game system", "version": "0.3.9", "author": "HavelockV", "minimumCoreVersion": "0.5.2", "compatibleCoreVersion": "0.6.6", "esmodules": [ "module/coc7.js", "module/dicebot.js" ], "templateVersion": 1, "styles": [ "styles/coc7.css", "coc7g.css" ], "packs": [ { "label": "Skills", "entity": "Item", "name": "skills", "path": "./packs/skills.db", "system": "CoC7" }, { "label": "Items Examples", "entity": "Item", "name": "items", "path": "./packs/items.db", "system": "CoC7" }, { "label": "Examples", "entity": "Actor", "name": "examples", "path": "./packs/examples.db", "system": "CoC7" } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "fr", "name": "Français", "path": "lang/fr.json" }, { "lang": "es", "name": "Spanish", "path": "lang/es.json" }, { "lang": "de", "name": "Deutsch", "path": "lang/de.json" }, { "lang": "ja", "name": "日本語", "path": "lang/ja.json" } ], "socket": true, "gridDistance": 5, "gridUnits": "ft", "primaryTokenAttribute": "health", "secondaryTokenAttribute": "power", "url": "https://github.com/HavlockV/CoC7-FoundryVTT/", "manifest": "https://github.com/HavlockV/CoC7-FoundryVTT/raw/master/system.json", "download": "https://github.com/HavlockV/CoC7-FoundryVTT/archive/0.3.9.zip" }