Compare commits

..

11 Commits

Author SHA1 Message Date
9786c07f1b Sprawl compendium fixed 2024-02-25 13:18:02 +01:00
2520bec30f v1.0 release 2024-02-15 06:57:35 +01:00
9ad34b4672 Enhance stats 2024-02-08 13:03:06 +01:00
ae36be975d Add missing compendiums 2024-01-26 16:46:41 +01:00
69eaa8fc66 Add missing compendiums 2024-01-26 08:45:59 +01:00
b741cffd96 Correction sur Items 2023-11-26 22:59:44 +01:00
e5296a4bcd Correction sur Items 2023-11-26 22:59:38 +01:00
9f93849a9d Add new compendiums 2023-11-25 11:54:49 +01:00
14c7e54b3d Add Jobs 2023-11-25 09:20:54 +01:00
ce3359b2f0 New icons 2023-10-31 16:35:44 +01:00
02bf6cc10a Add spells and psychics powers 2023-10-29 23:38:10 +01:00
124 changed files with 418 additions and 238 deletions

BIN
images/icons/magic.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@@ -41,6 +41,8 @@ export class DarkStarsActorSheet extends ActorSheet {
perks: this.actor.getPerks( ),
weapons: this.actor.checkAndPrepareEquipments( duplicate(this.actor.getWeapons()) ),
ammos: this.actor.checkAndPrepareEquipments( duplicate(this.actor.getAmmos()) ),
spells: this.actor.checkAndPrepareEquipments( duplicate(this.actor.getSpells()) ),
powers: this.actor.checkAndPrepareEquipments( duplicate(this.actor.getPowers()) ),
armors: this.actor.checkAndPrepareEquipments( duplicate(this.actor.getArmors())),
shields: this.actor.checkAndPrepareEquipments( duplicate(this.actor.getShields())),
equipments: this.actor.checkAndPrepareEquipments(duplicate(this.actor.getEquipmentsOnly()) ),

View File

@@ -130,6 +130,16 @@ export class DarkStarsActor extends Actor {
DarkStarsUtility.sortArrayObjectsByName(comp)
return comp;
}
getSpells() {
let comp = duplicate(this.items.filter(item => item.type == 'spell') || []);
DarkStarsUtility.sortArrayObjectsByName(comp)
return comp;
}
getPowers() {
let comp = duplicate(this.items.filter(item => item.type == 'psychic') || []);
DarkStarsUtility.sortArrayObjectsByName(comp)
return comp;
}
getEquippedArmor() {
let comp = this.items.find(item => item.type == 'armor' && item.system.equipped)
if (comp) {

View File

@@ -32,7 +32,8 @@ export const DARKSTARS_CONFIG = {
perktypes: {
"normal": "Normal",
"advanced": "Advanced",
"role": "Role"
"role": "Role",
"job": "Job"
},
magicTypes: {
"lemurian": "Lemurian",

View File

@@ -8,7 +8,9 @@ export const defaultItemImg = {
perk: "systems/fvtt-dark-stars/images/icons/perk.webp",
ability: "systems/fvtt-dark-stars/images/icons/ability.webp",
genetic: "systems/fvtt-dark-stars/images/icons/genetic.webp",
cyber: "systems/fvtt-dark-stars/images/icons/cyber.webp"
cyber: "systems/fvtt-dark-stars/images/icons/cyber.webp",
spell: "systems/fvtt-dark-stars/images/icons/magic.webp",
psychic: "systems/fvtt-dark-stars/images/icons/psychicpowers.webp",
}
/**

View File

@@ -18,6 +18,7 @@ import { DarkStarsItem } from "./dark-stars-item.js";
import { DarkStarsHotbar } from "./dark-stars-hotbar.js"
import { DarkStarsCommands } from "./dark-stars-commands.js"
import { DARKSTARS_CONFIG } from "./dark-stars-config.js";
import { ClassCounter} from "https://www.uberwald.me/fvtt_appcount/count-class-ready.js"
/* -------------------------------------------- */
/* Foundry VTT Initialization */
@@ -91,15 +92,11 @@ Hooks.once("ready", function () {
});
}
// CSS patch for v9
if (game.version) {
let sidebar = document.getElementById("sidebar");
sidebar.style.width = "min-content";
}
welcomeMessage();
DarkStarsUtility.ready()
DarkStarsCommands.init()
ClassCounter.registerUsageCount()
})
/* -------------------------------------------- */

6
packs/.directory Normal file
View File

@@ -0,0 +1,6 @@
[Dolphin]
HeaderColumnWidths=301,118,148,122
Timestamp=2024,1,26,8,35,29.906
Version=4
ViewMode=1
VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_creationtime,CustomizedDetails

BIN
packs/aldebaran/000119.ldb Normal file

Binary file not shown.

1
packs/aldebaran/CURRENT Normal file
View File

@@ -0,0 +1 @@
MANIFEST-000156

7
packs/aldebaran/LOG Normal file
View File

@@ -0,0 +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)

7
packs/aldebaran/LOG.old Normal file
View File

@@ -0,0 +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)

