commit 6f29ac098facff33c2da0a06a5d0ddb5f5c4633d Author: Allecks Date: Sun Aug 18 21:59:42 2024 +0300 first commit diff --git a/module.json b/module.json new file mode 100644 index 0000000..fe54488 --- /dev/null +++ b/module.json @@ -0,0 +1,41 @@ +{ + "id": "test_tube_merchant", + "title": "Test Tube Merchant", + "authors": { + "name": "Allecks", + "url": "https://boosty.to/allecks" + }, + "version": "1.0.0", + "compatibility": { + "minimum": "11", + "verified": "12" + }, + "scripts": [], + "esmodules": [ + "./testTubeMerchant.mjs" + ], + "languages": [ + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + }, + { + "lang": "ru", + "name": "Russian", + "path": "lang/ru.json" + } + ], + "styles": [ + "./merchant.css" + ], + "media": [ + { + "type": "setup", + "thumbnail": "./modules/test_tube_merchant/assets/ui/logo.png" + } + ], + "description": "Генератор торговцев", + "manifest": "https://git.cringetech.net/foundry/test_tube_merchant/raw/branch/main/module.json", + "download": "https://git.cringetech.net/foundry/test_tube_merchant/raw/branch/main/test_tube_merchant.zip" +} \ No newline at end of file diff --git a/test_tube_merchant.zip b/test_tube_merchant.zip new file mode 100644 index 0000000..197b264 Binary files /dev/null and b/test_tube_merchant.zip differ