разделение репозитория

pull/1/head
Dmitry Kirdyashkin 2023-05-23 00:09:36 +03:00
commit 9f6fa4c1f8
3 changed files with 100 additions and 0 deletions

3
.gitignore vendored 100644
View File

@ -0,0 +1,3 @@
temp
*.zip
resources

31
src/module.json 100644
View File

@ -0,0 +1,31 @@
{
"id": "sc-backgrounds",
"name": "shared-compendia-backgrounds",
"title": "Shared Compendia Backgrounds",
"description": "Character background list",
"authors": [
{
"name": "leego neit"
}
],
"version": "1.0.4",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "10",
"maximum": "10"
},
"manifest": "https://nexus.kdiva.ru/repository/generic/shared-compendia/sc-backgrounds/module.json",
"download": "https://nexus.kdiva.ru/repository/generic/shared-compendia/sc-backgrounds/sc-backgrounds-1.0.4.zip",
"packs": [
{
"name": "sc-backgrounds",
"label": "sc backgrounds",
"path": "packs/sc-backgrounds.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-backgrounds",
"system": "dnd5e"
}
]
}

File diff suppressed because one or more lines are too long