Binary file not shown.

Binary file not shown.

BIN
packs/armor/000186.ldb Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000138
MANIFEST-000199

View File

@@ -1,8 +1,8 @@
2023/10/29-23:18:03.263368 7f5610ff96c0 Recovering log #136
2023/10/29-23:18:03.272973 7f5610ff96c0 Delete type=3 #134
2023/10/29-23:18:03.273033 7f5610ff96c0 Delete type=0 #136
2023/10/29-23:22:59.114098 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.114130 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.122977 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.137181 7f56037fe6c0 Manual compaction at level-0 from '!items!3O3MjRkrmX4HeaPY' @ 72057594037927935 : 1 .. '!items!q9JGWL4y4udYrzvD' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.143842 7f56037fe6c0 Manual compaction at level-1 from '!items!3O3MjRkrmX4HeaPY' @ 72057594037927935 : 1 .. '!items!q9JGWL4y4udYrzvD' @ 0 : 0; will stop at (end)
2024/02/25-13:11:04.806524 7f0422a006c0 Recovering log #197
2024/02/25-13:11:04.817703 7f0422a006c0 Delete type=3 #195
2024/02/25-13:11:04.817799 7f0422a006c0 Delete type=0 #197
2024/02/25-13:14:07.532693 7f0421a006c0 Level-0 table #202: started
2024/02/25-13:14:07.532731 7f0421a006c0 Level-0 table #202: 0 bytes OK
2024/02/25-13:14:07.539153 7f0421a006c0 Delete type=0 #200
2024/02/25-13:14:07.539281 7f0421a006c0 Manual compaction at level-0 from '!items!0JWjCJaD6OOouqTj' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end)
2024/02/25-13:14:07.539306 7f0421a006c0 Manual compaction at level-1 from '!items!0JWjCJaD6OOouqTj' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2023/10/29-20:24:19.254963 7f5610ff96c0 Recovering log #132
2023/10/29-20:24:19.302366 7f5610ff96c0 Delete type=3 #130
2023/10/29-20:24:19.302434 7f5610ff96c0 Delete type=0 #132
2023/10/29-20:42:37.996035 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:37.996066 7f56037fe6c0 Level-0 table #137: 0 bytes OK
2023/10/29-20:42:38.002390 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.014342 7f56037fe6c0 Manual compaction at level-0 from '!items!3O3MjRkrmX4HeaPY' @ 72057594037927935 : 1 .. '!items!q9JGWL4y4udYrzvD' @ 0 : 0; will stop at (end)
2023/10/29-20:42:38.025004 7f56037fe6c0 Manual compaction at level-1 from '!items!3O3MjRkrmX4HeaPY' @ 72057594037927935 : 1 .. '!items!q9JGWL4y4udYrzvD' @ 0 : 0; will stop at (end)
2024/02/25-13:04:05.224949 7f0428e006c0 Recovering log #193
2024/02/25-13:04:05.236046 7f0428e006c0 Delete type=3 #191
2024/02/25-13:04:05.236134 7f0428e006c0 Delete type=0 #193
2024/02/25-13:10:09.480522 7f0421a006c0 Level-0 table #198: started
2024/02/25-13:10:09.480555 7f0421a006c0 Level-0 table #198: 0 bytes OK
2024/02/25-13:10:09.486678 7f0421a006c0 Delete type=0 #196
2024/02/25-13:10:09.493365 7f0421a006c0 Manual compaction at level-0 from '!items!0JWjCJaD6OOouqTj' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end)
2024/02/25-13:10:09.499939 7f0421a006c0 Manual compaction at level-1 from '!items!0JWjCJaD6OOouqTj' @ 72057594037927935 : 1 .. '!items!zzDfuUJpQzzz262R' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/armor/MANIFEST-000199 Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
MANIFEST-000149

