Загрузить файлы в «/»
This commit is contained in:
commit
fd8d46a5bc
2 changed files with 58 additions and 0 deletions
58
module.json
Normal file
58
module.json
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
{
|
||||||
|
"id": "step_beyond_time",
|
||||||
|
"title": "Step Beyond Time",
|
||||||
|
"authors": {
|
||||||
|
"name": "Allecks",
|
||||||
|
"url": "https://boosty.to/allecks"
|
||||||
|
},
|
||||||
|
"version": "0.0.1",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": "12",
|
||||||
|
"verified": "12"
|
||||||
|
},
|
||||||
|
"esmodules": [
|
||||||
|
"./sbt.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": "foundryvtt-simple-calendar",
|
||||||
|
"type": "module"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"styles": [
|
||||||
|
"./sbt.css"
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"type": "setup",
|
||||||
|
"thumbnail": "./modules/step_beyond_time/assets/ui/logo.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Модуль о том как я и моя партия ходим по глобальной карте по разным клеткам и разной проходимости местности, тратя на это время из календарика со своими формулами расчета",
|
||||||
|
"manifest": "https://git.cringetech.net/foundry/step_beyond_time/raw/branch/main/module.json",
|
||||||
|
"download": "https://git.cringetech.net/foundry/step_beyond_time/raw/branch/main/step_beyond_time.zip"
|
||||||
|
}
|
BIN
step_beyond_time.zip
Normal file
BIN
step_beyond_time.zip
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue