commit fd8d46a5bc7113a341b74ad3092c23cfd44dca6f Author: allecks Date: Fri Nov 8 22:50:18 2024 +0300 Загрузить файлы в «/» diff --git a/module.json b/module.json new file mode 100644 index 0000000..dd9c625 --- /dev/null +++ b/module.json @@ -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" +} \ No newline at end of file diff --git a/step_beyond_time.zip b/step_beyond_time.zip new file mode 100644 index 0000000..5dcda37 Binary files /dev/null and b/step_beyond_time.zip differ