{ "name": "cyphersystem", "title": "Cypher System", "description": "A very modular implementation of the Cypher System for Foundry VTT.", "version": "1.26.3", "minimumCoreVersion": "0.8.5", "compatibleCoreVersion": "9", "templateVersion": 2, "author": "Marko Wenzel", "esmodules": [ "module/cyphersystem.js" ], "styles": [ "cyphersystem.css" ], "socket": true, "packs": [ { "name": "macros", "label": "Cypher System Roll Macros", "system": "cyphersystem", "path": "packs/roll-macros.db", "entity": "Macro" }, { "name": "marker", "label": "Cypher System Markers", "system": "cyphersystem", "path": "packs/markers.db", "entity": "Actor" }, { "name": "scenes", "label": "Cypher System Scenes", "system": "cyphersystem", "path": "packs/scenes.db", "entity": "Scene" }, { "name": "utility-macros", "label": "Cypher System Utility Macros", "system": "cyphersystem", "path": "packs/utility-macros.db", "entity": "Macro" }, { "name": "secret-settings", "label": "Cypher System Secret Settings", "system": "cyphersystem", "path": "packs/secret-settings.db", "entity": "Macro" } ], "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" }, { "lang": "de", "name": "Deutsch", "path": "lang/de.json" }, { "lang": "it", "name": "Italiano", "path": "lang/it.json" }, { "lang": "pt-BR", "name": "Português (Brasil)", "path": "lang/pt_BR.json" } ], "gridDistance": 1.5, "gridUnits": "m", "url": "https://github.com/mrkwnzl/cyphersystem-foundryvtt", "manifest": "https://raw.githubusercontent.com/mrkwnzl/cyphersystem-foundryvtt/main/system.json", "download": "https://github.com/mrkwnzl/cyphersystem-foundryvtt/releases/download/v1.26.3/release.zip", "license": "LICENSE.md" }