View File

@@ -0,0 +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)

View File

@@ -0,0 +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)

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000138
MANIFEST-000202

View File

@@ -1,7 +1,7 @@
2023/10/29-23:18:03.312598 7f5610ff96c0 Recovering log #136
2023/10/29-23:18:03.323841 7f5610ff96c0 Delete type=3 #134
2023/10/29-23:18:03.323912 7f5610ff96c0 Delete type=0 #136
2023/10/29-23:22:59.143970 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.144000 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.150731 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.169945 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
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)

View File

@@ -1,7 +1,7 @@
2023/10/29-20:24:19.456549 7f5610ff96c0 Recovering log #132
2023/10/29-20:24:19.505334 7f5610ff96c0 Delete type=3 #130
2023/10/29-20:24:19.505388 7f5610ff96c0 Delete type=0 #132
2023/10/29-20:42:38.025024 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:38.025069 7f56037fe6c0 Level-0 table #137: 0 bytes OK
2023/10/29-20:42:38.037447 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.054244 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
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)

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000138
MANIFEST-000202

View File

@@ -1,7 +1,7 @@
2023/10/29-23:18:03.325846 7f5611ffb6c0 Recovering log #136
2023/10/29-23:18:03.335459 7f5611ffb6c0 Delete type=3 #134
2023/10/29-23:18:03.335539 7f5611ffb6c0 Delete type=0 #136
2023/10/29-23:22:59.150864 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.150893 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.156833 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.169957 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
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)

View File

@@ -1,7 +1,7 @@
2023/10/29-20:24:19.506976 7f5611ffb6c0 Recovering log #132
2023/10/29-20:24:19.538941 7f5611ffb6c0 Delete type=3 #130
2023/10/29-20:24:19.539037 7f5611ffb6c0 Delete type=0 #132
2023/10/29-20:42:38.046564 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:38.046590 7f56037fe6c0 Level-0 table #137: 0 bytes OK
2023/10/29-20:42:38.054028 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.054290 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
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)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000067
MANIFEST-000128

View File

@@ -1,8 +1,8 @@
2023/10/29-23:18:03.364440 7f5610ff96c0 Recovering log #64
2023/10/29-23:18:03.373971 7f5610ff96c0 Delete type=3 #62
2023/10/29-23:18:03.374029 7f5610ff96c0 Delete type=0 #64
2023/10/29-23:22:59.170102 7f56037fe6c0 Level-0 table #70: started
2023/10/29-23:22:59.170132 7f56037fe6c0 Level-0 table #70: 0 bytes OK
2023/10/29-23:22:59.176387 7f56037fe6c0 Delete type=0 #68
2023/10/29-23:22:59.184020 7f56037fe6c0 Manual compaction at level-0 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.184054 7f56037fe6c0 Manual compaction at level-1 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)
2024/02/25-13:11:04.911848 7f0422a006c0 Recovering log #126
2024/02/25-13:11:04.922320 7f0422a006c0 Delete type=3 #124
2024/02/25-13:11:04.922392 7f0422a006c0 Delete type=0 #126
2024/02/25-13:14:07.578457 7f0421a006c0 Level-0 table #131: started
2024/02/25-13:14:07.578513 7f0421a006c0 Level-0 table #131: 0 bytes OK
2024/02/25-13:14:07.585654 7f0421a006c0 Delete type=0 #129
2024/02/25-13:14:07.592632 7f0421a006c0 Manual compaction at level-0 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)
2024/02/25-13:14:07.592676 7f0421a006c0 Manual compaction at level-1 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)

