From f6e8d98f9986bd8d83602cb7215da8dcfc8c51ae Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Fri, 23 Jun 2023 13:42:36 -0500 Subject: [PATCH] first commit --- module.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 module.json diff --git a/module.json b/module.json new file mode 100644 index 0000000..be9427a --- /dev/null +++ b/module.json @@ -0,0 +1,25 @@ +{ + "id": "mb-pfsw-kingmaker", + "title": "Pathfinder Kingmaker", + "version": "0.1.0", + "compatibility": { + "minimum": "11", + "verified": "11" + }, + "authors": [ + { + "name": "Mike Bloy", + "email": "mike@bloy.org" + } + ], + "url": "https://git.bloy.org/foundryvtt/mb-pfsw-kingmaker", + "packs": [ + { + "label": "Chapter 1", + "name": "adventure-chapter-1", + "type": "Adventure", + "system": "swade", + "path": "packs/adventure-chapter-1" + } + ] +} \ No newline at end of file