first commit

This commit is contained in:
Allecks 2024-08-18 21:59:42 +03:00
commit 6f29ac098f
2 changed files with 41 additions and 0 deletions

41
module.json Normal file
View file

@ -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"
}

BIN
test_tube_merchant.zip Normal file

Binary file not shown.