View File

@@ -1,15 +1,8 @@
2023/10/29-20:24:19.652047 7f5610ff96c0 Recovering log #60
2023/10/29-20:24:19.700330 7f5610ff96c0 Delete type=3 #58
2023/10/29-20:24:19.700381 7f5610ff96c0 Delete type=0 #60
2023/10/29-20:42:38.060630 7f56037fe6c0 Level-0 table #65: started
2023/10/29-20:42:38.064151 7f56037fe6c0 Level-0 table #65: 3369 bytes OK
2023/10/29-20:42:38.071233 7f56037fe6c0 Delete type=0 #63
2023/10/29-20:42:38.081584 7f56037fe6c0 Manual compaction at level-0 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)
2023/10/29-20:42:38.081614 7f56037fe6c0 Manual compaction at level-1 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at '!items!zjxV4mcELwbZU8Et' @ 336 : 0
2023/10/29-20:42:38.081622 7f56037fe6c0 Compacting 1@1 + 1@2 files
2023/10/29-20:42:38.085666 7f56037fe6c0 Generated table #66@1: 113 keys, 34759 bytes
2023/10/29-20:42:38.085699 7f56037fe6c0 Compacted 1@1 + 1@2 files => 34759 bytes
2023/10/29-20:42:38.091855 7f56037fe6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/10/29-20:42:38.091999 7f56037fe6c0 Delete type=2 #5
2023/10/29-20:42:38.092185 7f56037fe6c0 Delete type=2 #65
2023/10/29-20:42:38.102541 7f56037fe6c0 Manual compaction at level-1 from '!items!zjxV4mcELwbZU8Et' @ 336 : 0 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)
2024/02/25-13:04:05.332283 7f0428e006c0 Recovering log #122
2024/02/25-13:04:05.343337 7f0428e006c0 Delete type=3 #120
2024/02/25-13:04:05.343387 7f0428e006c0 Delete type=0 #122
2024/02/25-13:10:09.539934 7f0421a006c0 Level-0 table #127: started
2024/02/25-13:10:09.539956 7f0421a006c0 Level-0 table #127: 0 bytes OK
2024/02/25-13:10:09.546327 7f0421a006c0 Delete type=0 #125
2024/02/25-13:10:09.552649 7f0421a006c0 Manual compaction at level-0 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)
2024/02/25-13:10:09.552755 7f0421a006c0 Manual compaction at level-1 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
MANIFEST-000014

8
packs/darkstars-sf/LOG Normal file
View File

@@ -0,0 +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)

View File

@@ -0,0 +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)

Binary file not shown.

Binary file not shown.

BIN
packs/equipment/000186.ldb Normal file

Binary file not shown.

View File

View File

@@ -1 +1 @@
MANIFEST-000138
MANIFEST-000199

View File

