From e08b79e52a99268d2c758830bf529240da1fc420 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Sun, 8 Jun 2025 18:42:32 +0200 Subject: [PATCH] :sparkles: --- system.json | 19 +++++++++++++++++++ template.json | 0 2 files changed, 19 insertions(+) create mode 100644 system.json create mode 100644 template.json diff --git a/system.json b/system.json new file mode 100644 index 0000000..1020a9f --- /dev/null +++ b/system.json @@ -0,0 +1,19 @@ +{ + "name": "pokemon", + "title": "Pokémon TTRPG", + "description": "A Pokémon TTRPG", + "version": "0.0.1", + "authors": ["Alex Richter","Nikolaj Gade"], + "scripts": [], + "esmodules": [], + "styles": [], + "packs": [], + "dependencies": [], + "languages": [], + "socket": false, + "gridDistance": 10, + "gridUnits": "ft", + "url": "https://your/hosted/system/repo/", + "manifest": "", + "download": "" +} \ No newline at end of file diff --git a/template.json b/template.json new file mode 100644 index 0000000..e69de29