first commit

This commit is contained in:
Kyle Travis
2025-05-16 05:56:22 -05:00
commit cbfb30ee20
3 changed files with 169 additions and 0 deletions

13
module.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "shadowdarklings-importer",
"title": "Shadowdarklings.net Importer",
"description": "Import JSON characters and items from shadowdarklings.net into Foundry VTT.",
"version": "1.0.0",
"author": "Booga",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "11",
"esmodules": ["shadowdarklings-importer.js"],
"systems": ["shadowdark"],
"manifest": "https://yourdomain.com/path/to/module.json",
"download": "https://yourdomain.com/path/to/module.zip"
}