@@ -1,8 +1,8 @@
2023/10/29-23:18:03.275156 7f5611ffb6c0 Recovering log #136
2023/10/29-23:18:03.285672 7f5611ffb6c0 Delete type=3 #134
2023/10/29-23:18:03.285737 7f5611ffb6c0 Delete type=0 #136
2023/10/29-23:22:59.129992 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.130033 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.137015 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.143831 7f56037fe6c0 Manual compaction at level-0 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!xNmOdMs4rQ0yiVzg' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.143861 7f56037fe6c0 Manual compaction at level-1 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!xNmOdMs4rQ0yiVzg' @ 0 : 0; will stop at (end)
2024/02/25-13:11:04.819236 7f0428e006c0 Recovering log #197
2024/02/25-13:11:04.829162 7f0428e006c0 Delete type=3 #195
2024/02/25-13:11:04.829232 7f0428e006c0 Delete type=0 #197
2024/02/25-13:14:07.545758 7f0421a006c0 Level-0 table #202: started
2024/02/25-13:14:07.545813 7f0421a006c0 Level-0 table #202: 0 bytes OK
2024/02/25-13:14:07.552067 7f0421a006c0 Delete type=0 #200
2024/02/25-13:14:07.565492 7f0421a006c0 Manual compaction at level-0 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!zaxcUsWUZ1vvl0p8' @ 0 : 0; will stop at (end)
2024/02/25-13:14:07.565529 7f0421a006c0 Manual compaction at level-1 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!zaxcUsWUZ1vvl0p8' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,8 @@
2023/10/29-20:24:19.304286 7f5611ffb6c0 Recovering log #132
2023/10/29-20:24:19.351007 7f5611ffb6c0 Delete type=3 #130
2023/10/29-20:24:19.351075 7f5611ffb6c0 Delete type=0 #132
2023/10/29-20:42:38.002534 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:38.007949 7f56037fe6c0 Level-0 table #137: 178833 bytes OK
2023/10/29-20:42:38.014101 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.024981 7f56037fe6c0 Manual compaction at level-0 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!xNmOdMs4rQ0yiVzg' @ 0 : 0; will stop at (end)
2024/02/25-13:04:05.239972 7f0423e006c0 Recovering log #193
2024/02/25-13:04:05.249512 7f0423e006c0 Delete type=3 #191
2024/02/25-13:04:05.249560 7f0423e006c0 Delete type=0 #193
2024/02/25-13:10:09.473431 7f0421a006c0 Level-0 table #198: started
2024/02/25-13:10:09.473459 7f0421a006c0 Level-0 table #198: 0 bytes OK
2024/02/25-13:10:09.480345 7f0421a006c0 Delete type=0 #196
2024/02/25-13:10:09.493344 7f0421a006c0 Manual compaction at level-0 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!zaxcUsWUZ1vvl0p8' @ 0 : 0; will stop at (end)
2024/02/25-13:10:09.499930 7f0421a006c0 Manual compaction at level-1 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!zaxcUsWUZ1vvl0p8' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

View File

@@ -1 +1 @@
MANIFEST-000015
MANIFEST-000075

View File

@@ -1,8 +1,8 @@
2023/10/29-23:18:03.376448 7f5611ffb6c0 Recovering log #12
2023/10/29-23:18:03.387048 7f5611ffb6c0 Delete type=3 #10
2023/10/29-23:18:03.387107 7f5611ffb6c0 Delete type=0 #12
2023/10/29-23:22:59.176500 7f56037fe6c0 Level-0 table #18: started
2023/10/29-23:22:59.176528 7f56037fe6c0 Level-0 table #18: 0 bytes OK
2023/10/29-23:22:59.183892 7f56037fe6c0 Delete type=0 #16
2023/10/29-23:22:59.184045 7f56037fe6c0 Manual compaction at level-0 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.184084 7f56037fe6c0 Manual compaction at level-1 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)
2024/02/25-13:11:04.925036 7f0428e006c0 Recovering log #73
2024/02/25-13:11:04.935090 7f0428e006c0 Delete type=3 #71
2024/02/25-13:11:04.935353 7f0428e006c0 Delete type=0 #73
2024/02/25-13:14:07.585843 7f0421a006c0 Level-0 table #78: started
2024/02/25-13:14:07.585896 7f0421a006c0 Level-0 table #78: 0 bytes OK
2024/02/25-13:14:07.592513 7f0421a006c0 Delete type=0 #76
2024/02/25-13:14:07.592640 7f0421a006c0 Manual compaction at level-0 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)
2024/02/25-13:14:07.592670 7f0421a006c0 Manual compaction at level-1 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)

