diff --git a/modules/dark-stars-utility.js b/modules/dark-stars-utility.js index 290f35e..37fc5ff 100644 --- a/modules/dark-stars-utility.js +++ b/modules/dark-stars-utility.js @@ -65,9 +65,8 @@ export class DarkStarsUtility { /* -------------------------------------------- */ static async ready() { - const skills = await DarkStarsUtility.loadCompendium("fvtt-dark-stars.skills") - this.skills = skills.map(i => i.toObject()) - + const skills = await DarkStarsUtility.loadCompendium("fvtt-dark-stars.sprawl"); + this.skills = skills.filter(i=> i.type =="skill").map(i => i.toObject() ); } /* -------------------------------------------- */ diff --git a/packs/aldebaran/000158.log b/packs/aldebaran/000166.log similarity index 100% rename from packs/aldebaran/000158.log rename to packs/aldebaran/000166.log diff --git a/packs/aldebaran/CURRENT b/packs/aldebaran/CURRENT index c16f179..be35511 100644 --- a/packs/aldebaran/CURRENT +++ b/packs/aldebaran/CURRENT @@ -1 +1 @@ -MANIFEST-000156 +MANIFEST-000164 diff --git a/packs/aldebaran/LOG b/packs/aldebaran/LOG index 9df42c9..4697a5e 100644 --- a/packs/aldebaran/LOG +++ b/packs/aldebaran/LOG @@ -1,7 +1,7 @@ -2024/02/25-13:15:17.040923 7f0428e006c0 Recovering log #154 -2024/02/25-13:15:17.050889 7f0428e006c0 Delete type=3 #152 -2024/02/25-13:15:17.051016 7f0428e006c0 Delete type=0 #154 -2024/02/25-13:15:44.030181 7f0421a006c0 Level-0 table #159: started -2024/02/25-13:15:44.030239 7f0421a006c0 Level-0 table #159: 0 bytes OK -2024/02/25-13:15:44.051396 7f0421a006c0 Delete type=0 #157 -2024/02/25-13:15:44.070454 7f0421a006c0 Manual compaction at level-0 from '!folders!MA6uFJMVebGeayIk' @ 72057594037927935 : 1 .. '!items!zhjdppKgrON7wJn7' @ 0 : 0; will stop at (end) +2024/02/26-14:13:38.988782 7f13374006c0 Recovering log #162 +2024/02/26-14:13:38.999307 7f13374006c0 Delete type=3 #160 +2024/02/26-14:13:38.999433 7f13374006c0 Delete type=0 #162 +2024/02/26-14:20:24.273426 7f132fe006c0 Level-0 table #167: started +2024/02/26-14:20:24.273466 7f132fe006c0 Level-0 table #167: 0 bytes OK +2024/02/26-14:20:24.280039 7f132fe006c0 Delete type=0 #165 +2024/02/26-14:20:24.287744 7f132fe006c0 Manual compaction at level-0 from '!folders!MA6uFJMVebGeayIk' @ 72057594037927935 : 1 .. '!items!zhjdppKgrON7wJn7' @ 0 : 0; will stop at (end) diff --git a/packs/aldebaran/LOG.old b/packs/aldebaran/LOG.old index a87766d..bb85b7d 100644 --- a/packs/aldebaran/LOG.old +++ b/packs/aldebaran/LOG.old @@ -1,7 +1,7 @@ -2024/02/25-13:11:04.967786 7f0423e006c0 Recovering log #150 -2024/02/25-13:11:04.979090 7f0423e006c0 Delete type=3 #148 -2024/02/25-13:11:04.979164 7f0423e006c0 Delete type=0 #150 -2024/02/25-13:14:07.621628 7f0421a006c0 Level-0 table #155: started -2024/02/25-13:14:07.621670 7f0421a006c0 Level-0 table #155: 0 bytes OK -2024/02/25-13:14:07.627835 7f0421a006c0 Delete type=0 #153 -2024/02/25-13:14:07.628028 7f0421a006c0 Manual compaction at level-0 from '!folders!MA6uFJMVebGeayIk' @ 72057594037927935 : 1 .. '!items!zhjdppKgrON7wJn7' @ 0 : 0; will stop at (end) +2024/02/25-13:25:19.760043 7f0428e006c0 Recovering log #158 +2024/02/25-13:25:19.770300 7f0428e006c0 Delete type=3 #156 +2024/02/25-13:25:19.770349 7f0428e006c0 Delete type=0 #158 +2024/02/25-15:40:12.540906 7f0421a006c0 Level-0 table #163: started +2024/02/25-15:40:12.541352 7f0421a006c0 Level-0 table #163: 0 bytes OK +2024/02/25-15:40:12.547853 7f0421a006c0 Delete type=0 #161 +2024/02/25-15:40:12.555529 7f0421a006c0 Manual compaction at level-0 from '!folders!MA6uFJMVebGeayIk' @ 72057594037927935 : 1 .. '!items!zhjdppKgrON7wJn7' @ 0 : 0; will stop at (end) diff --git a/packs/aldebaran/MANIFEST-000156 b/packs/aldebaran/MANIFEST-000164 similarity index 72% rename from packs/aldebaran/MANIFEST-000156 rename to packs/aldebaran/MANIFEST-000164 index c3a0474..2fc3dc0 100644 Binary files a/packs/aldebaran/MANIFEST-000156 and b/packs/aldebaran/MANIFEST-000164 differ diff --git a/packs/beyondtheblacksea/000151.log b/packs/beyondtheblacksea/000159.log similarity index 100% rename from packs/beyondtheblacksea/000151.log rename to packs/beyondtheblacksea/000159.log diff --git a/packs/beyondtheblacksea/CURRENT b/packs/beyondtheblacksea/CURRENT index 1dec270..5df89bd 100644 --- a/packs/beyondtheblacksea/CURRENT +++ b/packs/beyondtheblacksea/CURRENT @@ -1 +1 @@ -MANIFEST-000149 +MANIFEST-000157 diff --git a/packs/beyondtheblacksea/LOG b/packs/beyondtheblacksea/LOG index 854b882..8e43e23 100644 --- a/packs/beyondtheblacksea/LOG +++ b/packs/beyondtheblacksea/LOG @@ -1,7 +1,7 @@ -2024/02/25-13:15:17.054012 7f04234006c0 Recovering log #147 -2024/02/25-13:15:17.064378 7f04234006c0 Delete type=3 #145 -2024/02/25-13:15:17.064428 7f04234006c0 Delete type=0 #147 -2024/02/25-13:15:44.051513 7f0421a006c0 Level-0 table #152: started -2024/02/25-13:15:44.051546 7f0421a006c0 Level-0 table #152: 0 bytes OK -2024/02/25-13:15:44.070330 7f0421a006c0 Delete type=0 #150 -2024/02/25-13:15:44.070463 7f0421a006c0 Manual compaction at level-0 from '!folders!47aGmBuk1mHtbFFU' @ 72057594037927935 : 1 .. '!items!zwMpjsE84sk26eej' @ 0 : 0; will stop at (end) +2024/02/26-14:13:39.006215 7f133ce006c0 Recovering log #155 +2024/02/26-14:13:39.017058 7f133ce006c0 Delete type=3 #153 +2024/02/26-14:13:39.017184 7f133ce006c0 Delete type=0 #155 +2024/02/26-14:20:24.266061 7f132fe006c0 Level-0 table #160: started +2024/02/26-14:20:24.266133 7f132fe006c0 Level-0 table #160: 0 bytes OK +2024/02/26-14:20:24.273275 7f132fe006c0 Delete type=0 #158 +2024/02/26-14:20:24.287729 7f132fe006c0 Manual compaction at level-0 from '!folders!47aGmBuk1mHtbFFU' @ 72057594037927935 : 1 .. '!items!zwMpjsE84sk26eej' @ 0 : 0; will stop at (end) diff --git a/packs/beyondtheblacksea/LOG.old b/packs/beyondtheblacksea/LOG.old index 3546c46..5c3e822 100644 --- a/packs/beyondtheblacksea/LOG.old +++ b/packs/beyondtheblacksea/LOG.old @@ -1,7 +1,7 @@ -2024/02/25-13:11:04.982101 7f04234006c0 Recovering log #143 -2024/02/25-13:11:04.992135 7f04234006c0 Delete type=3 #141 -2024/02/25-13:11:04.992245 7f04234006c0 Delete type=0 #143 -2024/02/25-13:14:07.628110 7f0421a006c0 Level-0 table #148: started -2024/02/25-13:14:07.628142 7f0421a006c0 Level-0 table #148: 0 bytes OK -2024/02/25-13:14:07.634699 7f0421a006c0 Delete type=0 #146 -2024/02/25-13:14:07.647484 7f0421a006c0 Manual compaction at level-0 from '!folders!47aGmBuk1mHtbFFU' @ 72057594037927935 : 1 .. '!items!zwMpjsE84sk26eej' @ 0 : 0; will stop at (end) +2024/02/25-13:25:19.773014 7f04234006c0 Recovering log #151 +2024/02/25-13:25:19.782933 7f04234006c0 Delete type=3 #149 +2024/02/25-13:25:19.782991 7f04234006c0 Delete type=0 #151 +2024/02/25-15:40:12.548028 7f0421a006c0 Level-0 table #156: started +2024/02/25-15:40:12.548061 7f0421a006c0 Level-0 table #156: 0 bytes OK +2024/02/25-15:40:12.555343 7f0421a006c0 Delete type=0 #154 +2024/02/25-15:40:12.555542 7f0421a006c0 Manual compaction at level-0 from '!folders!47aGmBuk1mHtbFFU' @ 72057594037927935 : 1 .. '!items!zwMpjsE84sk26eej' @ 0 : 0; will stop at (end) diff --git a/packs/beyondtheblacksea/MANIFEST-000149 b/packs/beyondtheblacksea/MANIFEST-000157 similarity index 72% rename from packs/beyondtheblacksea/MANIFEST-000149 rename to packs/beyondtheblacksea/MANIFEST-000157 index 9978e6d..9c68385 100644 Binary files a/packs/beyondtheblacksea/MANIFEST-000149 and b/packs/beyondtheblacksea/MANIFEST-000157 differ diff --git a/packs/conditions/000204.log b/packs/conditions/000212.log similarity index 100% rename from packs/conditions/000204.log rename to packs/conditions/000212.log diff --git a/packs/conditions/CURRENT b/packs/conditions/CURRENT index 5639343..af31d42 100644 --- a/packs/conditions/CURRENT +++ b/packs/conditions/CURRENT @@ -1 +1 @@ -MANIFEST-000202 +MANIFEST-000210 diff --git a/packs/conditions/LOG b/packs/conditions/LOG index bf4aabb..ede38ec 100644 --- a/packs/conditions/LOG +++ b/packs/conditions/LOG @@ -1,7 +1,7 @@ -2024/02/25-13:15:16.986750 7f0428e006c0 Recovering log #200 -2024/02/25-13:15:16.997344 7f0428e006c0 Delete type=3 #198 -2024/02/25-13:15:16.997484 7f0428e006c0 Delete type=0 #200 -2024/02/25-13:15:43.963770 7f0421a006c0 Level-0 table #205: started -2024/02/25-13:15:43.963794 7f0421a006c0 Level-0 table #205: 0 bytes OK -2024/02/25-13:15:43.987787 7f0421a006c0 Delete type=0 #203 -2024/02/25-13:15:44.009750 7f0421a006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) +2024/02/26-14:13:38.913763 7f13374006c0 Recovering log #208 +2024/02/26-14:13:38.925039 7f13374006c0 Delete type=3 #206 +2024/02/26-14:13:38.925223 7f13374006c0 Delete type=0 #208 +2024/02/26-14:20:24.237608 7f132fe006c0 Level-0 table #213: started +2024/02/26-14:20:24.237681 7f132fe006c0 Level-0 table #213: 0 bytes OK +2024/02/26-14:20:24.244690 7f132fe006c0 Delete type=0 #211 +2024/02/26-14:20:24.259041 7f132fe006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) diff --git a/packs/conditions/LOG.old b/packs/conditions/LOG.old index 83027b7..17e2746 100644 --- a/packs/conditions/LOG.old +++ b/packs/conditions/LOG.old @@ -1,7 +1,7 @@ -2024/02/25-13:11:04.860075 7f0422a006c0 Recovering log #196 -2024/02/25-13:11:04.869800 7f0422a006c0 Delete type=3 #194 -2024/02/25-13:11:04.869852 7f0422a006c0 Delete type=0 #196 -2024/02/25-13:14:07.552154 7f0421a006c0 Level-0 table #201: started -2024/02/25-13:14:07.552177 7f0421a006c0 Level-0 table #201: 0 bytes OK -2024/02/25-13:14:07.559163 7f0421a006c0 Delete type=0 #199 -2024/02/25-13:14:07.565509 7f0421a006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) +2024/02/25-13:25:19.703338 7f0428e006c0 Recovering log #204 +2024/02/25-13:25:19.713635 7f0428e006c0 Delete type=3 #202 +2024/02/25-13:25:19.713706 7f0428e006c0 Delete type=0 #204 +2024/02/25-15:40:12.512691 7f0421a006c0 Level-0 table #209: started +2024/02/25-15:40:12.512744 7f0421a006c0 Level-0 table #209: 0 bytes OK +2024/02/25-15:40:12.519870 7f0421a006c0 Delete type=0 #207 +2024/02/25-15:40:12.526721 7f0421a006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) diff --git a/packs/conditions/MANIFEST-000202 b/packs/conditions/MANIFEST-000202 deleted file mode 100644 index f662cb0..0000000 Binary files a/packs/conditions/MANIFEST-000202 and /dev/null differ diff --git a/packs/conditions/MANIFEST-000210 b/packs/conditions/MANIFEST-000210 new file mode 100644 index 0000000..333b869 Binary files /dev/null and b/packs/conditions/MANIFEST-000210 differ diff --git a/packs/currency/000204.log b/packs/currency/000212.log similarity index 100% rename from packs/currency/000204.log rename to packs/currency/000212.log diff --git a/packs/currency/CURRENT b/packs/currency/CURRENT index 5639343..af31d42 100644 --- a/packs/currency/CURRENT +++ b/packs/currency/CURRENT @@ -1 +1 @@ -MANIFEST-000202 +MANIFEST-000210 diff --git a/packs/currency/LOG b/packs/currency/LOG index cb24c74..1ccb197 100644 --- a/packs/currency/LOG +++ b/packs/currency/LOG @@ -1,7 +1,7 @@ -2024/02/25-13:15:16.998964 7f04234006c0 Recovering log #200 -2024/02/25-13:15:17.009159 7f04234006c0 Delete type=3 #198 -2024/02/25-13:15:17.009311 7f04234006c0 Delete type=0 #200 -2024/02/25-13:15:43.941048 7f0421a006c0 Level-0 table #205: started -2024/02/25-13:15:43.941078 7f0421a006c0 Level-0 table #205: 0 bytes OK -2024/02/25-13:15:43.963666 7f0421a006c0 Delete type=0 #203 -2024/02/25-13:15:44.009720 7f0421a006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) +2024/02/26-14:13:38.930692 7f133ce006c0 Recovering log #208 +2024/02/26-14:13:38.941919 7f133ce006c0 Delete type=3 #206 +2024/02/26-14:13:38.942031 7f133ce006c0 Delete type=0 #208 +2024/02/26-14:20:24.244869 7f132fe006c0 Level-0 table #213: started +2024/02/26-14:20:24.244926 7f132fe006c0 Level-0 table #213: 0 bytes OK +2024/02/26-14:20:24.251440 7f132fe006c0 Delete type=0 #211 +2024/02/26-14:20:24.259056 7f132fe006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) diff --git a/packs/currency/LOG.old b/packs/currency/LOG.old index ef30aa1..2cacd88 100644 --- a/packs/currency/LOG.old +++ b/packs/currency/LOG.old @@ -1,7 +1,7 @@ -2024/02/25-13:11:04.872978 7f0428e006c0 Recovering log #196 -2024/02/25-13:11:04.883896 7f0428e006c0 Delete type=3 #194 -2024/02/25-13:11:04.884016 7f0428e006c0 Delete type=0 #196 -2024/02/25-13:14:07.559262 7f0421a006c0 Level-0 table #201: started -2024/02/25-13:14:07.559282 7f0421a006c0 Level-0 table #201: 0 bytes OK -2024/02/25-13:14:07.565222 7f0421a006c0 Delete type=0 #199 -2024/02/25-13:14:07.565521 7f0421a006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) +2024/02/25-13:25:19.716119 7f04234006c0 Recovering log #204 +2024/02/25-13:25:19.727169 7f04234006c0 Delete type=3 #202 +2024/02/25-13:25:19.727244 7f04234006c0 Delete type=0 #204 +2024/02/25-15:40:12.520043 7f0421a006c0 Level-0 table #209: started +2024/02/25-15:40:12.520077 7f0421a006c0 Level-0 table #209: 0 bytes OK +2024/02/25-15:40:12.526536 7f0421a006c0 Delete type=0 #207 +2024/02/25-15:40:12.533719 7f0421a006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) diff --git a/packs/currency/MANIFEST-000202 b/packs/currency/MANIFEST-000202 deleted file mode 100644 index f662cb0..0000000 Binary files a/packs/currency/MANIFEST-000202 and /dev/null differ diff --git a/packs/currency/MANIFEST-000210 b/packs/currency/MANIFEST-000210 new file mode 100644 index 0000000..333b869 Binary files /dev/null and b/packs/currency/MANIFEST-000210 differ diff --git a/packs/darkstars-sf/000016.log b/packs/darkstars-sf/000024.log similarity index 100% rename from packs/darkstars-sf/000016.log rename to packs/darkstars-sf/000024.log diff --git a/packs/darkstars-sf/CURRENT b/packs/darkstars-sf/CURRENT index 23b73d9..5af92b2 100644 --- a/packs/darkstars-sf/CURRENT +++ b/packs/darkstars-sf/CURRENT @@ -1 +1 @@ -MANIFEST-000014 +MANIFEST-000022 diff --git a/packs/darkstars-sf/LOG b/packs/darkstars-sf/LOG index dddd7f3..01b7572 100644 --- a/packs/darkstars-sf/LOG +++ b/packs/darkstars-sf/LOG @@ -1,8 +1,8 @@ -2024/02/25-13:15:17.025547 7f0428e006c0 Recovering log #12 -2024/02/25-13:15:17.036390 7f0428e006c0 Delete type=3 #10 -2024/02/25-13:15:17.036450 7f0428e006c0 Delete type=0 #12 -2024/02/25-13:15:44.009772 7f0421a006c0 Level-0 table #17: started -2024/02/25-13:15:44.009828 7f0421a006c0 Level-0 table #17: 0 bytes OK -2024/02/25-13:15:44.030032 7f0421a006c0 Delete type=0 #15 -2024/02/25-13:15:44.070434 7f0421a006c0 Manual compaction at level-0 from '!folders!La3YsNYFddQnmsba' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) -2024/02/25-13:15:44.070475 7f0421a006c0 Manual compaction at level-1 from '!folders!La3YsNYFddQnmsba' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) +2024/02/26-14:13:38.966465 7f13374006c0 Recovering log #20 +2024/02/26-14:13:38.977463 7f13374006c0 Delete type=3 #18 +2024/02/26-14:13:38.977548 7f13374006c0 Delete type=0 #20 +2024/02/26-14:20:24.259303 7f132fe006c0 Level-0 table #25: started +2024/02/26-14:20:24.259357 7f132fe006c0 Level-0 table #25: 0 bytes OK +2024/02/26-14:20:24.265823 7f132fe006c0 Delete type=0 #23 +2024/02/26-14:20:24.287708 7f132fe006c0 Manual compaction at level-0 from '!folders!La3YsNYFddQnmsba' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) +2024/02/26-14:20:24.287792 7f132fe006c0 Manual compaction at level-1 from '!folders!La3YsNYFddQnmsba' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) diff --git a/packs/darkstars-sf/LOG.old b/packs/darkstars-sf/LOG.old index f973c46..31c5ecf 100644 --- a/packs/darkstars-sf/LOG.old +++ b/packs/darkstars-sf/LOG.old @@ -1,8 +1,8 @@ -2024/02/25-13:11:04.952348 7f0423e006c0 Recovering log #8 -2024/02/25-13:11:04.963140 7f0423e006c0 Delete type=3 #6 -2024/02/25-13:11:04.963202 7f0423e006c0 Delete type=0 #8 -2024/02/25-13:14:07.608374 7f0421a006c0 Level-0 table #13: started -2024/02/25-13:14:07.608400 7f0421a006c0 Level-0 table #13: 0 bytes OK -2024/02/25-13:14:07.614467 7f0421a006c0 Delete type=0 #11 -2024/02/25-13:14:07.627999 7f0421a006c0 Manual compaction at level-0 from '!folders!La3YsNYFddQnmsba' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) -2024/02/25-13:14:07.628036 7f0421a006c0 Manual compaction at level-1 from '!folders!La3YsNYFddQnmsba' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) +2024/02/25-13:25:19.744621 7f0428e006c0 Recovering log #16 +2024/02/25-13:25:19.754834 7f0428e006c0 Delete type=3 #14 +2024/02/25-13:25:19.754885 7f0428e006c0 Delete type=0 #16 +2024/02/25-15:40:12.533736 7f0421a006c0 Level-0 table #21: started +2024/02/25-15:40:12.533778 7f0421a006c0 Level-0 table #21: 0 bytes OK +2024/02/25-15:40:12.540676 7f0421a006c0 Delete type=0 #19 +2024/02/25-15:40:12.555489 7f0421a006c0 Manual compaction at level-0 from '!folders!La3YsNYFddQnmsba' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) +2024/02/25-15:40:12.555554 7f0421a006c0 Manual compaction at level-1 from '!folders!La3YsNYFddQnmsba' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) diff --git a/packs/darkstars-sf/MANIFEST-000014 b/packs/darkstars-sf/MANIFEST-000014 deleted file mode 100644 index c069543..0000000 Binary files a/packs/darkstars-sf/MANIFEST-000014 and /dev/null differ diff --git a/packs/darkstars-sf/MANIFEST-000022 b/packs/darkstars-sf/MANIFEST-000022 new file mode 100644 index 0000000..6d38879 Binary files /dev/null and b/packs/darkstars-sf/MANIFEST-000022 differ diff --git a/packs/nightborough/000171.log b/packs/nightborough/000179.log similarity index 100% rename from packs/nightborough/000171.log rename to packs/nightborough/000179.log diff --git a/packs/nightborough/CURRENT b/packs/nightborough/CURRENT index b0fe36e..0e27482 100644 --- a/packs/nightborough/CURRENT +++ b/packs/nightborough/CURRENT @@ -1 +1 @@ -MANIFEST-000169 +MANIFEST-000177 diff --git a/packs/nightborough/LOG b/packs/nightborough/LOG index 96c47a1..395c06a 100644 --- a/packs/nightborough/LOG +++ b/packs/nightborough/LOG @@ -1,7 +1,7 @@ -2024/02/25-13:15:17.069262 7f0428e006c0 Recovering log #167 -2024/02/25-13:15:17.080017 7f0428e006c0 Delete type=3 #165 -2024/02/25-13:15:17.080077 7f0428e006c0 Delete type=0 #167 -2024/02/25-13:15:44.070573 7f0421a006c0 Level-0 table #172: started -2024/02/25-13:15:44.070608 7f0421a006c0 Level-0 table #172: 0 bytes OK -2024/02/25-13:15:44.096416 7f0421a006c0 Delete type=0 #170 -2024/02/25-13:15:44.120168 7f0421a006c0 Manual compaction at level-0 from '!folders!2iZtDz80npHPIwkS' @ 72057594037927935 : 1 .. '!items!zyFR9C1jBTeFzbxg' @ 0 : 0; will stop at (end) +2024/02/26-14:13:39.028984 7f13374006c0 Recovering log #175 +2024/02/26-14:13:39.040662 7f13374006c0 Delete type=3 #173 +2024/02/26-14:13:39.040750 7f13374006c0 Delete type=0 #175 +2024/02/26-14:20:24.280431 7f132fe006c0 Level-0 table #180: started +2024/02/26-14:20:24.280468 7f132fe006c0 Level-0 table #180: 0 bytes OK +2024/02/26-14:20:24.287553 7f132fe006c0 Delete type=0 #178 +2024/02/26-14:20:24.287767 7f132fe006c0 Manual compaction at level-0 from '!folders!2iZtDz80npHPIwkS' @ 72057594037927935 : 1 .. '!items!zyFR9C1jBTeFzbxg' @ 0 : 0; will stop at (end) diff --git a/packs/nightborough/LOG.old b/packs/nightborough/LOG.old index 70ca46c..1b24fb0 100644 --- a/packs/nightborough/LOG.old +++ b/packs/nightborough/LOG.old @@ -1,7 +1,7 @@ -2024/02/25-13:11:04.996302 7f0423e006c0 Recovering log #163 -2024/02/25-13:11:05.007254 7f0423e006c0 Delete type=3 #161 -2024/02/25-13:11:05.007308 7f0423e006c0 Delete type=0 #163 -2024/02/25-13:14:07.634807 7f0421a006c0 Level-0 table #168: started -2024/02/25-13:14:07.634831 7f0421a006c0 Level-0 table #168: 0 bytes OK -2024/02/25-13:14:07.640941 7f0421a006c0 Delete type=0 #166 -2024/02/25-13:14:07.647494 7f0421a006c0 Manual compaction at level-0 from '!folders!2iZtDz80npHPIwkS' @ 72057594037927935 : 1 .. '!items!zyFR9C1jBTeFzbxg' @ 0 : 0; will stop at (end) +2024/02/25-13:25:19.786914 7f0428e006c0 Recovering log #171 +2024/02/25-13:25:19.797512 7f0428e006c0 Delete type=3 #169 +2024/02/25-13:25:19.797578 7f0428e006c0 Delete type=0 #171 +2024/02/25-15:40:12.555728 7f0421a006c0 Level-0 table #176: started +2024/02/25-15:40:12.555778 7f0421a006c0 Level-0 table #176: 0 bytes OK +2024/02/25-15:40:12.562473 7f0421a006c0 Delete type=0 #174 +2024/02/25-15:40:12.562645 7f0421a006c0 Manual compaction at level-0 from '!folders!2iZtDz80npHPIwkS' @ 72057594037927935 : 1 .. '!items!zyFR9C1jBTeFzbxg' @ 0 : 0; will stop at (end) diff --git a/packs/nightborough/MANIFEST-000169 b/packs/nightborough/MANIFEST-000177 similarity index 71% rename from packs/nightborough/MANIFEST-000169 rename to packs/nightborough/MANIFEST-000177 index 40af5dc..1b9c26d 100644 Binary files a/packs/nightborough/MANIFEST-000169 and b/packs/nightborough/MANIFEST-000177 differ diff --git a/packs/sprawl/000008.log b/packs/sprawl/000016.log similarity index 100% rename from packs/sprawl/000008.log rename to packs/sprawl/000016.log diff --git a/packs/sprawl/CURRENT b/packs/sprawl/CURRENT index f7753e2..23b73d9 100644 --- a/packs/sprawl/CURRENT +++ b/packs/sprawl/CURRENT @@ -1 +1 @@ -MANIFEST-000006 +MANIFEST-000014 diff --git a/packs/sprawl/LOG b/packs/sprawl/LOG index c14dcc8..16e7fd0 100644 --- a/packs/sprawl/LOG +++ b/packs/sprawl/LOG @@ -1,8 +1,8 @@ -2024/02/25-13:15:17.010976 7f0428e006c0 Recovering log #4 -2024/02/25-13:15:17.020772 7f0428e006c0 Delete type=3 #2 -2024/02/25-13:15:17.020952 7f0428e006c0 Delete type=0 #4 -2024/02/25-13:15:43.987915 7f0421a006c0 Level-0 table #9: started -2024/02/25-13:15:43.987946 7f0421a006c0 Level-0 table #9: 0 bytes OK -2024/02/25-13:15:44.009466 7f0421a006c0 Delete type=0 #7 -2024/02/25-13:15:44.030166 7f0421a006c0 Manual compaction at level-0 from '!folders!0XjcJyQMCVYU611t' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) -2024/02/25-13:15:44.070444 7f0421a006c0 Manual compaction at level-1 from '!folders!0XjcJyQMCVYU611t' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) +2024/02/26-14:13:38.944643 7f13374006c0 Recovering log #12 +2024/02/26-14:13:38.955458 7f13374006c0 Delete type=3 #10 +2024/02/26-14:13:38.955573 7f13374006c0 Delete type=0 #12 +2024/02/26-14:20:24.251571 7f132fe006c0 Level-0 table #17: started +2024/02/26-14:20:24.251622 7f132fe006c0 Level-0 table #17: 0 bytes OK +2024/02/26-14:20:24.258866 7f132fe006c0 Delete type=0 #15 +2024/02/26-14:20:24.259070 7f132fe006c0 Manual compaction at level-0 from '!folders!0XjcJyQMCVYU611t' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) +2024/02/26-14:20:24.259112 7f132fe006c0 Manual compaction at level-1 from '!folders!0XjcJyQMCVYU611t' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) diff --git a/packs/sprawl/LOG.old b/packs/sprawl/LOG.old index 3df138c..3d2a8ee 100644 --- a/packs/sprawl/LOG.old +++ b/packs/sprawl/LOG.old @@ -1,5 +1,8 @@ -2024/02/25-13:11:04.951128 7f04234006c0 Delete type=3 #1 -2024/02/25-13:14:07.592789 7f0421a006c0 Level-0 table #5: started -2024/02/25-13:14:07.601371 7f0421a006c0 Level-0 table #5: 423771 bytes OK -2024/02/25-13:14:07.608089 7f0421a006c0 Delete type=0 #3 -2024/02/25-13:14:07.627983 7f0421a006c0 Manual compaction at level-0 from '!folders!0XjcJyQMCVYU611t' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) +2024/02/25-13:25:19.728626 7f0428e006c0 Recovering log #8 +2024/02/25-13:25:19.738166 7f0428e006c0 Delete type=3 #6 +2024/02/25-13:25:19.738216 7f0428e006c0 Delete type=0 #8 +2024/02/25-15:40:12.526734 7f0421a006c0 Level-0 table #13: started +2024/02/25-15:40:12.526774 7f0421a006c0 Level-0 table #13: 0 bytes OK +2024/02/25-15:40:12.533260 7f0421a006c0 Delete type=0 #11 +2024/02/25-15:40:12.548013 7f0421a006c0 Manual compaction at level-0 from '!folders!0XjcJyQMCVYU611t' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) +2024/02/25-15:40:12.555515 7f0421a006c0 Manual compaction at level-1 from '!folders!0XjcJyQMCVYU611t' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end) diff --git a/packs/sprawl/MANIFEST-000006 b/packs/sprawl/MANIFEST-000006 deleted file mode 100644 index 4a8bb39..0000000 Binary files a/packs/sprawl/MANIFEST-000006 and /dev/null differ diff --git a/packs/sprawl/MANIFEST-000014 b/packs/sprawl/MANIFEST-000014 new file mode 100644 index 0000000..15e4639 Binary files /dev/null and b/packs/sprawl/MANIFEST-000014 differ diff --git a/system.json b/system.json index 83cd0c5..fac5ac8 100644 --- a/system.json +++ b/system.json @@ -91,14 +91,14 @@ "styles": [ "styles/simple.css" ], - "version": "11.0.20", + "version": "11.0.21", "compatibility": { "minimum": "11", "verified": "11" }, "title": "Dark Stars RPG", "manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/raw/branch/main/system.json", - "download": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/archive/fvtt-dark-stars-v11.0.20.zip", + "download": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/archive/fvtt-dark-stars-v11.0.21.zip", "url": "https://www.uberwald.me/gitea/uberwald/", "background": "images/ui/dark_stars_welcome_page.webp", "id": "fvtt-dark-stars"