From fea3416d4e16e97f31130f26e7cf1a51eeb97f33 Mon Sep 17 00:00:00 2001 From: shrineofmaya <25261241+shrineofmaya@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:22:49 -0800 Subject: [PATCH] Fixed fungi's Tri-Lakshana Creature passive Preparation for release 1.0.5 --- module.json | 45 +++++++++--------- .../{000064.log => 000071.log} | 0 packs/creature-ability-effects/CURRENT | 2 +- packs/creature-ability-effects/LOG | 11 +++-- packs/creature-ability-effects/LOG.old | 16 +++---- .../{MANIFEST-000063 => MANIFEST-000069} | Bin 157 -> 173 bytes .../{000063.log => 000070.log} | 0 packs/elemental-reaction-effects/CURRENT | 2 +- packs/elemental-reaction-effects/LOG | 11 +++-- packs/elemental-reaction-effects/LOG.old | 16 +++---- .../MANIFEST-000062 | Bin 120 -> 0 bytes .../MANIFEST-000068 | Bin 0 -> 135 bytes .../{000063.log => 000070.log} | 0 packs/elemental-reactions/CURRENT | 2 +- packs/elemental-reactions/LOG | 11 +++-- packs/elemental-reactions/LOG.old | 16 +++---- packs/elemental-reactions/MANIFEST-000062 | Bin 123 -> 0 bytes packs/elemental-reactions/MANIFEST-000068 | Bin 0 -> 139 bytes packs/elements/{000063.log => 000070.log} | 0 packs/elements/CURRENT | 2 +- packs/elements/LOG | 11 +++-- packs/elements/LOG.old | 16 +++---- packs/elements/MANIFEST-000062 | Bin 122 -> 0 bytes packs/elements/MANIFEST-000068 | Bin 0 -> 137 bytes packs/equipment/{000048.log => 000055.log} | 0 packs/equipment/CURRENT | 2 +- packs/equipment/LOG | 11 +++-- packs/equipment/LOG.old | 16 +++---- .../{MANIFEST-000047 => MANIFEST-000053} | Bin 156 -> 171 bytes .../{000187.log => 000194.log} | 0 packs/teyvat-travel-guide/CURRENT | 2 +- packs/teyvat-travel-guide/LOG | 10 ++-- packs/teyvat-travel-guide/LOG.old | 14 +++--- .../{MANIFEST-000186 => MANIFEST-000192} | Bin 172 -> 189 bytes 34 files changed, 122 insertions(+), 94 deletions(-) rename packs/creature-ability-effects/{000064.log => 000071.log} (100%) rename packs/creature-ability-effects/{MANIFEST-000063 => MANIFEST-000069} (73%) rename packs/elemental-reaction-effects/{000063.log => 000070.log} (100%) delete mode 100644 packs/elemental-reaction-effects/MANIFEST-000062 create mode 100644 packs/elemental-reaction-effects/MANIFEST-000068 rename packs/elemental-reactions/{000063.log => 000070.log} (100%) delete mode 100644 packs/elemental-reactions/MANIFEST-000062 create mode 100644 packs/elemental-reactions/MANIFEST-000068 rename packs/elements/{000063.log => 000070.log} (100%) delete mode 100644 packs/elements/MANIFEST-000062 create mode 100644 packs/elements/MANIFEST-000068 rename packs/equipment/{000048.log => 000055.log} (100%) rename packs/equipment/{MANIFEST-000047 => MANIFEST-000053} (74%) rename packs/teyvat-travel-guide/{000187.log => 000194.log} (100%) rename packs/teyvat-travel-guide/{MANIFEST-000186 => MANIFEST-000192} (67%) diff --git a/module.json b/module.json index 7dfb86f..a40daeb 100644 --- a/module.json +++ b/module.json @@ -1,15 +1,33 @@ { "id": "pf2e-teyvat-travel-guide", "title": "Teyvat Travel Guide - Genshin Impact PF2e", - "version": "1.0.0", + "version": "1.0.5", "compatibility": { "minimum": "11", "verified": "11" }, + "description": "This is a fan-made, unofficial supplement for Pathfinder 2e that adds various items, enemies, and mechanics from the world of Teyvat, the main setting for Genshin Impact. Elemental combat is added to party, enemy and environmental interactions, making combat even more strategic and teamwork oriented.\n\nThe seven elements are a core part of the worldbuilding and mechanics of the setting, consisting of Anemo, Geo, Electro, Dendro, Hydro, Pyro, and Cryo. Each element interacts with other elements in unique ways that can trigger certain Elemental Reactions, which can provide additional damage, utility, and more.\n\nAutomation is included for all Elements and their associated Elemental Reactions, as well as fully filled out NPC sheets for the 120+ monsters included in this module.\n\nCheck out the Scribe for all the up to date rules and setting information at https://scribe.pf2.tools/v/pY57qpow-genshin-impact-pf2e", "url": "https://github.com/shrineofmaya/pf2e-teyvat-travel-guide", - "manifest": "https://raw.githubusercontent.com/shrineofmaya/pf2e-teyvat-travel-guide/main/module.json", - "download": "https://github.com/shrineofmaya/pf2e-teyvat-travel-guide/archive/refs/heads/main.zip", + "manifest": "https://github.com/shrineofmaya/pf2e-teyvat-travel-guide/releases/latest/download/module.json", + "download": "https://github.com/shrineofmaya/pf2e-teyvat-travel-guide/releases/download/1.0.5/module.zip", + "relationships": { + "systems": [ + { + "id": "pf2e", + "type": "system", + "compatibility": { + "minimum": "5.8.3", + "verified": "5.8.3" + } + } + ] + }, + "authors": [ + { + "name": "Maya" + } + ], "packFolders": [ { "name": "Genshin Impact", @@ -201,29 +219,10 @@ "natlanic": "Natlanic", "snezhnayan": "Snezhnayan", "hilichurlian": "Hilichurlian", - "enochian": "Enochian", "deshret": "Deshret", "khaenri'ahn": "Khaenri'ahn" } } } - }, - "relationships": { - "systems": [ - { - "id": "pf2e", - "type": "system", - "manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json", - "compatibility": { - "minimum": "5.8.3", - "verified": "5.8.3" - } - } - ] - }, - "authors": [ - { - "name": "Maya" - } - ] + } } \ No newline at end of file diff --git a/packs/creature-ability-effects/000064.log b/packs/creature-ability-effects/000071.log similarity index 100% rename from packs/creature-ability-effects/000064.log rename to packs/creature-ability-effects/000071.log diff --git a/packs/creature-ability-effects/CURRENT b/packs/creature-ability-effects/CURRENT index e8c0266..5893b8f 100644 --- a/packs/creature-ability-effects/CURRENT +++ b/packs/creature-ability-effects/CURRENT @@ -1 +1 @@ -MANIFEST-000063 +MANIFEST-000069 diff --git a/packs/creature-ability-effects/LOG b/packs/creature-ability-effects/LOG index 3bd0d22..385cf5f 100644 --- a/packs/creature-ability-effects/LOG +++ b/packs/creature-ability-effects/LOG @@ -1,3 +1,8 @@ -2023/11/23-15:28:42.471 3b44 Recovering log #61 -2023/11/23-15:28:42.474 3b44 Delete type=0 #61 -2023/11/23-15:28:42.474 3b44 Delete type=3 #59 +2023/11/23-16:20:12.989 2f48 Recovering log #67 +2023/11/23-16:20:12.992 2f48 Delete type=0 #67 +2023/11/23-16:20:12.992 2f48 Delete type=3 #65 +2023/11/23-16:21:00.705 5ec0 Level-0 table #72: started +2023/11/23-16:21:00.705 5ec0 Level-0 table #72: 0 bytes OK +2023/11/23-16:21:00.707 5ec0 Delete type=0 #70 +2023/11/23-16:21:00.710 5ec0 Manual compaction at level-0 from '!folders!1wzN8KTDvSllatBn' @ 72057594037927935 : 1 .. '!items!zoKNmy9wjZeJ3I6E' @ 0 : 0; will stop at (end) +2023/11/23-16:21:00.710 5ec0 Manual compaction at level-1 from '!folders!1wzN8KTDvSllatBn' @ 72057594037927935 : 1 .. '!items!zoKNmy9wjZeJ3I6E' @ 0 : 0; will stop at (end) diff --git a/packs/creature-ability-effects/LOG.old b/packs/creature-ability-effects/LOG.old index 5f248eb..331bab2 100644 --- a/packs/creature-ability-effects/LOG.old +++ b/packs/creature-ability-effects/LOG.old @@ -1,8 +1,8 @@ -2023/11/23-15:27:31.443 60c Recovering log #57 -2023/11/23-15:27:31.446 60c Delete type=0 #57 -2023/11/23-15:27:31.446 60c Delete type=3 #55 -2023/11/23-15:28:32.410 43f4 Level-0 table #62: started -2023/11/23-15:28:32.412 43f4 Level-0 table #62: 0 bytes OK -2023/11/23-15:28:32.413 43f4 Delete type=0 #60 -2023/11/23-15:28:32.414 43f4 Manual compaction at level-0 from '!folders!1wzN8KTDvSllatBn' @ 72057594037927935 : 1 .. '!items!zoKNmy9wjZeJ3I6E' @ 0 : 0; will stop at (end) -2023/11/23-15:28:32.414 43f4 Manual compaction at level-1 from '!folders!1wzN8KTDvSllatBn' @ 72057594037927935 : 1 .. '!items!zoKNmy9wjZeJ3I6E' @ 0 : 0; will stop at (end) +2023/11/23-16:02:04.630 2db0 Recovering log #64 +2023/11/23-16:02:04.633 2db0 Delete type=0 #64 +2023/11/23-16:02:04.633 2db0 Delete type=3 #63 +2023/11/23-16:02:41.080 4344 Level-0 table #68: started +2023/11/23-16:02:41.080 4344 Level-0 table #68: 0 bytes OK +2023/11/23-16:02:41.081 4344 Delete type=0 #66 +2023/11/23-16:02:41.085 4344 Manual compaction at level-0 from '!folders!1wzN8KTDvSllatBn' @ 72057594037927935 : 1 .. '!items!zoKNmy9wjZeJ3I6E' @ 0 : 0; will stop at (end) +2023/11/23-16:02:41.085 4344 Manual compaction at level-1 from '!folders!1wzN8KTDvSllatBn' @ 72057594037927935 : 1 .. '!items!zoKNmy9wjZeJ3I6E' @ 0 : 0; will stop at (end) diff --git a/packs/creature-ability-effects/MANIFEST-000063 b/packs/creature-ability-effects/MANIFEST-000069 similarity index 73% rename from packs/creature-ability-effects/MANIFEST-000063 rename to packs/creature-ability-effects/MANIFEST-000069 index d79a8cfa113a52f6c421b0f8753e1a0bfce803d8..4719b0d072ef634be445d6c22bdcbbf0d639ea79 100644 GIT binary patch delta 39 qcmbQsxR!B3uY$$pxVfARj7)Bv49xB<7nnYAIJANI?m)gLkPiUXhY3jl delta 23 fcmZ3>IG1rkufUHFzb|kyFfuuCGB7)`TwnqKZMg@W diff --git a/packs/elemental-reaction-effects/000063.log b/packs/elemental-reaction-effects/000070.log similarity index 100% rename from packs/elemental-reaction-effects/000063.log rename to packs/elemental-reaction-effects/000070.log diff --git a/packs/elemental-reaction-effects/CURRENT b/packs/elemental-reaction-effects/CURRENT index 5ca571d..284d53f 100644 --- a/packs/elemental-reaction-effects/CURRENT +++ b/packs/elemental-reaction-effects/CURRENT @@ -1 +1 @@ -MANIFEST-000062 +MANIFEST-000068 diff --git a/packs/elemental-reaction-effects/LOG b/packs/elemental-reaction-effects/LOG index 422493b..9983cd8 100644 --- a/packs/elemental-reaction-effects/LOG +++ b/packs/elemental-reaction-effects/LOG @@ -1,3 +1,8 @@ -2023/11/23-15:28:42.476 60c Recovering log #60 -2023/11/23-15:28:42.479 60c Delete type=0 #60 -2023/11/23-15:28:42.479 60c Delete type=3 #58 +2023/11/23-16:20:13.000 512c Recovering log #66 +2023/11/23-16:20:13.004 512c Delete type=0 #66 +2023/11/23-16:20:13.004 512c Delete type=3 #64 +2023/11/23-16:21:00.707 5ec0 Level-0 table #71: started +2023/11/23-16:21:00.707 5ec0 Level-0 table #71: 0 bytes OK +2023/11/23-16:21:00.708 5ec0 Delete type=0 #69 +2023/11/23-16:21:00.710 5ec0 Manual compaction at level-0 from '!items!1o5mhcAbEtfToeJl' @ 72057594037927935 : 1 .. '!items!jfEPlD8vKz9ojPOG' @ 0 : 0; will stop at (end) +2023/11/23-16:21:00.710 5ec0 Manual compaction at level-1 from '!items!1o5mhcAbEtfToeJl' @ 72057594037927935 : 1 .. '!items!jfEPlD8vKz9ojPOG' @ 0 : 0; will stop at (end) diff --git a/packs/elemental-reaction-effects/LOG.old b/packs/elemental-reaction-effects/LOG.old index e80d62f..1ea6673 100644 --- a/packs/elemental-reaction-effects/LOG.old +++ b/packs/elemental-reaction-effects/LOG.old @@ -1,8 +1,8 @@ -2023/11/23-15:27:31.449 4ca4 Recovering log #56 -2023/11/23-15:27:31.452 4ca4 Delete type=0 #56 -2023/11/23-15:27:31.453 4ca4 Delete type=3 #54 -2023/11/23-15:28:32.413 43f4 Level-0 table #61: started -2023/11/23-15:28:32.413 43f4 Level-0 table #61: 0 bytes OK -2023/11/23-15:28:32.414 43f4 Delete type=0 #59 -2023/11/23-15:28:32.414 43f4 Manual compaction at level-0 from '!items!1o5mhcAbEtfToeJl' @ 72057594037927935 : 1 .. '!items!jfEPlD8vKz9ojPOG' @ 0 : 0; will stop at (end) -2023/11/23-15:28:32.414 43f4 Manual compaction at level-1 from '!items!1o5mhcAbEtfToeJl' @ 72057594037927935 : 1 .. '!items!jfEPlD8vKz9ojPOG' @ 0 : 0; will stop at (end) +2023/11/23-16:02:04.636 5f4 Recovering log #63 +2023/11/23-16:02:04.639 5f4 Delete type=0 #63 +2023/11/23-16:02:04.639 5f4 Delete type=3 #62 +2023/11/23-16:02:41.081 4344 Level-0 table #67: started +2023/11/23-16:02:41.081 4344 Level-0 table #67: 0 bytes OK +2023/11/23-16:02:41.082 4344 Delete type=0 #65 +2023/11/23-16:02:41.085 4344 Manual compaction at level-0 from '!items!1o5mhcAbEtfToeJl' @ 72057594037927935 : 1 .. '!items!jfEPlD8vKz9ojPOG' @ 0 : 0; will stop at (end) +2023/11/23-16:02:41.085 4344 Manual compaction at level-1 from '!items!1o5mhcAbEtfToeJl' @ 72057594037927935 : 1 .. '!items!jfEPlD8vKz9ojPOG' @ 0 : 0; will stop at (end) diff --git a/packs/elemental-reaction-effects/MANIFEST-000062 b/packs/elemental-reaction-effects/MANIFEST-000062 deleted file mode 100644 index b40ca571ce2fde753bacec53b676f6f62af36355..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 120 zcmdOT^7U5|10$nUPHI_dPD+xVQ)NkNd1i5{bAE0?Vo_pAei1tp@BCG)@`{-yskz09 zhWVzs8Oe@Gt|e(9`KewxjP?v*0F%#3a}CIGu_*Jdvdqs4@ONiqgUHV?m3+X#z{q6J K$-wNuVh;dxtRiUu diff --git a/packs/elemental-reaction-effects/MANIFEST-000068 b/packs/elemental-reaction-effects/MANIFEST-000068 new file mode 100644 index 0000000000000000000000000000000000000000..cac6272033831f76d97c0b68beb18446b3947ad2 GIT binary patch literal 135 zcmdOT^7U5|10$nUPHI_dPD+xVQ)NkNd1i5{bAE0?Vo_pAei1tp@BCG)@`{-yskz09 zhWVzs8Oe@Gt|e(9`KewxjP?v*0F%#3a}CIGu_*Jdvdqs4@ONiqgUA>8Hn4LrFfzGv VGBCTb*lVuIIRxUm0l6M5_5g~dB;Wu5 literal 0 HcmV?d00001 diff --git a/packs/elemental-reactions/000063.log b/packs/elemental-reactions/000070.log similarity index 100% rename from packs/elemental-reactions/000063.log rename to packs/elemental-reactions/000070.log diff --git a/packs/elemental-reactions/CURRENT b/packs/elemental-reactions/CURRENT index 5ca571d..284d53f 100644 --- a/packs/elemental-reactions/CURRENT +++ b/packs/elemental-reactions/CURRENT @@ -1 +1 @@ -MANIFEST-000062 +MANIFEST-000068 diff --git a/packs/elemental-reactions/LOG b/packs/elemental-reactions/LOG index 45e464c..2a3a7fb 100644 --- a/packs/elemental-reactions/LOG +++ b/packs/elemental-reactions/LOG @@ -1,3 +1,8 @@ -2023/11/23-15:28:42.482 3b44 Recovering log #60 -2023/11/23-15:28:42.487 3b44 Delete type=0 #60 -2023/11/23-15:28:42.487 3b44 Delete type=3 #58 +2023/11/23-16:20:13.011 2f48 Recovering log #66 +2023/11/23-16:20:13.014 2f48 Delete type=0 #66 +2023/11/23-16:20:13.014 2f48 Delete type=3 #64 +2023/11/23-16:21:00.708 5ec0 Level-0 table #71: started +2023/11/23-16:21:00.708 5ec0 Level-0 table #71: 0 bytes OK +2023/11/23-16:21:00.709 5ec0 Delete type=0 #69 +2023/11/23-16:21:00.710 5ec0 Manual compaction at level-0 from '!folders!6UZvgN8qUAacAthM' @ 72057594037927935 : 1 .. '!items!x4QDKbLRHMn6dFf5' @ 0 : 0; will stop at (end) +2023/11/23-16:21:00.711 5ec0 Manual compaction at level-1 from '!folders!6UZvgN8qUAacAthM' @ 72057594037927935 : 1 .. '!items!x4QDKbLRHMn6dFf5' @ 0 : 0; will stop at (end) diff --git a/packs/elemental-reactions/LOG.old b/packs/elemental-reactions/LOG.old index fed4df9..b74ff51 100644 --- a/packs/elemental-reactions/LOG.old +++ b/packs/elemental-reactions/LOG.old @@ -1,8 +1,8 @@ -2023/11/23-15:27:31.456 60c Recovering log #56 -2023/11/23-15:27:31.459 60c Delete type=0 #56 -2023/11/23-15:27:31.459 60c Delete type=3 #54 -2023/11/23-15:28:32.415 43f4 Level-0 table #61: started -2023/11/23-15:28:32.415 43f4 Level-0 table #61: 0 bytes OK -2023/11/23-15:28:32.416 43f4 Delete type=0 #59 -2023/11/23-15:28:32.420 43f4 Manual compaction at level-0 from '!folders!6UZvgN8qUAacAthM' @ 72057594037927935 : 1 .. '!items!x4QDKbLRHMn6dFf5' @ 0 : 0; will stop at (end) -2023/11/23-15:28:32.420 43f4 Manual compaction at level-1 from '!folders!6UZvgN8qUAacAthM' @ 72057594037927935 : 1 .. '!items!x4QDKbLRHMn6dFf5' @ 0 : 0; will stop at (end) +2023/11/23-16:02:04.641 2db0 Recovering log #63 +2023/11/23-16:02:04.644 2db0 Delete type=0 #63 +2023/11/23-16:02:04.644 2db0 Delete type=3 #62 +2023/11/23-16:02:41.082 4344 Level-0 table #67: started +2023/11/23-16:02:41.082 4344 Level-0 table #67: 0 bytes OK +2023/11/23-16:02:41.083 4344 Delete type=0 #65 +2023/11/23-16:02:41.085 4344 Manual compaction at level-0 from '!folders!6UZvgN8qUAacAthM' @ 72057594037927935 : 1 .. '!items!x4QDKbLRHMn6dFf5' @ 0 : 0; will stop at (end) +2023/11/23-16:02:41.085 4344 Manual compaction at level-1 from '!folders!6UZvgN8qUAacAthM' @ 72057594037927935 : 1 .. '!items!x4QDKbLRHMn6dFf5' @ 0 : 0; will stop at (end) diff --git a/packs/elemental-reactions/MANIFEST-000062 b/packs/elemental-reactions/MANIFEST-000062 deleted file mode 100644 index 092af916d5741dd10d90f1496d44484fb74806e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 123 zcmey-{!%rCfss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfcQcj`w@Ma8uIoRrj} zVnwsisIqiFi^5RH#AL^k3|~e@1~8CU%q&UGEmo{B33TyJ@(J?r%`;1JOEYB@hR8SO TItFtxFf!S5GB7)^Tw(+Ov5O*w diff --git a/packs/elemental-reactions/MANIFEST-000068 b/packs/elemental-reactions/MANIFEST-000068 new file mode 100644 index 0000000000000000000000000000000000000000..78b927b0814244f119d27cba73f93d4a44c9813c GIT binary patch literal 139 zcmey-{!%rCfss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfcQcj`w@Ma8uIoRrj} zVnwsisIqiFi^5RH#AL^k3|~e@1~8CU%q&UGEmo{B33TyJ@(J?r%`;1JOEYB@hR7?H eUpUFhz{upv$-wN!a*1)4r)4gP?*`<10Qmq4%O*wu literal 0 HcmV?d00001 diff --git a/packs/elements/000063.log b/packs/elements/000070.log similarity index 100% rename from packs/elements/000063.log rename to packs/elements/000070.log diff --git a/packs/elements/CURRENT b/packs/elements/CURRENT index 5ca571d..284d53f 100644 --- a/packs/elements/CURRENT +++ b/packs/elements/CURRENT @@ -1 +1 @@ -MANIFEST-000062 +MANIFEST-000068 diff --git a/packs/elements/LOG b/packs/elements/LOG index c727d71..9837732 100644 --- a/packs/elements/LOG +++ b/packs/elements/LOG @@ -1,3 +1,8 @@ -2023/11/23-15:28:42.491 60c Recovering log #60 -2023/11/23-15:28:42.494 60c Delete type=0 #60 -2023/11/23-15:28:42.494 60c Delete type=3 #58 +2023/11/23-16:20:13.023 512c Recovering log #66 +2023/11/23-16:20:13.026 512c Delete type=0 #66 +2023/11/23-16:20:13.026 512c Delete type=3 #64 +2023/11/23-16:21:00.715 5ec0 Level-0 table #71: started +2023/11/23-16:21:00.715 5ec0 Level-0 table #71: 0 bytes OK +2023/11/23-16:21:00.716 5ec0 Delete type=0 #69 +2023/11/23-16:21:00.716 5ec0 Manual compaction at level-0 from '!folders!xzF3ZIxv4dq4gdIm' @ 72057594037927935 : 1 .. '!items!t8cluKjSaVu0QnsL' @ 0 : 0; will stop at (end) +2023/11/23-16:21:00.716 5ec0 Manual compaction at level-1 from '!folders!xzF3ZIxv4dq4gdIm' @ 72057594037927935 : 1 .. '!items!t8cluKjSaVu0QnsL' @ 0 : 0; will stop at (end) diff --git a/packs/elements/LOG.old b/packs/elements/LOG.old index 1fef55f..68b08ab 100644 --- a/packs/elements/LOG.old +++ b/packs/elements/LOG.old @@ -1,8 +1,8 @@ -2023/11/23-15:27:31.462 4ca4 Recovering log #56 -2023/11/23-15:27:31.465 4ca4 Delete type=0 #56 -2023/11/23-15:27:31.465 4ca4 Delete type=3 #54 -2023/11/23-15:28:32.418 43f4 Level-0 table #61: started -2023/11/23-15:28:32.418 43f4 Level-0 table #61: 0 bytes OK -2023/11/23-15:28:32.420 43f4 Delete type=0 #59 -2023/11/23-15:28:32.420 43f4 Manual compaction at level-0 from '!folders!xzF3ZIxv4dq4gdIm' @ 72057594037927935 : 1 .. '!items!t8cluKjSaVu0QnsL' @ 0 : 0; will stop at (end) -2023/11/23-15:28:32.420 43f4 Manual compaction at level-1 from '!folders!xzF3ZIxv4dq4gdIm' @ 72057594037927935 : 1 .. '!items!t8cluKjSaVu0QnsL' @ 0 : 0; will stop at (end) +2023/11/23-16:02:04.647 5f4 Recovering log #63 +2023/11/23-16:02:04.650 5f4 Delete type=0 #63 +2023/11/23-16:02:04.650 5f4 Delete type=3 #62 +2023/11/23-16:02:41.087 4344 Level-0 table #67: started +2023/11/23-16:02:41.087 4344 Level-0 table #67: 0 bytes OK +2023/11/23-16:02:41.088 4344 Delete type=0 #65 +2023/11/23-16:02:41.090 4344 Manual compaction at level-0 from '!folders!xzF3ZIxv4dq4gdIm' @ 72057594037927935 : 1 .. '!items!t8cluKjSaVu0QnsL' @ 0 : 0; will stop at (end) +2023/11/23-16:02:41.090 4344 Manual compaction at level-1 from '!folders!xzF3ZIxv4dq4gdIm' @ 72057594037927935 : 1 .. '!items!t8cluKjSaVu0QnsL' @ 0 : 0; will stop at (end) diff --git a/packs/elements/MANIFEST-000062 b/packs/elements/MANIFEST-000062 deleted file mode 100644 index abd35737c91f4b3a1f17007f66b6302ba32c71b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 122 zcmZoawsvU>10$nUPHI_dPD+xVQ)NkNd1i5{bAE0?Vo_pAei1tp@19*Oii&CZIVq_{ z#flYGZpKlb6=fzVg(m4Kp1F*S3}7Iym|2pVTdY`Ok(^WNofVuIR%#HKSM0;c2a#X& SuSA`Lfsx6clY!ZRB^Ut0AtSl~ diff --git a/packs/elements/MANIFEST-000068 b/packs/elements/MANIFEST-000068 new file mode 100644 index 0000000000000000000000000000000000000000..6f07e2faf3540e97559d3624ce394eeee208d2f5 GIT binary patch literal 137 zcmZoawsvU>10$nUPHI_dPD+xVQ)NkNd1i5{bAE0?Vo_pAei1tp@19*Oii&CZIVq_{ z#flYGZpKlb6=fzVg(m4Kp1F*S3}7Iym|2pVTdY`Ok(^WNofVuIR%#HKSM0;c2a(TE dlWE{!U}SRTWMFn<2{vvP@C0$)fLsrjU;xd>B)|Xw literal 0 HcmV?d00001 diff --git a/packs/equipment/000048.log b/packs/equipment/000055.log similarity index 100% rename from packs/equipment/000048.log rename to packs/equipment/000055.log diff --git a/packs/equipment/CURRENT b/packs/equipment/CURRENT index 1afa5d4..774dcea 100644 --- a/packs/equipment/CURRENT +++ b/packs/equipment/CURRENT @@ -1 +1 @@ -MANIFEST-000047 +MANIFEST-000053 diff --git a/packs/equipment/LOG b/packs/equipment/LOG index f58dd11..663ba37 100644 --- a/packs/equipment/LOG +++ b/packs/equipment/LOG @@ -1,3 +1,8 @@ -2023/11/23-15:28:42.497 3b44 Recovering log #45 -2023/11/23-15:28:42.501 3b44 Delete type=0 #45 -2023/11/23-15:28:42.501 3b44 Delete type=3 #43 +2023/11/23-16:20:13.035 2f48 Recovering log #51 +2023/11/23-16:20:13.038 2f48 Delete type=0 #51 +2023/11/23-16:20:13.038 2f48 Delete type=3 #49 +2023/11/23-16:21:00.709 5ec0 Level-0 table #56: started +2023/11/23-16:21:00.709 5ec0 Level-0 table #56: 0 bytes OK +2023/11/23-16:21:00.710 5ec0 Delete type=0 #54 +2023/11/23-16:21:00.710 5ec0 Manual compaction at level-0 from '!folders!LM2MUXH5JTXFxge2' @ 72057594037927935 : 1 .. '!items!ykbmR45f0TQPVUAF' @ 0 : 0; will stop at (end) +2023/11/23-16:21:00.711 5ec0 Manual compaction at level-1 from '!folders!LM2MUXH5JTXFxge2' @ 72057594037927935 : 1 .. '!items!ykbmR45f0TQPVUAF' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/LOG.old b/packs/equipment/LOG.old index f73ec44..33b503d 100644 --- a/packs/equipment/LOG.old +++ b/packs/equipment/LOG.old @@ -1,8 +1,8 @@ -2023/11/23-15:27:31.468 60c Recovering log #41 -2023/11/23-15:27:31.471 60c Delete type=0 #41 -2023/11/23-15:27:31.471 60c Delete type=3 #39 -2023/11/23-15:28:32.417 43f4 Level-0 table #46: started -2023/11/23-15:28:32.417 43f4 Level-0 table #46: 0 bytes OK -2023/11/23-15:28:32.418 43f4 Delete type=0 #44 -2023/11/23-15:28:32.420 43f4 Manual compaction at level-0 from '!folders!LM2MUXH5JTXFxge2' @ 72057594037927935 : 1 .. '!items!ykbmR45f0TQPVUAF' @ 0 : 0; will stop at (end) -2023/11/23-15:28:32.420 43f4 Manual compaction at level-1 from '!folders!LM2MUXH5JTXFxge2' @ 72057594037927935 : 1 .. '!items!ykbmR45f0TQPVUAF' @ 0 : 0; will stop at (end) +2023/11/23-16:02:04.653 2db0 Recovering log #48 +2023/11/23-16:02:04.656 2db0 Delete type=0 #48 +2023/11/23-16:02:04.656 2db0 Delete type=3 #47 +2023/11/23-16:02:41.086 4344 Level-0 table #52: started +2023/11/23-16:02:41.086 4344 Level-0 table #52: 0 bytes OK +2023/11/23-16:02:41.087 4344 Delete type=0 #50 +2023/11/23-16:02:41.090 4344 Manual compaction at level-0 from '!folders!LM2MUXH5JTXFxge2' @ 72057594037927935 : 1 .. '!items!ykbmR45f0TQPVUAF' @ 0 : 0; will stop at (end) +2023/11/23-16:02:41.090 4344 Manual compaction at level-1 from '!folders!LM2MUXH5JTXFxge2' @ 72057594037927935 : 1 .. '!items!ykbmR45f0TQPVUAF' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/MANIFEST-000047 b/packs/equipment/MANIFEST-000053 similarity index 74% rename from packs/equipment/MANIFEST-000047 rename to packs/equipment/MANIFEST-000053 index 738be452459197236af1494ac6b3502dee5711b7..ccf2dac623b7ad92faac3bebc5ff448e604a4eb9 100644 GIT binary patch delta 37 pcmbQkxSDZ7ubdG-8y5!yBa;~?1G70xU8#^|5Qu9I