View File

@@ -1,15 +1,8 @@
2023/10/29-20:24:19.703683 7f5611ffb6c0 Recovering log #8
2023/10/29-20:24:19.760053 7f5611ffb6c0 Delete type=3 #6
2023/10/29-20:24:19.760113 7f5611ffb6c0 Delete type=0 #8
2023/10/29-20:42:38.071393 7f56037fe6c0 Level-0 table #13: started
2023/10/29-20:42:38.074901 7f56037fe6c0 Level-0 table #13: 20530 bytes OK
2023/10/29-20:42:38.081359 7f56037fe6c0 Delete type=0 #11
2023/10/29-20:42:38.081595 7f56037fe6c0 Manual compaction at level-0 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)
2023/10/29-20:42:38.092323 7f56037fe6c0 Manual compaction at level-1 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at '!items!zJiASbV3QqH2oHb1' @ 122 : 1
2023/10/29-20:42:38.092341 7f56037fe6c0 Compacting 1@1 + 1@2 files
2023/10/29-20:42:38.095709 7f56037fe6c0 Generated table #14@1: 25 keys, 9615 bytes
2023/10/29-20:42:38.095738 7f56037fe6c0 Compacted 1@1 + 1@2 files => 9615 bytes
2023/10/29-20:42:38.102168 7f56037fe6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/10/29-20:42:38.102326 7f56037fe6c0 Delete type=2 #9
2023/10/29-20:42:38.102468 7f56037fe6c0 Delete type=2 #13
2023/10/29-20:42:38.102563 7f56037fe6c0 Manual compaction at level-1 from '!items!zJiASbV3QqH2oHb1' @ 122 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)
2024/02/25-13:04:05.347457 7f0423e006c0 Recovering log #69
2024/02/25-13:04:05.356885 7f0423e006c0 Delete type=3 #67
2024/02/25-13:04:05.356934 7f0423e006c0 Delete type=0 #69
2024/02/25-13:10:09.533502 7f0421a006c0 Level-0 table #74: started
2024/02/25-13:10:09.533526 7f0421a006c0 Level-0 table #74: 0 bytes OK
2024/02/25-13:10:09.539823 7f0421a006c0 Delete type=0 #72
2024/02/25-13:10:09.552630 7f0421a006c0 Manual compaction at level-0 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)
2024/02/25-13:10:09.552738 7f0421a006c0 Manual compaction at level-1 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

View File

@@ -0,0 +1 @@
MANIFEST-000169

0
packs/nightborough/LOCK Normal file
View File

7
packs/nightborough/LOG Normal file
View File

@@ -0,0 +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)

View File

@@ -0,0 +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)

Binary file not shown.

Binary file not shown.

BIN
packs/perks/000186.ldb Normal file

Binary file not shown.

0
packs/perks/000201.log Normal file
View File

View File

@@ -1 +1 @@
MANIFEST-000138
MANIFEST-000199

View File

