@@ -0,0 +1,10 @@
|
|||||||
|
This is the official Foundry module for Machine Gods of the Noxian Expanse
|
||||||
|
|
||||||
|
Core Rules https://blackoathgames.com/machine-gods-of-the-noxian-expanse
|
||||||
|
|
||||||
|
In this release, you will find:
|
||||||
|
|
||||||
|
- All the necessary tools to create your Reclaimer and get them ready to explore the Expanse
|
||||||
|
- Tools to set up a game of Machine Gods, with everything in place to add your own gear, creatures, and more
|
||||||
|
- Automated rolls for all the core functionality of the game (Ability checks, Resonance Cores, Weapons, etc.)
|
||||||
|
- Full support for the game's mechanics, based on Mörk Borg
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 3.1 MiB |
@@ -75,8 +75,33 @@ Hooks.once("setup", () => {
|
|||||||
localizeSystemConfig()
|
localizeSystemConfig()
|
||||||
})
|
})
|
||||||
|
|
||||||
Hooks.once("ready", () => {
|
Hooks.once("ready", async () => {
|
||||||
console.info(`${SYSTEM_ID} | Ready`)
|
console.info(`${SYSTEM_ID} | Ready`)
|
||||||
|
|
||||||
|
if (!game.user.isGM) return
|
||||||
|
|
||||||
|
if (game.scenes.getName("Map")) return
|
||||||
|
|
||||||
|
const pack = game.packs.get("fvtt-machine-gods-noxian-expanse.scenes")
|
||||||
|
if (!pack) {
|
||||||
|
console.warn(`${SYSTEM_ID} | Scenes compendium not found`)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
const index = await pack.getIndex()
|
||||||
|
const entry = index.find(s => s.name === "Map")
|
||||||
|
if (!entry) {
|
||||||
|
console.warn(`${SYSTEM_ID} | Map scene not found in compendium`)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
const doc = await pack.getDocument(entry._id)
|
||||||
|
if (doc) {
|
||||||
|
const scene = await Scene.create(doc.toObject(), { keepId: false })
|
||||||
|
if (scene) {
|
||||||
|
await scene.activate()
|
||||||
|
}
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
Hooks.on("deleteCombat", (combat) => {
|
Hooks.on("deleteCombat", (combat) => {
|
||||||
|
|||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000056
|
MANIFEST-000073
|
||||||
|
|||||||
+15
-24
@@ -1,24 +1,15 @@
|
|||||||
2026/05/29-21:47:16.668686 7f52c63fe6c0 Recovering log #55
|
2026/06/02-19:43:31.530779 7f2215bfe6c0 Recovering log #70
|
||||||
2026/05/29-21:47:16.668993 7f52c63fe6c0 Level-0 table #57: started
|
2026/06/02-19:43:31.541230 7f2215bfe6c0 Delete type=3 #68
|
||||||
2026/05/29-21:47:16.672107 7f52c63fe6c0 Level-0 table #57: 1354 bytes OK
|
2026/06/02-19:43:31.541267 7f2215bfe6c0 Delete type=0 #70
|
||||||
2026/05/29-21:47:16.682287 7f52c63fe6c0 Delete type=0 #55
|
2026/06/02-19:44:40.424603 7f1ff7fff6c0 Level-0 table #76: started
|
||||||
2026/05/29-21:47:16.682360 7f52c63fe6c0 Delete type=3 #54
|
2026/06/02-19:44:40.428039 7f1ff7fff6c0 Level-0 table #76: 1354 bytes OK
|
||||||
2026/05/29-22:02:50.567742 7f52c4bfb6c0 Level-0 table #60: started
|
2026/06/02-19:44:40.435632 7f1ff7fff6c0 Delete type=0 #74
|
||||||
2026/05/29-22:02:50.571853 7f52c4bfb6c0 Level-0 table #60: 1354 bytes OK
|
2026/06/02-19:44:40.446442 7f1ff7fff6c0 Manual compaction at level-0 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
2026/05/29-22:02:50.578028 7f52c4bfb6c0 Delete type=0 #58
|
2026/06/02-19:44:40.446598 7f1ff7fff6c0 Manual compaction at level-1 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 122 : 1
|
||||||
2026/05/29-22:02:50.598941 7f52c4bfb6c0 Manual compaction at level-0 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 90 : 1
|
2026/06/02-19:44:40.446608 7f1ff7fff6c0 Compacting 1@1 + 1@2 files
|
||||||
2026/05/29-22:02:50.598949 7f52c4bfb6c0 Compacting 2@0 + 0@1 files
|
2026/06/02-19:44:40.449973 7f1ff7fff6c0 Generated table #77@1: 1 keys, 685 bytes
|
||||||
2026/05/29-22:02:50.602404 7f52c4bfb6c0 Generated table #61@0: 1 keys, 685 bytes
|
2026/06/02-19:44:40.450003 7f1ff7fff6c0 Compacted 1@1 + 1@2 files => 685 bytes
|
||||||
2026/05/29-22:02:50.602418 7f52c4bfb6c0 Compacted 2@0 + 0@1 files => 685 bytes
|
2026/06/02-19:44:40.456735 7f1ff7fff6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
2026/05/29-22:02:50.609252 7f52c4bfb6c0 compacted to: files[ 0 1 2 0 0 0 0 ]
|
2026/06/02-19:44:40.457031 7f1ff7fff6c0 Delete type=2 #72
|
||||||
2026/05/29-22:02:50.609342 7f52c4bfb6c0 Delete type=2 #57
|
2026/06/02-19:44:40.457165 7f1ff7fff6c0 Delete type=2 #76
|
||||||
2026/05/29-22:02:50.609443 7f52c4bfb6c0 Delete type=2 #60
|
2026/06/02-19:44:40.489581 7f1ff7fff6c0 Manual compaction at level-1 from '!items!null' @ 122 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
2026/05/29-22:02:50.639449 7f52c4bfb6c0 Manual compaction at level-0 from '!items!null' @ 90 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
2026/05/29-22:02:50.639617 7f52c4bfb6c0 Manual compaction at level-1 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 105 : 1
|
|
||||||
2026/05/29-22:02:50.639621 7f52c4bfb6c0 Compacting 1@1 + 1@2 files
|
|
||||||
2026/05/29-22:02:50.642648 7f52c4bfb6c0 Generated table #62@1: 1 keys, 685 bytes
|
|
||||||
2026/05/29-22:02:50.642658 7f52c4bfb6c0 Compacted 1@1 + 1@2 files => 685 bytes
|
|
||||||
2026/05/29-22:02:50.648473 7f52c4bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
|
||||||
2026/05/29-22:02:50.648571 7f52c4bfb6c0 Delete type=2 #53
|
|
||||||
2026/05/29-22:02:50.648686 7f52c4bfb6c0 Delete type=2 #61
|
|
||||||
2026/05/29-22:02:50.679070 7f52c4bfb6c0 Manual compaction at level-1 from '!items!null' @ 105 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
2026/05/28-08:13:11.744674 7f3ebd7ff6c0 Recovering log #51
|
2026/06/02-19:38:41.359950 7f22153fd6c0 Recovering log #65
|
||||||
2026/05/28-08:13:11.801090 7f3ebd7ff6c0 Delete type=3 #49
|
2026/06/02-19:38:41.370323 7f22153fd6c0 Delete type=3 #63
|
||||||
2026/05/28-08:13:11.801146 7f3ebd7ff6c0 Delete type=0 #51
|
2026/06/02-19:38:41.370382 7f22153fd6c0 Delete type=0 #65
|
||||||
|
2026/06/02-19:38:52.219787 7f1ff7fff6c0 Level-0 table #71: started
|
||||||
|
2026/06/02-19:38:52.223074 7f1ff7fff6c0 Level-0 table #71: 1354 bytes OK
|
||||||
|
2026/06/02-19:38:52.230583 7f1ff7fff6c0 Delete type=0 #69
|
||||||
|
2026/06/02-19:38:52.237087 7f1ff7fff6c0 Manual compaction at level-0 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
2026/06/02-19:38:52.249096 7f1ff7fff6c0 Manual compaction at level-1 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 114 : 1
|
||||||
|
2026/06/02-19:38:52.249106 7f1ff7fff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2026/06/02-19:38:52.252924 7f1ff7fff6c0 Generated table #72@1: 1 keys, 685 bytes
|
||||||
|
2026/06/02-19:38:52.252947 7f1ff7fff6c0 Compacted 1@1 + 1@2 files => 685 bytes
|
||||||
|
2026/06/02-19:38:52.259084 7f1ff7fff6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
|
2026/06/02-19:38:52.259162 7f1ff7fff6c0 Delete type=2 #67
|
||||||
|
2026/06/02-19:38:52.259309 7f1ff7fff6c0 Delete type=2 #71
|
||||||
|
2026/06/02-19:38:52.273606 7f1ff7fff6c0 Manual compaction at level-1 from '!items!null' @ 114 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000056
|
MANIFEST-000073
|
||||||
|
|||||||
+15
-24
@@ -1,24 +1,15 @@
|
|||||||
2026/05/29-21:47:16.626061 7f52c5bfd6c0 Recovering log #55
|
2026/06/02-19:43:31.502187 7f22153fd6c0 Recovering log #70
|
||||||
2026/05/29-21:47:16.626828 7f52c5bfd6c0 Level-0 table #57: started
|
2026/06/02-19:43:31.512581 7f22153fd6c0 Delete type=3 #68
|
||||||
2026/05/29-21:47:16.630445 7f52c5bfd6c0 Level-0 table #57: 4899 bytes OK
|
2026/06/02-19:43:31.512620 7f22153fd6c0 Delete type=0 #70
|
||||||
2026/05/29-21:47:16.647515 7f52c5bfd6c0 Delete type=0 #55
|
2026/06/02-19:44:40.413927 7f1ff7fff6c0 Level-0 table #76: started
|
||||||
2026/05/29-21:47:16.647583 7f52c5bfd6c0 Delete type=3 #54
|
2026/06/02-19:44:40.417618 7f1ff7fff6c0 Level-0 table #76: 4899 bytes OK
|
||||||
2026/05/29-22:02:50.538698 7f52c4bfb6c0 Level-0 table #60: started
|
2026/06/02-19:44:40.424469 7f1ff7fff6c0 Delete type=0 #74
|
||||||
2026/05/29-22:02:50.541816 7f52c4bfb6c0 Level-0 table #60: 4899 bytes OK
|
2026/06/02-19:44:40.446430 7f1ff7fff6c0 Manual compaction at level-0 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
|
||||||
2026/05/29-22:02:50.549511 7f52c4bfb6c0 Delete type=0 #58
|
2026/06/02-19:44:40.468275 7f1ff7fff6c0 Manual compaction at level-1 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at '!actors!null' @ 62 : 1
|
||||||
2026/05/29-22:02:50.578179 7f52c4bfb6c0 Manual compaction at level-0 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at '!actors!null' @ 46 : 1
|
2026/06/02-19:44:40.468288 7f1ff7fff6c0 Compacting 1@1 + 1@2 files
|
||||||
2026/05/29-22:02:50.578192 7f52c4bfb6c0 Compacting 2@0 + 0@1 files
|
2026/06/02-19:44:40.471670 7f1ff7fff6c0 Generated table #77@1: 1 keys, 1984 bytes
|
||||||
2026/05/29-22:02:50.581389 7f52c4bfb6c0 Generated table #61@0: 1 keys, 1984 bytes
|
2026/06/02-19:44:40.471701 7f1ff7fff6c0 Compacted 1@1 + 1@2 files => 1984 bytes
|
||||||
2026/05/29-22:02:50.581427 7f52c4bfb6c0 Compacted 2@0 + 0@1 files => 1984 bytes
|
2026/06/02-19:44:40.477948 7f1ff7fff6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
2026/05/29-22:02:50.588899 7f52c4bfb6c0 compacted to: files[ 0 1 2 0 0 0 0 ]
|
2026/06/02-19:44:40.478072 7f1ff7fff6c0 Delete type=2 #72
|
||||||
2026/05/29-22:02:50.589216 7f52c4bfb6c0 Delete type=2 #57
|
2026/06/02-19:44:40.478253 7f1ff7fff6c0 Delete type=2 #76
|
||||||
2026/05/29-22:02:50.589361 7f52c4bfb6c0 Delete type=2 #60
|
2026/06/02-19:44:40.489611 7f1ff7fff6c0 Manual compaction at level-1 from '!actors!null' @ 62 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
|
||||||
2026/05/29-22:02:50.609514 7f52c4bfb6c0 Manual compaction at level-0 from '!actors!null' @ 46 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
|
|
||||||
2026/05/29-22:02:50.619199 7f52c4bfb6c0 Manual compaction at level-1 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at '!actors!null' @ 53 : 1
|
|
||||||
2026/05/29-22:02:50.619208 7f52c4bfb6c0 Compacting 1@1 + 1@2 files
|
|
||||||
2026/05/29-22:02:50.622811 7f52c4bfb6c0 Generated table #62@1: 1 keys, 1984 bytes
|
|
||||||
2026/05/29-22:02:50.622824 7f52c4bfb6c0 Compacted 1@1 + 1@2 files => 1984 bytes
|
|
||||||
2026/05/29-22:02:50.628756 7f52c4bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
|
||||||
2026/05/29-22:02:50.628802 7f52c4bfb6c0 Delete type=2 #53
|
|
||||||
2026/05/29-22:02:50.628914 7f52c4bfb6c0 Delete type=2 #61
|
|
||||||
2026/05/29-22:02:50.639471 7f52c4bfb6c0 Manual compaction at level-1 from '!actors!null' @ 53 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
|
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
2026/05/28-08:13:11.608563 7f3ebd7ff6c0 Recovering log #51
|
2026/06/02-19:38:41.329254 7f2214bfc6c0 Recovering log #65
|
||||||
2026/05/28-08:13:11.672668 7f3ebd7ff6c0 Delete type=3 #49
|
2026/06/02-19:38:41.339373 7f2214bfc6c0 Delete type=3 #63
|
||||||
2026/05/28-08:13:11.672728 7f3ebd7ff6c0 Delete type=0 #51
|
2026/06/02-19:38:41.339444 7f2214bfc6c0 Delete type=0 #65
|
||||||
|
2026/06/02-19:38:52.118810 7f1ff7fff6c0 Level-0 table #71: started
|
||||||
|
2026/06/02-19:38:52.123075 7f1ff7fff6c0 Level-0 table #71: 4899 bytes OK
|
||||||
|
2026/06/02-19:38:52.130714 7f1ff7fff6c0 Delete type=0 #69
|
||||||
|
2026/06/02-19:38:52.153910 7f1ff7fff6c0 Manual compaction at level-0 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
|
||||||
|
2026/06/02-19:38:52.189284 7f1ff7fff6c0 Manual compaction at level-1 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at '!actors!null' @ 58 : 1
|
||||||
|
2026/06/02-19:38:52.189297 7f1ff7fff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2026/06/02-19:38:52.193815 7f1ff7fff6c0 Generated table #72@1: 1 keys, 1984 bytes
|
||||||
|
2026/06/02-19:38:52.193845 7f1ff7fff6c0 Compacted 1@1 + 1@2 files => 1984 bytes
|
||||||
|
2026/06/02-19:38:52.200660 7f1ff7fff6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
|
2026/06/02-19:38:52.200784 7f1ff7fff6c0 Delete type=2 #67
|
||||||
|
2026/06/02-19:38:52.200926 7f1ff7fff6c0 Delete type=2 #71
|
||||||
|
2026/06/02-19:38:52.201085 7f1ff7fff6c0 Manual compaction at level-1 from '!actors!null' @ 58 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000056
|
MANIFEST-000073
|
||||||
|
|||||||
+15
-24
@@ -1,24 +1,15 @@
|
|||||||
2026/05/29-21:47:16.608082 7f52c6bff6c0 Recovering log #55
|
2026/06/02-19:43:31.488540 7f2215bfe6c0 Recovering log #70
|
||||||
2026/05/29-21:47:16.608776 7f52c6bff6c0 Level-0 table #57: started
|
2026/06/02-19:43:31.498827 7f2215bfe6c0 Delete type=3 #68
|
||||||
2026/05/29-21:47:16.612163 7f52c6bff6c0 Level-0 table #57: 10404 bytes OK
|
2026/06/02-19:43:31.498873 7f2215bfe6c0 Delete type=0 #70
|
||||||
2026/05/29-21:47:16.622016 7f52c6bff6c0 Delete type=0 #55
|
2026/06/02-19:44:40.435761 7f1ff7fff6c0 Level-0 table #76: started
|
||||||
2026/05/29-21:47:16.622071 7f52c6bff6c0 Delete type=3 #54
|
2026/06/02-19:44:40.439546 7f1ff7fff6c0 Level-0 table #76: 10405 bytes OK
|
||||||
2026/05/29-22:02:50.707610 7f52c4bfb6c0 Level-0 table #60: started
|
2026/06/02-19:44:40.446253 7f1ff7fff6c0 Delete type=0 #74
|
||||||
2026/05/29-22:02:50.710875 7f52c4bfb6c0 Level-0 table #60: 10405 bytes OK
|
2026/06/02-19:44:40.446564 7f1ff7fff6c0 Manual compaction at level-0 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
2026/05/29-22:02:50.717363 7f52c4bfb6c0 Delete type=0 #58
|
2026/06/02-19:44:40.478358 7f1ff7fff6c0 Manual compaction at level-1 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 542 : 1
|
||||||
2026/05/29-22:02:50.729015 7f52c4bfb6c0 Manual compaction at level-0 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 398 : 1
|
2026/06/02-19:44:40.478373 7f1ff7fff6c0 Compacting 1@1 + 1@2 files
|
||||||
2026/05/29-22:02:50.729026 7f52c4bfb6c0 Compacting 2@0 + 0@1 files
|
2026/06/02-19:44:40.482365 7f1ff7fff6c0 Generated table #77@1: 1 keys, 728 bytes
|
||||||
2026/05/29-22:02:50.732480 7f52c4bfb6c0 Generated table #61@0: 1 keys, 728 bytes
|
2026/06/02-19:44:40.482397 7f1ff7fff6c0 Compacted 1@1 + 1@2 files => 728 bytes
|
||||||
2026/05/29-22:02:50.732503 7f52c4bfb6c0 Compacted 2@0 + 0@1 files => 728 bytes
|
2026/06/02-19:44:40.489232 7f1ff7fff6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
2026/05/29-22:02:50.739413 7f52c4bfb6c0 compacted to: files[ 0 1 2 0 0 0 0 ]
|
2026/06/02-19:44:40.489356 7f1ff7fff6c0 Delete type=2 #72
|
||||||
2026/05/29-22:02:50.739503 7f52c4bfb6c0 Delete type=2 #57
|
2026/06/02-19:44:40.489491 7f1ff7fff6c0 Delete type=2 #76
|
||||||
2026/05/29-22:02:50.739624 7f52c4bfb6c0 Delete type=2 #60
|
2026/06/02-19:44:40.489825 7f1ff7fff6c0 Manual compaction at level-1 from '!items!null' @ 542 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
2026/05/29-22:02:50.757349 7f52c4bfb6c0 Manual compaction at level-0 from '!items!null' @ 398 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
2026/05/29-22:02:50.776009 7f52c4bfb6c0 Manual compaction at level-1 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 469 : 1
|
|
||||||
2026/05/29-22:02:50.776014 7f52c4bfb6c0 Compacting 1@1 + 1@2 files
|
|
||||||
2026/05/29-22:02:50.779239 7f52c4bfb6c0 Generated table #62@1: 1 keys, 728 bytes
|
|
||||||
2026/05/29-22:02:50.779251 7f52c4bfb6c0 Compacted 1@1 + 1@2 files => 728 bytes
|
|
||||||
2026/05/29-22:02:50.785506 7f52c4bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
|
||||||
2026/05/29-22:02:50.785579 7f52c4bfb6c0 Delete type=2 #53
|
|
||||||
2026/05/29-22:02:50.785658 7f52c4bfb6c0 Delete type=2 #61
|
|
||||||
2026/05/29-22:02:50.785710 7f52c4bfb6c0 Manual compaction at level-1 from '!items!null' @ 469 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
2026/05/28-08:13:11.545745 7f3e6ffff6c0 Recovering log #51
|
2026/06/02-19:38:41.313392 7f22163ff6c0 Recovering log #65
|
||||||
2026/05/28-08:13:11.598320 7f3e6ffff6c0 Delete type=3 #49
|
2026/06/02-19:38:41.325409 7f22163ff6c0 Delete type=3 #63
|
||||||
2026/05/28-08:13:11.598369 7f3e6ffff6c0 Delete type=0 #51
|
2026/06/02-19:38:41.325473 7f22163ff6c0 Delete type=0 #65
|
||||||
|
2026/06/02-19:38:52.130850 7f1ff7fff6c0 Level-0 table #71: started
|
||||||
|
2026/06/02-19:38:52.134936 7f1ff7fff6c0 Level-0 table #71: 10410 bytes OK
|
||||||
|
2026/06/02-19:38:52.141805 7f1ff7fff6c0 Delete type=0 #69
|
||||||
|
2026/06/02-19:38:52.153922 7f1ff7fff6c0 Manual compaction at level-0 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
2026/06/02-19:38:52.177911 7f1ff7fff6c0 Manual compaction at level-1 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 506 : 1
|
||||||
|
2026/06/02-19:38:52.177922 7f1ff7fff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2026/06/02-19:38:52.181665 7f1ff7fff6c0 Generated table #72@1: 1 keys, 728 bytes
|
||||||
|
2026/06/02-19:38:52.181698 7f1ff7fff6c0 Compacted 1@1 + 1@2 files => 728 bytes
|
||||||
|
2026/06/02-19:38:52.188934 7f1ff7fff6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
|
2026/06/02-19:38:52.189052 7f1ff7fff6c0 Delete type=2 #67
|
||||||
|
2026/06/02-19:38:52.189189 7f1ff7fff6c0 Delete type=2 #71
|
||||||
|
2026/06/02-19:38:52.201050 7f1ff7fff6c0 Manual compaction at level-1 from '!items!null' @ 506 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000058
|
MANIFEST-000075
|
||||||
|
|||||||
+15
-25
@@ -1,25 +1,15 @@
|
|||||||
2026/05/29-21:47:16.684849 7f52c5bfd6c0 Recovering log #57
|
2026/06/02-19:43:31.544375 7f22153fd6c0 Recovering log #72
|
||||||
2026/05/29-21:47:16.686562 7f52c5bfd6c0 Level-0 table #59: started
|
2026/06/02-19:43:31.554816 7f22153fd6c0 Delete type=3 #70
|
||||||
2026/05/29-21:47:16.691118 7f52c5bfd6c0 Level-0 table #59: 36253 bytes OK
|
2026/06/02-19:43:31.554878 7f22153fd6c0 Delete type=0 #72
|
||||||
2026/05/29-21:47:16.701267 7f52c5bfd6c0 Delete type=0 #57
|
2026/06/02-19:44:40.500606 7f1ff7fff6c0 Level-0 table #78: started
|
||||||
2026/05/29-21:47:16.701336 7f52c5bfd6c0 Delete type=3 #56
|
2026/06/02-19:44:40.505562 7f1ff7fff6c0 Level-0 table #78: 36499 bytes OK
|
||||||
2026/05/29-21:47:16.780048 7f52c4bfb6c0 Moved #59 to level-1 36253 bytes OK: files[ 0 1 1 0 0 0 0 ]
|
2026/06/02-19:44:40.512075 7f1ff7fff6c0 Delete type=0 #76
|
||||||
2026/05/29-22:02:50.668754 7f52c4bfb6c0 Level-0 table #62: started
|
2026/06/02-19:44:40.526628 7f1ff7fff6c0 Manual compaction at level-0 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zjAZ7bctIvTyKfff' @ 0 : 0; will stop at (end)
|
||||||
2026/05/29-22:02:50.672712 7f52c4bfb6c0 Level-0 table #62: 36530 bytes OK
|
2026/06/02-19:44:40.526936 7f1ff7fff6c0 Manual compaction at level-1 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zjAZ7bctIvTyKfff' @ 0 : 0; will stop at '!tables.results!zjAZ7bctIvTyKfff' @ 6129 : 1
|
||||||
2026/05/29-22:02:50.678847 7f52c4bfb6c0 Delete type=0 #60
|
2026/06/02-19:44:40.526943 7f1ff7fff6c0 Compacting 1@1 + 1@2 files
|
||||||
2026/05/29-22:02:50.689452 7f52c4bfb6c0 Manual compaction at level-0 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zXfVJ9RbRUKAxQK5' @ 0 : 0; will stop at '!tables.results!zXfVJ9RbRUKAxQK5' @ 4923 : 1
|
2026/06/02-19:44:40.531590 7f1ff7fff6c0 Generated table #79@1: 436 keys, 40570 bytes
|
||||||
2026/05/29-22:02:50.689462 7f52c4bfb6c0 Compacting 1@0 + 1@1 files
|
2026/06/02-19:44:40.531624 7f1ff7fff6c0 Compacted 1@1 + 1@2 files => 40570 bytes
|
||||||
2026/05/29-22:02:50.693748 7f52c4bfb6c0 Generated table #63@0: 631 keys, 35754 bytes
|
2026/06/02-19:44:40.538399 7f1ff7fff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
2026/05/29-22:02:50.693757 7f52c4bfb6c0 Compacted 1@0 + 1@1 files => 35754 bytes
|
2026/06/02-19:44:40.538517 7f1ff7fff6c0 Delete type=2 #74
|
||||||
2026/05/29-22:02:50.699801 7f52c4bfb6c0 compacted to: files[ 0 1 1 0 0 0 0 ]
|
2026/06/02-19:44:40.538677 7f1ff7fff6c0 Delete type=2 #78
|
||||||
2026/05/29-22:02:50.699885 7f52c4bfb6c0 Delete type=2 #59
|
2026/06/02-19:44:40.564184 7f1ff7fff6c0 Manual compaction at level-1 from '!tables.results!zjAZ7bctIvTyKfff' @ 6129 : 1 .. '!tables.results!zjAZ7bctIvTyKfff' @ 0 : 0; will stop at (end)
|
||||||
2026/05/29-22:02:50.699983 7f52c4bfb6c0 Delete type=2 #62
|
|
||||||
2026/05/29-22:02:50.717515 7f52c4bfb6c0 Manual compaction at level-0 from '!tables.results!zXfVJ9RbRUKAxQK5' @ 4923 : 1 .. '!tables.results!zXfVJ9RbRUKAxQK5' @ 0 : 0; will stop at (end)
|
|
||||||
2026/05/29-22:02:50.739706 7f52c4bfb6c0 Manual compaction at level-1 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zXfVJ9RbRUKAxQK5' @ 0 : 0; will stop at '!tables.results!zwMaXqqGkMK185le' @ 4366 : 0
|
|
||||||
2026/05/29-22:02:50.739715 7f52c4bfb6c0 Compacting 1@1 + 1@2 files
|
|
||||||
2026/05/29-22:02:50.744435 7f52c4bfb6c0 Generated table #64@1: 436 keys, 40494 bytes
|
|
||||||
2026/05/29-22:02:50.744462 7f52c4bfb6c0 Compacted 1@1 + 1@2 files => 40494 bytes
|
|
||||||
2026/05/29-22:02:50.750408 7f52c4bfb6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
|
||||||
2026/05/29-22:02:50.750511 7f52c4bfb6c0 Delete type=2 #55
|
|
||||||
2026/05/29-22:02:50.750638 7f52c4bfb6c0 Delete type=2 #63
|
|
||||||
2026/05/29-22:02:50.757356 7f52c4bfb6c0 Manual compaction at level-1 from '!tables.results!zwMaXqqGkMK185le' @ 4366 : 0 .. '!tables.results!zXfVJ9RbRUKAxQK5' @ 0 : 0; will stop at (end)
|
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
2026/05/28-08:13:11.804402 7f3ebcffe6c0 Recovering log #53
|
2026/06/02-19:38:41.373993 7f2214bfc6c0 Recovering log #67
|
||||||
2026/05/28-08:13:11.865192 7f3ebcffe6c0 Delete type=3 #51
|
2026/06/02-19:38:41.384841 7f2214bfc6c0 Delete type=3 #65
|
||||||
2026/05/28-08:13:11.865244 7f3ebcffe6c0 Delete type=0 #53
|
2026/06/02-19:38:41.384906 7f2214bfc6c0 Delete type=0 #67
|
||||||
|
2026/06/02-19:38:52.207992 7f1ff7fff6c0 Level-0 table #73: started
|
||||||
|
2026/06/02-19:38:52.212811 7f1ff7fff6c0 Level-0 table #73: 36337 bytes OK
|
||||||
|
2026/06/02-19:38:52.219611 7f1ff7fff6c0 Delete type=0 #71
|
||||||
|
2026/06/02-19:38:52.237075 7f1ff7fff6c0 Manual compaction at level-0 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zDBA2MM7O4aGPzvj' @ 0 : 0; will stop at (end)
|
||||||
|
2026/06/02-19:38:52.237220 7f1ff7fff6c0 Manual compaction at level-1 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zDBA2MM7O4aGPzvj' @ 0 : 0; will stop at '!tables.results!zujdTVEcOrMemrQK' @ 5671 : 0
|
||||||
|
2026/06/02-19:38:52.237225 7f1ff7fff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2026/06/02-19:38:52.241483 7f1ff7fff6c0 Generated table #74@1: 436 keys, 40329 bytes
|
||||||
|
2026/06/02-19:38:52.241507 7f1ff7fff6c0 Compacted 1@1 + 1@2 files => 40329 bytes
|
||||||
|
2026/06/02-19:38:52.248771 7f1ff7fff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2026/06/02-19:38:52.248884 7f1ff7fff6c0 Delete type=2 #69
|
||||||
|
2026/06/02-19:38:52.249011 7f1ff7fff6c0 Delete type=2 #73
|
||||||
|
2026/06/02-19:38:52.273586 7f1ff7fff6c0 Manual compaction at level-1 from '!tables.results!zujdTVEcOrMemrQK' @ 5671 : 0 .. '!tables.results!zDBA2MM7O4aGPzvj' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000056
|
MANIFEST-000073
|
||||||
|
|||||||
@@ -1,24 +1,15 @@
|
|||||||
2026/05/29-21:47:16.589253 7f52c53fc6c0 Recovering log #55
|
2026/06/02-19:43:31.473126 7f22163ff6c0 Recovering log #70
|
||||||
2026/05/29-21:47:16.590097 7f52c53fc6c0 Level-0 table #57: started
|
2026/06/02-19:43:31.484666 7f22163ff6c0 Delete type=3 #68
|
||||||
2026/05/29-21:47:16.593858 7f52c53fc6c0 Level-0 table #57: 7117 bytes OK
|
2026/06/02-19:43:31.484705 7f22163ff6c0 Delete type=0 #70
|
||||||
2026/05/29-21:47:16.605394 7f52c53fc6c0 Delete type=0 #55
|
2026/06/02-19:44:40.402774 7f1ff7fff6c0 Level-0 table #76: started
|
||||||
2026/05/29-21:47:16.605455 7f52c53fc6c0 Delete type=3 #54
|
2026/06/02-19:44:40.407015 7f1ff7fff6c0 Level-0 table #76: 7108 bytes OK
|
||||||
2026/05/29-22:02:50.549697 7f52c4bfb6c0 Level-0 table #60: started
|
2026/06/02-19:44:40.413760 7f1ff7fff6c0 Delete type=0 #74
|
||||||
2026/05/29-22:02:50.554178 7f52c4bfb6c0 Level-0 table #60: 7116 bytes OK
|
2026/06/02-19:44:40.446409 7f1ff7fff6c0 Manual compaction at level-0 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
2026/05/29-22:02:50.560570 7f52c4bfb6c0 Delete type=0 #58
|
2026/06/02-19:44:40.457226 7f1ff7fff6c0 Manual compaction at level-1 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 302 : 1
|
||||||
2026/05/29-22:02:50.589440 7f52c4bfb6c0 Manual compaction at level-0 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 222 : 1
|
2026/06/02-19:44:40.457235 7f1ff7fff6c0 Compacting 1@1 + 1@2 files
|
||||||
2026/05/29-22:02:50.589450 7f52c4bfb6c0 Compacting 2@0 + 0@1 files
|
2026/06/02-19:44:40.461196 7f1ff7fff6c0 Generated table #77@1: 1 keys, 911 bytes
|
||||||
2026/05/29-22:02:50.592640 7f52c4bfb6c0 Generated table #61@0: 1 keys, 911 bytes
|
2026/06/02-19:44:40.461226 7f1ff7fff6c0 Compacted 1@1 + 1@2 files => 911 bytes
|
||||||
2026/05/29-22:02:50.592655 7f52c4bfb6c0 Compacted 2@0 + 0@1 files => 911 bytes
|
2026/06/02-19:44:40.467956 7f1ff7fff6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
2026/05/29-22:02:50.598620 7f52c4bfb6c0 compacted to: files[ 0 1 2 0 0 0 0 ]
|
2026/06/02-19:44:40.468078 7f1ff7fff6c0 Delete type=2 #72
|
||||||
2026/05/29-22:02:50.598725 7f52c4bfb6c0 Delete type=2 #57
|
2026/06/02-19:44:40.468198 7f1ff7fff6c0 Delete type=2 #76
|
||||||
2026/05/29-22:02:50.598839 7f52c4bfb6c0 Delete type=2 #60
|
2026/06/02-19:44:40.489599 7f1ff7fff6c0 Manual compaction at level-1 from '!items!null' @ 302 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
2026/05/29-22:02:50.609525 7f52c4bfb6c0 Manual compaction at level-0 from '!items!null' @ 222 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
2026/05/29-22:02:50.628971 7f52c4bfb6c0 Manual compaction at level-1 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 261 : 1
|
|
||||||
2026/05/29-22:02:50.628977 7f52c4bfb6c0 Compacting 1@1 + 1@2 files
|
|
||||||
2026/05/29-22:02:50.631989 7f52c4bfb6c0 Generated table #62@1: 1 keys, 911 bytes
|
|
||||||
2026/05/29-22:02:50.632001 7f52c4bfb6c0 Compacted 1@1 + 1@2 files => 911 bytes
|
|
||||||
2026/05/29-22:02:50.639256 7f52c4bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
|
||||||
2026/05/29-22:02:50.639316 7f52c4bfb6c0 Delete type=2 #53
|
|
||||||
2026/05/29-22:02:50.639395 7f52c4bfb6c0 Delete type=2 #61
|
|
||||||
2026/05/29-22:02:50.639607 7f52c4bfb6c0 Manual compaction at level-1 from '!items!null' @ 261 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
2026/05/28-08:13:11.476146 7f3ebd7ff6c0 Recovering log #51
|
2026/06/02-19:38:41.298101 7f2214bfc6c0 Recovering log #65
|
||||||
2026/05/28-08:13:11.538549 7f3ebd7ff6c0 Delete type=3 #49
|
2026/06/02-19:38:41.309083 7f2214bfc6c0 Delete type=3 #63
|
||||||
2026/05/28-08:13:11.538594 7f3ebd7ff6c0 Delete type=0 #51
|
2026/06/02-19:38:41.309147 7f2214bfc6c0 Delete type=0 #65
|
||||||
|
2026/06/02-19:38:52.107907 7f1ff7fff6c0 Level-0 table #71: started
|
||||||
|
2026/06/02-19:38:52.112019 7f1ff7fff6c0 Level-0 table #71: 7108 bytes OK
|
||||||
|
2026/06/02-19:38:52.118652 7f1ff7fff6c0 Delete type=0 #69
|
||||||
|
2026/06/02-19:38:52.153887 7f1ff7fff6c0 Manual compaction at level-0 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
2026/06/02-19:38:52.153996 7f1ff7fff6c0 Manual compaction at level-1 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 282 : 1
|
||||||
|
2026/06/02-19:38:52.154006 7f1ff7fff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2026/06/02-19:38:52.157685 7f1ff7fff6c0 Generated table #72@1: 1 keys, 911 bytes
|
||||||
|
2026/06/02-19:38:52.157721 7f1ff7fff6c0 Compacted 1@1 + 1@2 files => 911 bytes
|
||||||
|
2026/06/02-19:38:52.164744 7f1ff7fff6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
|
2026/06/02-19:38:52.165117 7f1ff7fff6c0 Delete type=2 #67
|
||||||
|
2026/06/02-19:38:52.165250 7f1ff7fff6c0 Delete type=2 #71
|
||||||
|
2026/06/02-19:38:52.201019 7f1ff7fff6c0 Manual compaction at level-1 from '!items!null' @ 282 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
MANIFEST-000010
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
2026/06/02-19:43:31.609465 7f22153fd6c0 Recovering log #8
|
||||||
|
2026/06/02-19:43:31.620427 7f22153fd6c0 Delete type=3 #6
|
||||||
|
2026/06/02-19:43:31.620485 7f22153fd6c0 Delete type=0 #8
|
||||||
|
2026/06/02-19:44:40.512258 7f1ff7fff6c0 Level-0 table #13: started
|
||||||
|
2026/06/02-19:44:40.512300 7f1ff7fff6c0 Level-0 table #13: 0 bytes OK
|
||||||
|
2026/06/02-19:44:40.519094 7f1ff7fff6c0 Delete type=0 #11
|
||||||
|
2026/06/02-19:44:40.526642 7f1ff7fff6c0 Manual compaction at level-0 from '!scenes!D6yaY8sk0WN8mCr5' @ 72057594037927935 : 1 .. '!scenes.levels!D6yaY8sk0WN8mCr5.defaultLevel0000' @ 0 : 0; will stop at (end)
|
||||||
|
2026/06/02-19:44:40.526909 7f1ff7fff6c0 Manual compaction at level-1 from '!scenes!D6yaY8sk0WN8mCr5' @ 72057594037927935 : 1 .. '!scenes.levels!D6yaY8sk0WN8mCr5.defaultLevel0000' @ 0 : 0; will stop at (end)
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
2026/06/02-19:38:41.450683 7f2214bfc6c0 Recovering log #4
|
||||||
|
2026/06/02-19:38:41.462030 7f2214bfc6c0 Delete type=3 #2
|
||||||
|
2026/06/02-19:38:41.462080 7f2214bfc6c0 Delete type=0 #4
|
||||||
|
2026/06/02-19:38:52.230748 7f1ff7fff6c0 Level-0 table #9: started
|
||||||
|
2026/06/02-19:38:52.230780 7f1ff7fff6c0 Level-0 table #9: 0 bytes OK
|
||||||
|
2026/06/02-19:38:52.236951 7f1ff7fff6c0 Delete type=0 #7
|
||||||
|
2026/06/02-19:38:52.237131 7f1ff7fff6c0 Manual compaction at level-0 from '!scenes!D6yaY8sk0WN8mCr5' @ 72057594037927935 : 1 .. '!scenes.levels!D6yaY8sk0WN8mCr5.defaultLevel0000' @ 0 : 0; will stop at (end)
|
||||||
|
2026/06/02-19:38:52.237146 7f1ff7fff6c0 Manual compaction at level-1 from '!scenes!D6yaY8sk0WN8mCr5' @ 72057594037927935 : 1 .. '!scenes.levels!D6yaY8sk0WN8mCr5.defaultLevel0000' @ 0 : 0; will stop at (end)
|
||||||
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000056
|
MANIFEST-000073
|
||||||
|
|||||||
+15
-24
@@ -1,24 +1,15 @@
|
|||||||
2026/05/29-21:47:16.651213 7f52c5bfd6c0 Recovering log #55
|
2026/06/02-19:43:31.516359 7f22153fd6c0 Recovering log #70
|
||||||
2026/05/29-21:47:16.651612 7f52c5bfd6c0 Level-0 table #57: started
|
2026/06/02-19:43:31.527478 7f22153fd6c0 Delete type=3 #68
|
||||||
2026/05/29-21:47:16.655260 7f52c5bfd6c0 Level-0 table #57: 1965 bytes OK
|
2026/06/02-19:43:31.527540 7f22153fd6c0 Delete type=0 #70
|
||||||
2026/05/29-21:47:16.666109 7f52c5bfd6c0 Delete type=0 #55
|
2026/06/02-19:44:40.489853 7f1ff7fff6c0 Level-0 table #76: started
|
||||||
2026/05/29-21:47:16.666186 7f52c5bfd6c0 Delete type=3 #54
|
2026/06/02-19:44:40.493463 7f1ff7fff6c0 Level-0 table #76: 1965 bytes OK
|
||||||
2026/05/29-22:02:50.658989 7f52c4bfb6c0 Level-0 table #60: started
|
2026/06/02-19:44:40.500444 7f1ff7fff6c0 Delete type=0 #74
|
||||||
2026/05/29-22:02:50.662056 7f52c4bfb6c0 Level-0 table #60: 1965 bytes OK
|
2026/06/02-19:44:40.526600 7f1ff7fff6c0 Manual compaction at level-0 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
2026/05/29-22:02:50.668700 7f52c4bfb6c0 Delete type=0 #58
|
2026/06/02-19:44:40.538777 7f1ff7fff6c0 Manual compaction at level-1 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 182 : 1
|
||||||
2026/05/29-22:02:50.679112 7f52c4bfb6c0 Manual compaction at level-0 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 134 : 1
|
2026/06/02-19:44:40.538789 7f1ff7fff6c0 Compacting 1@1 + 1@2 files
|
||||||
2026/05/29-22:02:50.679119 7f52c4bfb6c0 Compacting 2@0 + 0@1 files
|
2026/06/02-19:44:40.542122 7f1ff7fff6c0 Generated table #77@1: 1 keys, 626 bytes
|
||||||
2026/05/29-22:02:50.682491 7f52c4bfb6c0 Generated table #61@0: 1 keys, 626 bytes
|
2026/06/02-19:44:40.542154 7f1ff7fff6c0 Compacted 1@1 + 1@2 files => 626 bytes
|
||||||
2026/05/29-22:02:50.682516 7f52c4bfb6c0 Compacted 2@0 + 0@1 files => 626 bytes
|
2026/06/02-19:44:40.549101 7f1ff7fff6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
2026/05/29-22:02:50.689218 7f52c4bfb6c0 compacted to: files[ 0 1 2 0 0 0 0 ]
|
2026/06/02-19:44:40.549243 7f1ff7fff6c0 Delete type=2 #72
|
||||||
2026/05/29-22:02:50.689300 7f52c4bfb6c0 Delete type=2 #57
|
2026/06/02-19:44:40.549396 7f1ff7fff6c0 Delete type=2 #76
|
||||||
2026/05/29-22:02:50.689363 7f52c4bfb6c0 Delete type=2 #60
|
2026/06/02-19:44:40.564205 7f1ff7fff6c0 Manual compaction at level-1 from '!items!null' @ 182 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
2026/05/29-22:02:50.717499 7f52c4bfb6c0 Manual compaction at level-0 from '!items!null' @ 134 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
2026/05/29-22:02:50.717545 7f52c4bfb6c0 Manual compaction at level-1 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 157 : 1
|
|
||||||
2026/05/29-22:02:50.717549 7f52c4bfb6c0 Compacting 1@1 + 1@2 files
|
|
||||||
2026/05/29-22:02:50.721487 7f52c4bfb6c0 Generated table #62@1: 1 keys, 626 bytes
|
|
||||||
2026/05/29-22:02:50.721510 7f52c4bfb6c0 Compacted 1@1 + 1@2 files => 626 bytes
|
|
||||||
2026/05/29-22:02:50.728627 7f52c4bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
|
||||||
2026/05/29-22:02:50.728740 7f52c4bfb6c0 Delete type=2 #53
|
|
||||||
2026/05/29-22:02:50.728929 7f52c4bfb6c0 Delete type=2 #61
|
|
||||||
2026/05/29-22:02:50.757342 7f52c4bfb6c0 Manual compaction at level-1 from '!items!null' @ 157 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
2026/05/28-08:13:11.681420 7f3e6f7fe6c0 Recovering log #51
|
2026/06/02-19:38:41.343792 7f2214bfc6c0 Recovering log #65
|
||||||
2026/05/28-08:13:11.740651 7f3e6f7fe6c0 Delete type=3 #49
|
2026/06/02-19:38:41.356079 7f2214bfc6c0 Delete type=3 #63
|
||||||
2026/05/28-08:13:11.740717 7f3e6f7fe6c0 Delete type=0 #51
|
2026/06/02-19:38:41.356142 7f2214bfc6c0 Delete type=0 #65
|
||||||
|
2026/06/02-19:38:52.141944 7f1ff7fff6c0 Level-0 table #71: started
|
||||||
|
2026/06/02-19:38:52.145396 7f1ff7fff6c0 Level-0 table #71: 1965 bytes OK
|
||||||
|
2026/06/02-19:38:52.153716 7f1ff7fff6c0 Delete type=0 #69
|
||||||
|
2026/06/02-19:38:52.153970 7f1ff7fff6c0 Manual compaction at level-0 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
2026/06/02-19:38:52.165354 7f1ff7fff6c0 Manual compaction at level-1 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 170 : 1
|
||||||
|
2026/06/02-19:38:52.165366 7f1ff7fff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2026/06/02-19:38:52.169864 7f1ff7fff6c0 Generated table #72@1: 1 keys, 626 bytes
|
||||||
|
2026/06/02-19:38:52.169895 7f1ff7fff6c0 Compacted 1@1 + 1@2 files => 626 bytes
|
||||||
|
2026/06/02-19:38:52.177600 7f1ff7fff6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
|
2026/06/02-19:38:52.177705 7f1ff7fff6c0 Delete type=2 #67
|
||||||
|
2026/06/02-19:38:52.177829 7f1ff7fff6c0 Delete type=2 #71
|
||||||
|
2026/06/02-19:38:52.201037 7f1ff7fff6c0 Manual compaction at level-1 from '!items!null' @ 170 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -135,6 +135,13 @@
|
|||||||
"path": "packs-system/names",
|
"path": "packs-system/names",
|
||||||
"type": "RollTable",
|
"type": "RollTable",
|
||||||
"system": "fvtt-machine-gods-noxian-expanse"
|
"system": "fvtt-machine-gods-noxian-expanse"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "scenes",
|
||||||
|
"label": "Scenes",
|
||||||
|
"path": "packs-system/scenes",
|
||||||
|
"type": "Scene",
|
||||||
|
"system": "fvtt-machine-gods-noxian-expanse"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid": {
|
"grid": {
|
||||||
@@ -144,6 +151,7 @@
|
|||||||
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-machine-gods-noxian-expanse",
|
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-machine-gods-noxian-expanse",
|
||||||
"manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-machine-gods-noxian-expanse/raw/branch/main/system.json",
|
"manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-machine-gods-noxian-expanse/raw/branch/main/system.json",
|
||||||
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-machine-gods-noxian-expanse/releases/download/latest/fvtt-machine-gods-noxian-expanse.zip",
|
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-machine-gods-noxian-expanse/releases/download/latest/fvtt-machine-gods-noxian-expanse.zip",
|
||||||
|
"background": "systems/fvtt-machine-gods-noxian-expanse/assets/scenes/The Noxian Expanse NO GRID r1.webp",
|
||||||
"primaryTokenAttribute": "hp",
|
"primaryTokenAttribute": "hp",
|
||||||
"socket": false
|
"socket": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user