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

main
Dmitry Kirdyashkin 2023-05-23 00:09:52 +03:00
commit bcf265eb77
3 changed files with 62 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-characters",
"name": "shared-compendia-characters",
"title": "Shared Compendia Characters",
"description": "Pregenerated characters 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-characters/module.json",
"download": "https://nexus.kdiva.ru/repository/generic/shared-compendia/sc-characters/sc-characters-1.0.4.zip",
"packs": [
{
"name": "sc-characters",
"label": "sc characters",
"path": "packs/sc-characters.db",
"entity": "Actor",
"type": "Actor",
"module": "shared-compendia-characters",
"system": "dnd5e"
}
]
}

File diff suppressed because one or more lines are too long