@@ -1,8 +1,8 @@
2023/10/29-23:18:03.351155 7f56117fa6c0 Recovering log #136
2023/10/29-23:18:03.361595 7f56117fa6c0 Delete type=3 #134
2023/10/29-23:18:03.361648 7f56117fa6c0 Delete type=0 #136
2023/10/29-23:22:59.163288 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.163313 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.169835 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.169984 7f56037fe6c0 Manual compaction at level-0 from '!items!0LA7gMBDogO56AZK' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.170013 7f56037fe6c0 Manual compaction at level-1 from '!items!0LA7gMBDogO56AZK' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)
2024/02/25-13:11:04.899830 7f0428e006c0 Recovering log #197
2024/02/25-13:11:04.909890 7f0428e006c0 Delete type=3 #195
2024/02/25-13:11:04.909976 7f0428e006c0 Delete type=0 #197
2024/02/25-13:14:07.614576 7f0421a006c0 Level-0 table #202: started
2024/02/25-13:14:07.614602 7f0421a006c0 Level-0 table #202: 0 bytes OK
2024/02/25-13:14:07.621467 7f0421a006c0 Delete type=0 #200
2024/02/25-13:14:07.628014 7f0421a006c0 Manual compaction at level-0 from '!items!0K3CVEKsq67oKiYE' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)
2024/02/25-13:14:07.628055 7f0421a006c0 Manual compaction at level-1 from '!items!0K3CVEKsq67oKiYE' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2023/10/29-20:24:19.598782 7f5603fff6c0 Recovering log #132
2023/10/29-20:24:19.649199 7f5603fff6c0 Delete type=3 #130
2023/10/29-20:24:19.649294 7f5603fff6c0 Delete type=0 #132
2023/10/29-20:42:38.054355 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:38.054382 7f56037fe6c0 Level-0 table #137: 0 bytes OK
2023/10/29-20:42:38.060415 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.081569 7f56037fe6c0 Manual compaction at level-0 from '!items!0LA7gMBDogO56AZK' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)
2023/10/29-20:42:38.081603 7f56037fe6c0 Manual compaction at level-1 from '!items!0LA7gMBDogO56AZK' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)
2024/02/25-13:04:05.318599 7f0423e006c0 Recovering log #193
2024/02/25-13:04:05.328529 7f0423e006c0 Delete type=3 #191
2024/02/25-13:04:05.328597 7f0423e006c0 Delete type=0 #193
2024/02/25-13:10:09.519595 7f0421a006c0 Level-0 table #198: started
2024/02/25-13:10:09.519645 7f0421a006c0 Level-0 table #198: 0 bytes OK
2024/02/25-13:10:09.526863 7f0421a006c0 Delete type=0 #196
2024/02/25-13:10:09.527031 7f0421a006c0 Manual compaction at level-0 from '!items!0K3CVEKsq67oKiYE' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)
2024/02/25-13:10:09.527062 7f0421a006c0 Manual compaction at level-1 from '!items!0K3CVEKsq67oKiYE' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/perks/MANIFEST-000199 Normal file

Binary file not shown.

0
packs/shields/000200.log Normal file
View File

View File

@@ -1 +1 @@
MANIFEST-000138
MANIFEST-000198

View File

@@ -1,7 +1,7 @@
2023/10/29-23:18:03.288243 7f5603fff6c0 Recovering log #136
2023/10/29-23:18:03.298374 7f5603fff6c0 Delete type=3 #134
2023/10/29-23:18:03.298481 7f5603fff6c0 Delete type=0 #136
2023/10/29-23:22:59.123190 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.123237 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.129849 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.143641 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2024/02/25-13:11:04.832847 7f0422a006c0 Recovering log #196
2024/02/25-13:11:04.844534 7f0422a006c0 Delete type=3 #194
2024/02/25-13:11:04.844584 7f0422a006c0 Delete type=0 #196
2024/02/25-13:14:07.539362 7f0421a006c0 Level-0 table #201: started
2024/02/25-13:14:07.539386 7f0421a006c0 Level-0 table #201: 0 bytes OK
2024/02/25-13:14:07.545589 7f0421a006c0 Delete type=0 #199
2024/02/25-13:14:07.565459 7f0421a006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2023/10/29-20:24:19.352873 7f56117fa6c0 Recovering log #132
2023/10/29-20:24:19.401797 7f56117fa6c0 Delete type=3 #130
2023/10/29-20:24:19.401866 7f56117fa6c0 Delete type=0 #132
2023/10/29-20:42:37.989720 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:37.989749 7f56037fe6c0 Level-0 table #137: 0 bytes OK
2023/10/29-20:42:37.995925 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.014322 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2024/02/25-13:04:05.255291 7f0428e006c0 Recovering log #192
2024/02/25-13:04:05.265834 7f0428e006c0 Delete type=3 #190
2024/02/25-13:04:05.265885 7f0428e006c0 Delete type=0 #192
2024/02/25-13:10:09.486767 7f0421a006c0 Level-0 table #197: started
2024/02/25-13:10:09.486786 7f0421a006c0 Level-0 table #197: 0 bytes OK
2024/02/25-13:10:09.493210 7f0421a006c0 Delete type=0 #195
2024/02/25-13:10:09.499919 7f0421a006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
packs/skills/000186.ldb Normal file

