61 lines
No EOL
1.2 KiB
JSON
61 lines
No EOL
1.2 KiB
JSON
{
|
|
"id": "test_tube_merchant",
|
|
"title": "Test Tube Merchant",
|
|
"authors": {
|
|
"name": "Allecks",
|
|
"url": "https://boosty.to/allecks"
|
|
},
|
|
"version": "1.2.9",
|
|
"compatibility": {
|
|
"minimum": "11",
|
|
"verified": "12",
|
|
"maximum": "12"
|
|
},
|
|
"scripts": [],
|
|
"esmodules": [
|
|
"./testTubeMerchant.mjs"
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
},
|
|
{
|
|
"lang": "ru",
|
|
"name": "Russian",
|
|
"path": "lang/ru.json"
|
|
}
|
|
],
|
|
"relationships": {
|
|
"systems": [
|
|
{
|
|
"id": "dnd5e",
|
|
"type": "system",
|
|
"compatibility": {
|
|
"minimum": "3.0.1",
|
|
"maximum": "4.3.99"
|
|
}
|
|
}
|
|
],
|
|
"requires": [
|
|
{
|
|
"id": "item-piles",
|
|
"type": "module"
|
|
}
|
|
]
|
|
},
|
|
|
|
"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"
|
|
} |