Compare commits
8 Commits
v5.0.2
...
wfrp4e-uno
Author | SHA1 | Date | |
---|---|---|---|
ebe1a34d96 | |||
e1b29fda99 | |||
f8df3734c9 | |||
1abd62d828 | |||
70263ab63c | |||
87a5969dad | |||
d797427771 | |||
de0ddd9e72 |
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
.vscode/settings.json
|
||||
.idea
|
||||
.history
|
||||
todo.md
|
||||
/.vscode
|
||||
/ignored/
|
||||
/node_modules/
|
||||
/jsconfig.json
|
||||
/package.json
|
||||
/package-lock.json
|
||||
/packs/*/
|
||||
/packs/*/CURRENT
|
||||
/packs/*/LOG
|
||||
/packs/*/LOCK
|
3
changelog.md
Normal file
3
changelog.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 5.0.2
|
||||
|
||||
Repository migration
|
65
module.json
65
module.json
@ -1,71 +1,60 @@
|
||||
{
|
||||
"name": "wfrp4e-unofficial-grimoire",
|
||||
"id": "wfrp4e-unofficial-grimoire",
|
||||
"title": "WFRP4E Unofficial Grimoire",
|
||||
"description": "Unofficial Grimoire for WFRP4E",
|
||||
"author": "LeRatierBretonnien",
|
||||
"authors": [],
|
||||
"url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/",
|
||||
"flags": {},
|
||||
"version": "5.0.1",
|
||||
"minimumCoreVersion": "0.8.9",
|
||||
"compatibleCoreVersion": "9",
|
||||
"scripts": [],
|
||||
"esmodules": [],
|
||||
"styles": [],
|
||||
"languages": [],
|
||||
"url": "https://www.uberwald.me/gitea/public/wfrp4e-unofficial-grimoire/",
|
||||
"version": "7.0.0",
|
||||
"compatibility": {
|
||||
"minimum": "10",
|
||||
"verified": "11"
|
||||
},
|
||||
"packs": [
|
||||
{
|
||||
"label": "UG Spells",
|
||||
"type": "Item",
|
||||
"name": "ug-spells",
|
||||
"path": "./packs/ug-spells.db",
|
||||
"path": "packs/ug-spells.db",
|
||||
"system": "wfrp4e",
|
||||
"package": "wfrp4e-unofficial-grimoire",
|
||||
"flags": {},
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"label": "UG Waaagh Spells",
|
||||
"type": "Item",
|
||||
"name": "ug-waaagh-spells",
|
||||
"path": "./packs/ug-waaagh-spells.db",
|
||||
"path": "packs/ug-waaagh-spells.db",
|
||||
"system": "wfrp4e",
|
||||
"package": "wfrp4e-unofficial-grimoire",
|
||||
"flags": {},
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"label": "UG Careers/Talents/Traits",
|
||||
"type": "Item",
|
||||
"name": "ug-careerstalentstraits",
|
||||
"path": "./packs/ug-careerstalentstraits.db",
|
||||
"path": "packs/ug-careerstalentstraits.db",
|
||||
"system": "wfrp4e",
|
||||
"tags": [
|
||||
"career",
|
||||
"talent",
|
||||
"trait"
|
||||
],
|
||||
"package": "wfrp4e-unofficial-grimoire",
|
||||
"flags": {},
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"label": "UG Creatures",
|
||||
"type": "Actor",
|
||||
"name": "ug-creatures",
|
||||
"path": "./packs/ug-creatures.db",
|
||||
"path": "packs/ug-creatures.db",
|
||||
"system": "wfrp4e",
|
||||
"package": "wfrp4e-unofficial-grimoire",
|
||||
"flags": {},
|
||||
"private": false
|
||||
}
|
||||
],
|
||||
"system": [ "wfrp4e" ],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "wfrp4e",
|
||||
"type": "system"
|
||||
}
|
||||
],
|
||||
"socket": false,
|
||||
"manifest": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/raw/master/module.json",
|
||||
"download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/-/archive/master/wfrp4e-unofficial-grimoire-master.zip",
|
||||
"protected": false,
|
||||
"coreTranslation": false
|
||||
}
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "wfrp4e",
|
||||
"type": "system",
|
||||
"compatibility": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
"manifest": "https://www.uberwald.me/gitea/public/wfrp4e-unofficial-grimoire/raw/branch/master/module.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/wfrp4e-unofficial-grimoire/archive/wfrp4e-unofficial-grimoire-7.0.0.zip"
|
||||
}
|
BIN
packs/ug-careerstalentstraits/000005.ldb
Normal file
BIN
packs/ug-careerstalentstraits/000005.ldb
Normal file
Binary file not shown.
0
packs/ug-careerstalentstraits/000013.log
Normal file
0
packs/ug-careerstalentstraits/000013.log
Normal file
1
packs/ug-careerstalentstraits/CURRENT
Normal file
1
packs/ug-careerstalentstraits/CURRENT
Normal file
@ -0,0 +1 @@
|
||||
MANIFEST-000012
|
0
packs/ug-careerstalentstraits/LOCK
Normal file
0
packs/ug-careerstalentstraits/LOCK
Normal file
3
packs/ug-careerstalentstraits/LOG
Normal file
3
packs/ug-careerstalentstraits/LOG
Normal file
@ -0,0 +1,3 @@
|
||||
2023/07/28-19:27:55.935485 7fcd3b7fe6c0 Recovering log #10
|
||||
2023/07/28-19:27:55.962670 7fcd3b7fe6c0 Delete type=3 #8
|
||||
2023/07/28-19:27:55.962764 7fcd3b7fe6c0 Delete type=0 #10
|
8
packs/ug-careerstalentstraits/LOG.old
Normal file
8
packs/ug-careerstalentstraits/LOG.old
Normal file
@ -0,0 +1,8 @@
|
||||
2023/07/28-19:27:37.798783 7fcd3bfff6c0 Recovering log #7
|
||||
2023/07/28-19:27:37.827587 7fcd3bfff6c0 Delete type=0 #7
|
||||
2023/07/28-19:27:37.827646 7fcd3bfff6c0 Delete type=3 #6
|
||||
2023/07/28-19:27:40.160620 7fcd38fff6c0 Level-0 table #11: started
|
||||
2023/07/28-19:27:40.160639 7fcd38fff6c0 Level-0 table #11: 0 bytes OK
|
||||
2023/07/28-19:27:40.166531 7fcd38fff6c0 Delete type=0 #9
|
||||
2023/07/28-19:27:40.179870 7fcd38fff6c0 Manual compaction at level-0 from '!items!34uIvOS3U3QVBAzE' @ 72057594037927935 : 1 .. '!items!y3PLMxwlL29Pdbg7' @ 0 : 0; will stop at (end)
|
||||
2023/07/28-19:27:40.179919 7fcd38fff6c0 Manual compaction at level-1 from '!items!34uIvOS3U3QVBAzE' @ 72057594037927935 : 1 .. '!items!y3PLMxwlL29Pdbg7' @ 0 : 0; will stop at (end)
|
BIN
packs/ug-careerstalentstraits/MANIFEST-000012
Normal file
BIN
packs/ug-careerstalentstraits/MANIFEST-000012
Normal file
Binary file not shown.
BIN
packs/ug-creatures/000005.ldb
Normal file
BIN
packs/ug-creatures/000005.ldb
Normal file
Binary file not shown.
0
packs/ug-creatures/000013.log
Normal file
0
packs/ug-creatures/000013.log
Normal file
1
packs/ug-creatures/CURRENT
Normal file
1
packs/ug-creatures/CURRENT
Normal file
@ -0,0 +1 @@
|
||||
MANIFEST-000012
|
0
packs/ug-creatures/LOCK
Normal file
0
packs/ug-creatures/LOCK
Normal file
3
packs/ug-creatures/LOG
Normal file
3
packs/ug-creatures/LOG
Normal file
@ -0,0 +1,3 @@
|
||||
2023/07/28-19:27:55.947694 7fcd3bfff6c0 Recovering log #10
|
||||
2023/07/28-19:27:55.973111 7fcd3bfff6c0 Delete type=3 #8
|
||||
2023/07/28-19:27:55.973148 7fcd3bfff6c0 Delete type=0 #10
|
8
packs/ug-creatures/LOG.old
Normal file
8
packs/ug-creatures/LOG.old
Normal file
@ -0,0 +1,8 @@
|
||||
2023/07/28-19:27:37.823845 7fcd3b7fe6c0 Recovering log #7
|
||||
2023/07/28-19:27:37.852546 7fcd3b7fe6c0 Delete type=0 #7
|
||||
2023/07/28-19:27:37.852642 7fcd3b7fe6c0 Delete type=3 #6
|
||||
2023/07/28-19:27:40.173485 7fcd38fff6c0 Level-0 table #11: started
|
||||
2023/07/28-19:27:40.173506 7fcd38fff6c0 Level-0 table #11: 0 bytes OK
|
||||
2023/07/28-19:27:40.179663 7fcd38fff6c0 Delete type=0 #9
|
||||
2023/07/28-19:27:40.179887 7fcd38fff6c0 Manual compaction at level-0 from '!actors!3lsfUZE6yh6Kq2dm' @ 72057594037927935 : 1 .. '!actors.items!zh7zdpb86cH8tVC5.uQ4inTYNc5esswpI' @ 0 : 0; will stop at (end)
|
||||
2023/07/28-19:27:40.179912 7fcd38fff6c0 Manual compaction at level-1 from '!actors!3lsfUZE6yh6Kq2dm' @ 72057594037927935 : 1 .. '!actors.items!zh7zdpb86cH8tVC5.uQ4inTYNc5esswpI' @ 0 : 0; will stop at (end)
|
BIN
packs/ug-creatures/MANIFEST-000012
Normal file
BIN
packs/ug-creatures/MANIFEST-000012
Normal file
Binary file not shown.
BIN
packs/ug-spells/000005.ldb
Normal file
BIN
packs/ug-spells/000005.ldb
Normal file
Binary file not shown.
0
packs/ug-spells/000013.log
Normal file
0
packs/ug-spells/000013.log
Normal file
1
packs/ug-spells/CURRENT
Normal file
1
packs/ug-spells/CURRENT
Normal file
@ -0,0 +1 @@
|
||||
MANIFEST-000012
|
0
packs/ug-spells/LOCK
Normal file
0
packs/ug-spells/LOCK
Normal file
3
packs/ug-spells/LOG
Normal file
3
packs/ug-spells/LOG
Normal file
@ -0,0 +1,3 @@
|
||||
2023/07/28-19:27:55.909889 7fcd3b7fe6c0 Recovering log #10
|
||||
2023/07/28-19:27:55.933227 7fcd3b7fe6c0 Delete type=3 #8
|
||||
2023/07/28-19:27:55.933271 7fcd3b7fe6c0 Delete type=0 #10
|
8
packs/ug-spells/LOG.old
Normal file
8
packs/ug-spells/LOG.old
Normal file
@ -0,0 +1,8 @@
|
||||
2023/07/28-19:27:37.771999 7fcd3bfff6c0 Recovering log #7
|
||||
2023/07/28-19:27:37.797045 7fcd3bfff6c0 Delete type=0 #7
|
||||
2023/07/28-19:27:37.797085 7fcd3bfff6c0 Delete type=3 #6
|
||||
2023/07/28-19:27:40.147820 7fcd38fff6c0 Level-0 table #11: started
|
||||
2023/07/28-19:27:40.147843 7fcd38fff6c0 Level-0 table #11: 0 bytes OK
|
||||
2023/07/28-19:27:40.153911 7fcd38fff6c0 Delete type=0 #9
|
||||
2023/07/28-19:27:40.154022 7fcd38fff6c0 Manual compaction at level-0 from '!items!04wx6HBH1hnx1AUX' @ 72057594037927935 : 1 .. '!items!zUbN87snTTqsUIwX' @ 0 : 0; will stop at (end)
|
||||
2023/07/28-19:27:40.154043 7fcd38fff6c0 Manual compaction at level-1 from '!items!04wx6HBH1hnx1AUX' @ 72057594037927935 : 1 .. '!items!zUbN87snTTqsUIwX' @ 0 : 0; will stop at (end)
|
BIN
packs/ug-spells/MANIFEST-000012
Normal file
BIN
packs/ug-spells/MANIFEST-000012
Normal file
Binary file not shown.
BIN
packs/ug-waaagh-spells/000005.ldb
Normal file
BIN
packs/ug-waaagh-spells/000005.ldb
Normal file
Binary file not shown.
0
packs/ug-waaagh-spells/000013.log
Normal file
0
packs/ug-waaagh-spells/000013.log
Normal file
1
packs/ug-waaagh-spells/CURRENT
Normal file
1
packs/ug-waaagh-spells/CURRENT
Normal file
@ -0,0 +1 @@
|
||||
MANIFEST-000012
|
0
packs/ug-waaagh-spells/LOCK
Normal file
0
packs/ug-waaagh-spells/LOCK
Normal file
3
packs/ug-waaagh-spells/LOG
Normal file
3
packs/ug-waaagh-spells/LOG
Normal file
@ -0,0 +1,3 @@
|
||||
2023/07/28-19:27:55.917092 7fcd3bfff6c0 Recovering log #10
|
||||
2023/07/28-19:27:55.945693 7fcd3bfff6c0 Delete type=3 #8
|
||||
2023/07/28-19:27:55.945762 7fcd3bfff6c0 Delete type=0 #10
|
8
packs/ug-waaagh-spells/LOG.old
Normal file
8
packs/ug-waaagh-spells/LOG.old
Normal file
@ -0,0 +1,8 @@
|
||||
2023/07/28-19:27:37.796544 7fcd3b7fe6c0 Recovering log #7
|
||||
2023/07/28-19:27:37.821470 7fcd3b7fe6c0 Delete type=0 #7
|
||||
2023/07/28-19:27:37.821510 7fcd3b7fe6c0 Delete type=3 #6
|
||||
2023/07/28-19:27:40.154116 7fcd38fff6c0 Level-0 table #11: started
|
||||
2023/07/28-19:27:40.154133 7fcd38fff6c0 Level-0 table #11: 0 bytes OK
|
||||
2023/07/28-19:27:40.160529 7fcd38fff6c0 Delete type=0 #9
|
||||
2023/07/28-19:27:40.179853 7fcd38fff6c0 Manual compaction at level-0 from '!items!1jwCu9svFISETHTj' @ 72057594037927935 : 1 .. '!items!yc9nQVXrtd1uWykG' @ 0 : 0; will stop at (end)
|
||||
2023/07/28-19:27:40.179892 7fcd38fff6c0 Manual compaction at level-1 from '!items!1jwCu9svFISETHTj' @ 72057594037927935 : 1 .. '!items!yc9nQVXrtd1uWykG' @ 0 : 0; will stop at (end)
|
BIN
packs/ug-waaagh-spells/MANIFEST-000012
Normal file
BIN
packs/ug-waaagh-spells/MANIFEST-000012
Normal file
Binary file not shown.
Reference in New Issue
Block a user