Binary file not shown.

0
packs/skills/000201.log Normal file
View File

View File

@@ -1 +1 @@
MANIFEST-000138
MANIFEST-000199

View File

@@ -1,8 +1,8 @@
2023/10/29-23:18:03.336985 7f5603fff6c0 Recovering log #136
2023/10/29-23:18:03.348011 7f5603fff6c0 Delete type=3 #134
2023/10/29-23:18:03.348152 7f5603fff6c0 Delete type=0 #136
2023/10/29-23:22:59.156910 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.156932 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.163186 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.169973 7f56037fe6c0 Manual compaction at level-0 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!yo7mOkfbbOogx8na' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.170004 7f56037fe6c0 Manual compaction at level-1 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!yo7mOkfbbOogx8na' @ 0 : 0; will stop at (end)
2024/02/25-13:11:04.885568 7f0422a006c0 Recovering log #197
2024/02/25-13:11:04.896289 7f0422a006c0 Delete type=3 #195
2024/02/25-13:11:04.896428 7f0422a006c0 Delete type=0 #197
2024/02/25-13:14:07.572202 7f0421a006c0 Level-0 table #202: started
2024/02/25-13:14:07.572243 7f0421a006c0 Level-0 table #202: 0 bytes OK
2024/02/25-13:14:07.578291 7f0421a006c0 Delete type=0 #200
2024/02/25-13:14:07.592622 7f0421a006c0 Manual compaction at level-0 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!z3j0TW0hqigz6UP5' @ 0 : 0; will stop at (end)
2024/02/25-13:14:07.592664 7f0421a006c0 Manual compaction at level-1 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!z3j0TW0hqigz6UP5' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2023/10/29-20:24:19.540649 7f56117fa6c0 Recovering log #132
2023/10/29-20:24:19.597149 7f56117fa6c0 Delete type=3 #130
2023/10/29-20:24:19.597200 7f56117fa6c0 Delete type=0 #132
2023/10/29-20:42:38.037559 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:38.037586 7f56037fe6c0 Level-0 table #137: 0 bytes OK
2023/10/29-20:42:38.046424 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.054279 7f56037fe6c0 Manual compaction at level-0 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!yo7mOkfbbOogx8na' @ 0 : 0; will stop at (end)
2023/10/29-20:42:38.054309 7f56037fe6c0 Manual compaction at level-1 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!yo7mOkfbbOogx8na' @ 0 : 0; will stop at (end)
2024/02/25-13:04:05.306405 7f0428e006c0 Recovering log #193
2024/02/25-13:04:05.315767 7f0428e006c0 Delete type=3 #191
2024/02/25-13:04:05.315959 7f0428e006c0 Delete type=0 #193
2024/02/25-13:10:09.513533 7f0421a006c0 Level-0 table #198: started
2024/02/25-13:10:09.513561 7f0421a006c0 Level-0 table #198: 0 bytes OK
2024/02/25-13:10:09.519495 7f0421a006c0 Delete type=0 #196
2024/02/25-13:10:09.527015 7f0421a006c0 Manual compaction at level-0 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!z3j0TW0hqigz6UP5' @ 0 : 0; will stop at (end)
2024/02/25-13:10:09.527047 7f0421a006c0 Manual compaction at level-1 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!z3j0TW0hqigz6UP5' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

BIN
packs/sprawl/000005.ldb Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More