Compare commits

..

3 Commits

Author SHA1 Message Date
uberwald d27d580d8c Fix for Babele translation
Release Creation / build (release) Successful in 56s
2026-05-25 23:02:08 +02:00
uberwald 967383f5b3 COrrection sur icones des effets
Release Creation / build (release) Successful in 55s
2026-04-25 09:20:15 +02:00
uberwald e4cc556705 Fix beguiling boon
Release Creation / build (release) Successful in 48s
2026-04-18 17:48:30 +02:00
148 changed files with 343 additions and 327 deletions
+4
View File
@@ -96,6 +96,10 @@
"name": "Plains-Born",
"description": "<h1>Plains-Born</h1><p>You grew up on the plains. When tracking, trapping, hunting, or carrying out other similar activities (not fighting) in a plains environment, you receive a bonus die.</p>"
},
"Envoûtant": {
"name": "Beguiling",
"description": "<h1>Beguiling</h1><p> Your looks and bearing are such that people who might be attracted to your type are enchanted by you. Once per day you may suggest a course of action to a number of rabble equal to appeal + d6, who will do their best to please you, even if it potentially puts them in danger.</p><p>You must have the temptress career to take this boon.</p>"
},
"Fortuné": {
"name": "Great Wealth",
"description": "<h1>Great Wealth</h1><p>You have a source of income or an inheritance. Roll a bonus die on any attempt to obtain any goods, services, or other items you need whilst in your home city.</p>"
+2 -2
View File
@@ -866,12 +866,12 @@ export class BoLActor extends Actor {
if (this.system.resources.hp.value <= 0) {
if (!prone) {
await this.createEmbeddedDocuments("ActiveEffect", [
{ name: game.i18n.localize('EFFECT.StatusProne'), icon: 'icons/svg/falling.svg', statuses: 'prone' }
{ name: game.i18n.localize('EFFECT.StatusProne'), img: 'icons/svg/falling.svg', statuses: ['prone'] }
])
}
if (this.system.resources.hp.value < -5 && !dead) {
await this.createEmbeddedDocuments("ActiveEffect", [
{ name: game.i18n.localize('EFFECT.StatusDead'), icon: 'icons/svg/skull.svg', statuses: 'dead' }
{ name: game.i18n.localize('EFFECT.StatusDead'), img: 'icons/svg/skull.svg', statuses: ['dead'] }
])
}
ChatMessage.create({
+5 -4
View File
@@ -101,11 +101,12 @@ Hooks.once('init', async function () {
// Register hooks
registerHooks()
if (typeof Babele !== 'undefined') {
Babele.get().setSystemTranslationsDir("compendiums");
}
});
/* -------------------------------------------- */
Hooks.once("babele.init", (babele) => {
console.log("Initializing Babele translations")
babele.setSystemTranslationsDir("compendiums");
});
+42 -42
View File
@@ -413,108 +413,108 @@ BOL.bolEffectModifier = {
BOL.statusEffects = [
{
"id": "dead",
"label": "EFFECT.StatusDead",
"icon": "icons/svg/skull.svg"
"name": "EFFECT.StatusDead",
"img": "icons/svg/skull.svg"
},
{
"id": "unconscious",
"label": "EFFECT.StatusUnconscious",
"icon": "icons/svg/unconscious.svg"
"name": "EFFECT.StatusUnconscious",
"img": "icons/svg/unconscious.svg"
},
{
"id": "sleep",
"label": "EFFECT.StatusAsleep",
"icon": "icons/svg/sleep.svg"
"name": "EFFECT.StatusAsleep",
"img": "icons/svg/sleep.svg"
},
{
"id": "stun",
"label": "EFFECT.StatusStunned",
"icon": "icons/svg/daze.svg"
"name": "EFFECT.StatusStunned",
"img": "icons/svg/daze.svg"
},
{
"id": "prone",
"label": "EFFECT.StatusProne",
"icon": "icons/svg/falling.svg"
"name": "EFFECT.StatusProne",
"img": "icons/svg/falling.svg"
},
{
"id": "restrain",
"label": "EFFECT.StatusRestrained",
"icon": "icons/svg/net.svg"
"name": "EFFECT.StatusRestrained",
"img": "icons/svg/net.svg"
},
{
"id": "paralysis",
"label": "EFFECT.StatusParalysis",
"icon": "icons/svg/paralysis.svg"
"name": "EFFECT.StatusParalysis",
"img": "icons/svg/paralysis.svg"
},
{
"id": "fly",
"label": "EFFECT.StatusFlying",
"icon": "icons/svg/wing.svg"
"name": "EFFECT.StatusFlying",
"img": "icons/svg/wing.svg"
},
{
"id": "blind",
"label": "EFFECT.StatusBlind",
"icon": "icons/svg/blind.svg"
"name": "EFFECT.StatusBlind",
"img": "icons/svg/blind.svg"
},
{
"id": "deaf",
"label": "EFFECT.StatusDeaf",
"icon": "icons/svg/deaf.svg"
"name": "EFFECT.StatusDeaf",
"img": "icons/svg/deaf.svg"
},
{
"id": "silence",
"label": "EFFECT.StatusSilenced",
"icon": "icons/svg/silenced.svg"
"name": "EFFECT.StatusSilenced",
"img": "icons/svg/silenced.svg"
},
{
"id": "fear",
"label": "EFFECT.StatusFear",
"icon": "icons/svg/terror.svg"
"name": "EFFECT.StatusFear",
"img": "icons/svg/terror.svg"
},
{
"id": "burning",
"label": "EFFECT.StatusBurning",
"icon": "icons/svg/fire.svg"
"name": "EFFECT.StatusBurning",
"img": "icons/svg/fire.svg"
},
{
"id": "frozen",
"label": "EFFECT.StatusFrozen",
"icon": "icons/svg/frozen.svg"
"name": "EFFECT.StatusFrozen",
"img": "icons/svg/frozen.svg"
},
{
"id": "shock",
"label": "EFFECT.StatusShocked",
"icon": "icons/svg/lightning.svg"
"name": "EFFECT.StatusShocked",
"img": "icons/svg/lightning.svg"
},
{
"id": "disease",
"label": "EFFECT.StatusDisease",
"icon": "icons/svg/biohazard.svg"
"name": "EFFECT.StatusDisease",
"img": "icons/svg/biohazard.svg"
},
{
"id": "poison",
"label": "EFFECT.StatusPoison",
"icon": "icons/svg/poison.svg"
"name": "EFFECT.StatusPoison",
"img": "icons/svg/poison.svg"
},
{
"id": "curse",
"label": "EFFECT.StatusCursed",
"icon": "icons/svg/sun.svg"
"name": "EFFECT.StatusCursed",
"img": "icons/svg/sun.svg"
},
{
"id": "invisible",
"label": "EFFECT.StatusInvisible",
"icon": "icons/svg/invisible.svg"
"name": "EFFECT.StatusInvisible",
"img": "icons/svg/invisible.svg"
},
{
"id": "target",
"label": "EFFECT.StatusTarget",
"icon": "icons/svg/target.svg"
"name": "EFFECT.StatusTarget",
"img": "icons/svg/target.svg"
},
{
"id": "eye",
"label": "EFFECT.StatusMarked",
"icon": "icons/svg/eye.svg"
"name": "EFFECT.StatusMarked",
"img": "icons/svg/eye.svg"
}
]
+1 -1
View File
@@ -1 +1 @@
MANIFEST-001138
MANIFEST-001182
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/11-21:28:04.733439 7ff3bebfd6c0 Recovering log #1135
2026/04/11-21:28:04.743122 7ff3bebfd6c0 Delete type=3 #1133
2026/04/11-21:28:04.743177 7ff3bebfd6c0 Delete type=0 #1135
2026/04/11-21:28:49.377435 7ff3bdbfb6c0 Level-0 table #1141: started
2026/04/11-21:28:49.377469 7ff3bdbfb6c0 Level-0 table #1141: 0 bytes OK
2026/04/11-21:28:49.413622 7ff3bdbfb6c0 Delete type=0 #1139
2026/04/11-21:28:49.456441 7ff3bdbfb6c0 Manual compaction at level-0 from '!journal!6cCdSvQgEHJ1bvX4' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.612129 7fe4caffd6c0 Delete type=3 #1
2026/05/25-23:00:36.536419 7fe4c9ffb6c0 Level-0 table #1185: started
2026/05/25-23:00:36.536444 7fe4c9ffb6c0 Level-0 table #1185: 0 bytes OK
2026/05/25-23:00:36.543456 7fe4c9ffb6c0 Delete type=0 #1183
2026/05/25-23:00:36.571253 7fe4c9ffb6c0 Manual compaction at level-0 from '!journal!6cCdSvQgEHJ1bvX4' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 321 : 1
2026/05/25-23:00:36.571263 7fe4c9ffb6c0 Compacting 1@0 + 0@1 files
2026/05/25-23:00:36.575045 7fe4c9ffb6c0 Generated table #1186@0: 23 keys, 27230 bytes
2026/05/25-23:00:36.575065 7fe4c9ffb6c0 Compacted 1@0 + 0@1 files => 27230 bytes
2026/05/25-23:00:36.581924 7fe4c9ffb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/25-23:00:36.582006 7fe4c9ffb6c0 Delete type=2 #1137
2026/05/25-23:00:36.591655 7fe4c9ffb6c0 Manual compaction at level-0 from '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 321 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
+4 -14
View File
@@ -1,14 +1,4 @@
2026/04/11-21:19:06.264443 7ff3bf3fe6c0 Recovering log #1130
2026/04/11-21:19:06.275289 7ff3bf3fe6c0 Delete type=3 #1128
2026/04/11-21:19:06.275358 7ff3bf3fe6c0 Delete type=0 #1130
2026/04/11-21:27:57.082652 7ff3bdbfb6c0 Level-0 table #1136: started
2026/04/11-21:27:57.086593 7ff3bdbfb6c0 Level-0 table #1136: 2472 bytes OK
2026/04/11-21:27:57.092696 7ff3bdbfb6c0 Delete type=0 #1134
2026/04/11-21:27:57.111697 7ff3bdbfb6c0 Manual compaction at level-0 from '!journal!6cCdSvQgEHJ1bvX4' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at '!journal.pages!8ihDiCxC47fcdKVA.MOWru5Dbvs4iozXm' @ 325 : 1
2026/04/11-21:27:57.111705 7ff3bdbfb6c0 Compacting 1@0 + 1@1 files
2026/04/11-21:27:57.115555 7ff3bdbfb6c0 Generated table #1137@0: 23 keys, 27230 bytes
2026/04/11-21:27:57.115568 7ff3bdbfb6c0 Compacted 1@0 + 1@1 files => 27230 bytes
2026/04/11-21:27:57.121399 7ff3bdbfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/04/11-21:27:57.121501 7ff3bdbfb6c0 Delete type=2 #1132
2026/04/11-21:27:57.121625 7ff3bdbfb6c0 Delete type=2 #1136
2026/04/11-21:27:57.121723 7ff3bdbfb6c0 Manual compaction at level-0 from '!journal.pages!8ihDiCxC47fcdKVA.MOWru5Dbvs4iozXm' @ 325 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.597782 7fe4caffd6c0 Log #1180: 0 ops saved to Table #1181 OK
2026/05/25-23:00:12.597848 7fe4caffd6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/aides-de-jeu/001180.log: OK
2026/05/25-23:00:12.598005 7fe4caffd6c0 Table #1137: 23 entries OK
2026/05/25-23:00:12.601125 7fe4caffd6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/aides-de-jeu; recovered 1 files; 27230 bytes. Some data may have been lost. ****
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-001039
MANIFEST-001083
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/11-21:28:04.708004 7ff3be3fc6c0 Recovering log #1037
2026/04/11-21:28:04.718300 7ff3be3fc6c0 Delete type=3 #1035
2026/04/11-21:28:04.718366 7ff3be3fc6c0 Delete type=0 #1037
2026/04/11-21:28:49.305595 7ff3bdbfb6c0 Level-0 table #1042: started
2026/04/11-21:28:49.305624 7ff3bdbfb6c0 Level-0 table #1042: 0 bytes OK
2026/04/11-21:28:49.334673 7ff3bdbfb6c0 Delete type=0 #1040
2026/04/11-21:28:49.456420 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.578214 7fe4cb7fe6c0 Delete type=3 #1
2026/05/25-23:00:36.530100 7fe4c9ffb6c0 Level-0 table #1086: started
2026/05/25-23:00:36.530126 7fe4c9ffb6c0 Level-0 table #1086: 0 bytes OK
2026/05/25-23:00:36.536304 7fe4c9ffb6c0 Delete type=0 #1084
2026/05/25-23:00:36.553226 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at '!items!xhEcsi3WHjbt2ro9' @ 42 : 1
2026/05/25-23:00:36.553236 7fe4c9ffb6c0 Compacting 1@0 + 0@1 files
2026/05/25-23:00:36.557165 7fe4c9ffb6c0 Generated table #1087@0: 6 keys, 5424 bytes
2026/05/25-23:00:36.557185 7fe4c9ffb6c0 Compacted 1@0 + 0@1 files => 5424 bytes
2026/05/25-23:00:36.565017 7fe4c9ffb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/25-23:00:36.565064 7fe4c9ffb6c0 Delete type=2 #1022
2026/05/25-23:00:36.582164 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!xhEcsi3WHjbt2ro9' @ 42 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
+4 -7
View File
@@ -1,7 +1,4 @@
2026/04/11-21:19:06.240951 7ff3be3fc6c0 Recovering log #1033
2026/04/11-21:19:06.250426 7ff3be3fc6c0 Delete type=3 #1031
2026/04/11-21:19:06.250488 7ff3be3fc6c0 Delete type=0 #1033
2026/04/11-21:27:57.098718 7ff3bdbfb6c0 Level-0 table #1038: started
2026/04/11-21:27:57.098740 7ff3bdbfb6c0 Level-0 table #1038: 0 bytes OK
2026/04/11-21:27:57.104599 7ff3bdbfb6c0 Delete type=0 #1036
2026/04/11-21:27:57.121701 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.561159 7fe4cb7fe6c0 Log #1081: 0 ops saved to Table #1082 OK
2026/05/25-23:00:12.561275 7fe4cb7fe6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/armors/001081.log: OK
2026/05/25-23:00:12.561353 7fe4cb7fe6c0 Table #1022: 6 entries OK
2026/05/25-23:00:12.565343 7fe4cb7fe6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/armors; recovered 1 files; 5424 bytes. Some data may have been lost. ****
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-001133
MANIFEST-001177
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/11-21:28:04.608888 7ff3be3fc6c0 Recovering log #1131
2026/04/11-21:28:04.618597 7ff3be3fc6c0 Delete type=3 #1129
2026/04/11-21:28:04.618657 7ff3be3fc6c0 Delete type=0 #1131
2026/04/11-21:28:49.095706 7ff3bdbfb6c0 Level-0 table #1136: started
2026/04/11-21:28:49.095741 7ff3bdbfb6c0 Level-0 table #1136: 0 bytes OK
2026/04/11-21:28:49.132472 7ff3bdbfb6c0 Delete type=0 #1134
2026/04/11-21:28:49.170383 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.425549 7fe4ca7fc6c0 Delete type=3 #1
2026/05/25-23:00:36.388047 7fe4c9ffb6c0 Level-0 table #1180: started
2026/05/25-23:00:36.388101 7fe4c9ffb6c0 Level-0 table #1180: 0 bytes OK
2026/05/25-23:00:36.395212 7fe4c9ffb6c0 Delete type=0 #1178
2026/05/25-23:00:36.417679 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at '!items!zgspy1QKaxdEetEw' @ 533 : 1
2026/05/25-23:00:36.417686 7fe4c9ffb6c0 Compacting 1@0 + 0@1 files
2026/05/25-23:00:36.422045 7fe4c9ffb6c0 Generated table #1181@0: 61 keys, 20970 bytes
2026/05/25-23:00:36.422060 7fe4c9ffb6c0 Compacted 1@0 + 0@1 files => 20970 bytes
2026/05/25-23:00:36.429165 7fe4c9ffb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/25-23:00:36.429431 7fe4c9ffb6c0 Delete type=2 #1116
2026/05/25-23:00:36.458787 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!zgspy1QKaxdEetEw' @ 533 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
+4 -7
View File
@@ -1,7 +1,4 @@
2026/04/11-21:19:06.144409 7ff3be3fc6c0 Recovering log #1127
2026/04/11-21:19:06.153957 7ff3be3fc6c0 Delete type=3 #1125
2026/04/11-21:19:06.154021 7ff3be3fc6c0 Delete type=0 #1127
2026/04/11-21:27:57.045260 7ff3bdbfb6c0 Level-0 table #1132: started
2026/04/11-21:27:57.045286 7ff3bdbfb6c0 Level-0 table #1132: 0 bytes OK
2026/04/11-21:27:57.051070 7ff3bdbfb6c0 Delete type=0 #1130
2026/04/11-21:27:57.057054 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.401220 7fe4ca7fc6c0 Log #1175: 0 ops saved to Table #1176 OK
2026/05/25-23:00:12.401339 7fe4ca7fc6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/boons/001175.log: OK
2026/05/25-23:00:12.401481 7fe4ca7fc6c0 Table #1116: 61 entries OK
2026/05/25-23:00:12.404758 7fe4ca7fc6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/boons; recovered 1 files; 20970 bytes. Some data may have been lost. ****
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-001132
MANIFEST-001176
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/11-21:28:04.620767 7ff3bfbff6c0 Recovering log #1130
2026/04/11-21:28:04.630558 7ff3bfbff6c0 Delete type=3 #1128
2026/04/11-21:28:04.630621 7ff3bfbff6c0 Delete type=0 #1130
2026/04/11-21:28:49.058278 7ff3bdbfb6c0 Level-0 table #1135: started
2026/04/11-21:28:49.058305 7ff3bdbfb6c0 Level-0 table #1135: 0 bytes OK
2026/04/11-21:28:49.095507 7ff3bdbfb6c0 Delete type=0 #1133
2026/04/11-21:28:49.170373 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.447017 7fe4caffd6c0 Delete type=3 #1
2026/05/25-23:00:36.410024 7fe4c9ffb6c0 Level-0 table #1179: started
2026/05/25-23:00:36.410044 7fe4c9ffb6c0 Level-0 table #1179: 0 bytes OK
2026/05/25-23:00:36.417584 7fe4c9ffb6c0 Delete type=0 #1177
2026/05/25-23:00:36.449756 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at '!items!yofwG0YrsL902G77' @ 64 : 1
2026/05/25-23:00:36.449760 7fe4c9ffb6c0 Compacting 1@0 + 0@1 files
2026/05/25-23:00:36.452819 7fe4c9ffb6c0 Generated table #1180@0: 8 keys, 2453 bytes
2026/05/25-23:00:36.452824 7fe4c9ffb6c0 Compacted 1@0 + 0@1 files => 2453 bytes
2026/05/25-23:00:36.458709 7fe4c9ffb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/25-23:00:36.458735 7fe4c9ffb6c0 Delete type=2 #1115
2026/05/25-23:00:36.458914 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!yofwG0YrsL902G77' @ 64 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
+4 -7
View File
@@ -1,7 +1,4 @@
2026/04/11-21:19:06.155820 7ff3bfbff6c0 Recovering log #1126
2026/04/11-21:19:06.166134 7ff3bfbff6c0 Delete type=3 #1124
2026/04/11-21:19:06.166197 7ff3bfbff6c0 Delete type=0 #1126
2026/04/11-21:27:57.031682 7ff3bdbfb6c0 Level-0 table #1131: started
2026/04/11-21:27:57.031756 7ff3bdbfb6c0 Level-0 table #1131: 0 bytes OK
2026/04/11-21:27:57.038391 7ff3bdbfb6c0 Delete type=0 #1129
2026/04/11-21:27:57.057035 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.429919 7fe4caffd6c0 Log #1174: 0 ops saved to Table #1175 OK
2026/05/25-23:00:12.430037 7fe4caffd6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/boonsflawscreatures/001174.log: OK
2026/05/25-23:00:12.430106 7fe4caffd6c0 Table #1115: 8 entries OK
2026/05/25-23:00:12.434252 7fe4caffd6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/boonsflawscreatures; recovered 1 files; 2453 bytes. Some data may have been lost. ****
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-001132
MANIFEST-001176
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/11-21:28:04.644730 7ff3bfbff6c0 Recovering log #1130
2026/04/11-21:28:04.655618 7ff3bfbff6c0 Delete type=3 #1128
2026/04/11-21:28:04.655815 7ff3bfbff6c0 Delete type=0 #1130
2026/04/11-21:28:49.132705 7ff3bdbfb6c0 Level-0 table #1135: started
2026/04/11-21:28:49.132747 7ff3bdbfb6c0 Level-0 table #1135: 0 bytes OK
2026/04/11-21:28:49.170220 7ff3bdbfb6c0 Delete type=0 #1133
2026/04/11-21:28:49.170391 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.484684 7fe4cbfff6c0 Delete type=3 #1
2026/05/25-23:00:36.403076 7fe4c9ffb6c0 Level-0 table #1179: started
2026/05/25-23:00:36.403094 7fe4c9ffb6c0 Level-0 table #1179: 0 bytes OK
2026/05/25-23:00:36.409935 7fe4c9ffb6c0 Delete type=0 #1177
2026/05/25-23:00:36.439840 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at '!items!zxY3sW0iCJBvwjOS' @ 215 : 1
2026/05/25-23:00:36.439845 7fe4c9ffb6c0 Compacting 1@0 + 0@1 files
2026/05/25-23:00:36.443478 7fe4c9ffb6c0 Generated table #1180@0: 27 keys, 42639 bytes
2026/05/25-23:00:36.443484 7fe4c9ffb6c0 Compacted 1@0 + 0@1 files => 42639 bytes
2026/05/25-23:00:36.449667 7fe4c9ffb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/25-23:00:36.449695 7fe4c9ffb6c0 Delete type=2 #1115
2026/05/25-23:00:36.458796 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!zxY3sW0iCJBvwjOS' @ 215 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
+4 -7
View File
@@ -1,7 +1,4 @@
2026/04/11-21:19:06.179631 7ff3bebfd6c0 Recovering log #1126
2026/04/11-21:19:06.189451 7ff3bebfd6c0 Delete type=3 #1124
2026/04/11-21:19:06.189498 7ff3bebfd6c0 Delete type=0 #1126
2026/04/11-21:27:57.051143 7ff3bdbfb6c0 Level-0 table #1131: started
2026/04/11-21:27:57.051164 7ff3bdbfb6c0 Level-0 table #1131: 0 bytes OK
2026/04/11-21:27:57.056960 7ff3bdbfb6c0 Delete type=0 #1129
2026/04/11-21:27:57.057062 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.469657 7fe4cbfff6c0 Log #1174: 0 ops saved to Table #1175 OK
2026/05/25-23:00:12.469724 7fe4cbfff6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/careers/001174.log: OK
2026/05/25-23:00:12.469831 7fe4cbfff6c0 Table #1115: 27 entries OK
2026/05/25-23:00:12.473085 7fe4cbfff6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/careers; recovered 1 files; 42639 bytes. Some data may have been lost. ****
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-001130
MANIFEST-001174
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/11-21:28:04.822069 7ff3bebfd6c0 Recovering log #1128
2026/04/11-21:28:04.831801 7ff3bebfd6c0 Delete type=3 #1126
2026/04/11-21:28:04.831849 7ff3bebfd6c0 Delete type=0 #1128
2026/04/11-21:28:49.681591 7ff3bdbfb6c0 Level-0 table #1133: started
2026/04/11-21:28:49.681658 7ff3bdbfb6c0 Level-0 table #1133: 0 bytes OK
2026/04/11-21:28:49.718700 7ff3bdbfb6c0 Delete type=0 #1131
2026/04/11-21:28:49.761295 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.737191 7fe4caffd6c0 Delete type=3 #1
2026/05/25-23:00:36.664472 7fe4c9ffb6c0 Level-0 table #1177: started
2026/05/25-23:00:36.664490 7fe4c9ffb6c0 Level-0 table #1177: 0 bytes OK
2026/05/25-23:00:36.670481 7fe4c9ffb6c0 Delete type=0 #1175
2026/05/25-23:00:36.687068 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at '!items!zwSNMO9HpiqUCMt8' @ 24 : 1
2026/05/25-23:00:36.687075 7fe4c9ffb6c0 Compacting 1@0 + 0@1 files
2026/05/25-23:00:36.690125 7fe4c9ffb6c0 Generated table #1178@0: 4 keys, 990 bytes
2026/05/25-23:00:36.690136 7fe4c9ffb6c0 Compacted 1@0 + 0@1 files => 990 bytes
2026/05/25-23:00:36.697155 7fe4c9ffb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/25-23:00:36.697213 7fe4c9ffb6c0 Delete type=2 #1113
2026/05/25-23:00:36.703345 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!zwSNMO9HpiqUCMt8' @ 24 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
+4 -7
View File
@@ -1,7 +1,4 @@
2026/04/11-21:19:06.351355 7ff3bfbff6c0 Recovering log #1124
2026/04/11-21:19:06.361887 7ff3bfbff6c0 Delete type=3 #1122
2026/04/11-21:19:06.361938 7ff3bfbff6c0 Delete type=0 #1124
2026/04/11-21:27:57.154739 7ff3bdbfb6c0 Level-0 table #1129: started
2026/04/11-21:27:57.154770 7ff3bdbfb6c0 Level-0 table #1129: 0 bytes OK
2026/04/11-21:27:57.160975 7ff3bdbfb6c0 Delete type=0 #1127
2026/04/11-21:27:57.175182 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.721390 7fe4caffd6c0 Log #1172: 0 ops saved to Table #1173 OK
2026/05/25-23:00:12.721495 7fe4caffd6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/effets-exemples/001172.log: OK
2026/05/25-23:00:12.721563 7fe4caffd6c0 Table #1113: 4 entries OK
2026/05/25-23:00:12.725085 7fe4caffd6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/effets-exemples; recovered 1 files; 990 bytes. Some data may have been lost. ****
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-001133
MANIFEST-001177
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/11-21:28:04.683176 7ff3bebfd6c0 Recovering log #1131
2026/04/11-21:28:04.693337 7ff3bebfd6c0 Delete type=3 #1129
2026/04/11-21:28:04.693387 7ff3bebfd6c0 Delete type=0 #1131
2026/04/11-21:28:49.233539 7ff3bdbfb6c0 Level-0 table #1136: started
2026/04/11-21:28:49.233570 7ff3bdbfb6c0 Level-0 table #1136: 0 bytes OK
2026/04/11-21:28:49.271356 7ff3bdbfb6c0 Delete type=0 #1134
2026/04/11-21:28:49.305506 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.540722 7fe4cbfff6c0 Delete type=3 #1
2026/05/25-23:00:36.471926 7fe4c9ffb6c0 Level-0 table #1180: started
2026/05/25-23:00:36.471937 7fe4c9ffb6c0 Level-0 table #1180: 0 bytes OK
2026/05/25-23:00:36.477925 7fe4c9ffb6c0 Delete type=0 #1178
2026/05/25-23:00:36.503503 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at '!items!yE8UH6YAgNGjKDEu' @ 499 : 1
2026/05/25-23:00:36.503506 7fe4c9ffb6c0 Compacting 1@0 + 0@1 files
2026/05/25-23:00:36.506759 7fe4c9ffb6c0 Generated table #1181@0: 43 keys, 9886 bytes
2026/05/25-23:00:36.506764 7fe4c9ffb6c0 Compacted 1@0 + 0@1 files => 9886 bytes
2026/05/25-23:00:36.513480 7fe4c9ffb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/25-23:00:36.513514 7fe4c9ffb6c0 Delete type=2 #1116
2026/05/25-23:00:36.523452 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!yE8UH6YAgNGjKDEu' @ 499 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
+4 -7
View File
@@ -1,7 +1,4 @@
2026/04/11-21:19:06.215905 7ff3be3fc6c0 Recovering log #1127
2026/04/11-21:19:06.225729 7ff3be3fc6c0 Delete type=3 #1125
2026/04/11-21:19:06.225801 7ff3be3fc6c0 Delete type=0 #1127
2026/04/11-21:27:57.070299 7ff3bdbfb6c0 Level-0 table #1132: started
2026/04/11-21:27:57.070342 7ff3bdbfb6c0 Level-0 table #1132: 0 bytes OK
2026/04/11-21:27:57.076462 7ff3bdbfb6c0 Delete type=0 #1130
2026/04/11-21:27:57.082540 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.526059 7fe4cbfff6c0 Log #1175: 0 ops saved to Table #1176 OK
2026/05/25-23:00:12.526152 7fe4cbfff6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/equipment/001175.log: OK
2026/05/25-23:00:12.526242 7fe4cbfff6c0 Table #1116: 43 entries OK
2026/05/25-23:00:12.529350 7fe4cbfff6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/equipment; recovered 1 files; 9886 bytes. Some data may have been lost. ****
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-001132
MANIFEST-001176
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/11-21:28:04.771459 7ff3bebfd6c0 Recovering log #1130
2026/04/11-21:28:04.782419 7ff3bebfd6c0 Delete type=3 #1128
2026/04/11-21:28:04.782481 7ff3bebfd6c0 Delete type=0 #1130
2026/04/11-21:28:49.490812 7ff3bdbfb6c0 Level-0 table #1135: started
2026/04/11-21:28:49.490847 7ff3bdbfb6c0 Level-0 table #1135: 0 bytes OK
2026/04/11-21:28:49.523118 7ff3bdbfb6c0 Delete type=0 #1133
2026/04/11-21:28:49.606517 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.667051 7fe4cb7fe6c0 Delete type=3 #1
2026/05/25-23:00:36.591667 7fe4c9ffb6c0 Level-0 table #1179: started
2026/05/25-23:00:36.591691 7fe4c9ffb6c0 Level-0 table #1179: 0 bytes OK
2026/05/25-23:00:36.598377 7fe4c9ffb6c0 Delete type=0 #1177
2026/05/25-23:00:36.611349 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at '!items!vGydqADwTsHZ9B3j' @ 189 : 1
2026/05/25-23:00:36.611355 7fe4c9ffb6c0 Compacting 1@0 + 0@1 files
2026/05/25-23:00:36.615369 7fe4c9ffb6c0 Generated table #1180@0: 8 keys, 3773 bytes
2026/05/25-23:00:36.615379 7fe4c9ffb6c0 Compacted 1@0 + 0@1 files => 3773 bytes
2026/05/25-23:00:36.621333 7fe4c9ffb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/25-23:00:36.621380 7fe4c9ffb6c0 Delete type=2 #1115
2026/05/25-23:00:36.648726 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!vGydqADwTsHZ9B3j' @ 189 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
+4 -7
View File
@@ -1,7 +1,4 @@
2026/04/11-21:19:06.302307 7ff3bfbff6c0 Recovering log #1126
2026/04/11-21:19:06.312721 7ff3bfbff6c0 Delete type=3 #1124
2026/04/11-21:19:06.312775 7ff3bfbff6c0 Delete type=0 #1126
2026/04/11-21:27:57.121860 7ff3bdbfb6c0 Level-0 table #1131: started
2026/04/11-21:27:57.121898 7ff3bdbfb6c0 Level-0 table #1131: 0 bytes OK
2026/04/11-21:27:57.127875 7ff3bdbfb6c0 Delete type=0 #1129
2026/04/11-21:27:57.147924 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.653101 7fe4cb7fe6c0 Log #1174: 0 ops saved to Table #1175 OK
2026/05/25-23:00:12.653154 7fe4cb7fe6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/fightoptions/001174.log: OK
2026/05/25-23:00:12.653192 7fe4cb7fe6c0 Table #1115: 8 entries OK
2026/05/25-23:00:12.656127 7fe4cb7fe6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/fightoptions; recovered 1 files; 3773 bytes. Some data may have been lost. ****
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000615
MANIFEST-000659
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/11-21:28:04.784582 7ff3be3fc6c0 Recovering log #613
2026/04/11-21:28:04.794288 7ff3be3fc6c0 Delete type=3 #611
2026/04/11-21:28:04.794347 7ff3be3fc6c0 Delete type=0 #613
2026/04/11-21:28:49.523267 7ff3bdbfb6c0 Level-0 table #618: started
2026/04/11-21:28:49.523294 7ff3bdbfb6c0 Level-0 table #618: 0 bytes OK
2026/04/11-21:28:49.563196 7ff3bdbfb6c0 Delete type=0 #616
2026/04/11-21:28:49.606526 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.682843 7fe4cb7fe6c0 Delete type=3 #1
2026/05/25-23:00:36.604632 7fe4c9ffb6c0 Level-0 table #662: started
2026/05/25-23:00:36.604650 7fe4c9ffb6c0 Level-0 table #662: 0 bytes OK
2026/05/25-23:00:36.611270 7fe4c9ffb6c0 Delete type=0 #660
2026/05/25-23:00:36.638182 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at '!items!wYEpnhbyYaMkaNdL' @ 150 : 1
2026/05/25-23:00:36.638188 7fe4c9ffb6c0 Compacting 1@0 + 0@1 files
2026/05/25-23:00:36.641715 7fe4c9ffb6c0 Generated table #663@0: 22 keys, 11387 bytes
2026/05/25-23:00:36.641727 7fe4c9ffb6c0 Compacted 1@0 + 0@1 files => 11387 bytes
2026/05/25-23:00:36.648601 7fe4c9ffb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/25-23:00:36.648646 7fe4c9ffb6c0 Delete type=2 #598
2026/05/25-23:00:36.658117 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!wYEpnhbyYaMkaNdL' @ 150 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
+4 -7
View File
@@ -1,7 +1,4 @@
2026/04/11-21:19:06.314651 7ff3bebfd6c0 Recovering log #609
2026/04/11-21:19:06.324515 7ff3bebfd6c0 Delete type=3 #607
2026/04/11-21:19:06.324590 7ff3bebfd6c0 Delete type=0 #609
2026/04/11-21:27:57.135220 7ff3bdbfb6c0 Level-0 table #614: started
2026/04/11-21:27:57.135248 7ff3bdbfb6c0 Level-0 table #614: 0 bytes OK
2026/04/11-21:27:57.141172 7ff3bdbfb6c0 Delete type=0 #612
2026/04/11-21:27:57.147942 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.669439 7fe4cb7fe6c0 Log #657: 0 ops saved to Table #658 OK
2026/05/25-23:00:12.669482 7fe4cb7fe6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/fightoptionsfanmade/000657.log: OK
2026/05/25-23:00:12.669524 7fe4cb7fe6c0 Table #598: 22 entries OK
2026/05/25-23:00:12.672417 7fe4cb7fe6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/fightoptionsfanmade; recovered 1 files; 11387 bytes. Some data may have been lost. ****
Binary file not shown.
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-001133
MANIFEST-001177
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/11-21:28:04.632656 7ff3be3fc6c0 Recovering log #1131
2026/04/11-21:28:04.642627 7ff3be3fc6c0 Delete type=3 #1129
2026/04/11-21:28:04.642693 7ff3be3fc6c0 Delete type=0 #1131
2026/04/11-21:28:49.022252 7ff3bdbfb6c0 Level-0 table #1136: started
2026/04/11-21:28:49.022296 7ff3bdbfb6c0 Level-0 table #1136: 0 bytes OK
2026/04/11-21:28:49.058141 7ff3bdbfb6c0 Delete type=0 #1134
2026/04/11-21:28:49.170360 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.465812 7fe4ca7fc6c0 Delete type=3 #1
2026/05/25-23:00:36.395308 7fe4c9ffb6c0 Level-0 table #1180: started
2026/05/25-23:00:36.395326 7fe4c9ffb6c0 Level-0 table #1180: 0 bytes OK
2026/05/25-23:00:36.402987 7fe4c9ffb6c0 Delete type=0 #1178
2026/05/25-23:00:36.429555 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at '!items!znd0K3b7HzYpdehs' @ 389 : 1
2026/05/25-23:00:36.429562 7fe4c9ffb6c0 Compacting 1@0 + 0@1 files
2026/05/25-23:00:36.433153 7fe4c9ffb6c0 Generated table #1181@0: 44 keys, 16594 bytes
2026/05/25-23:00:36.433159 7fe4c9ffb6c0 Compacted 1@0 + 0@1 files => 16594 bytes
2026/05/25-23:00:36.439742 7fe4c9ffb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/25-23:00:36.439771 7fe4c9ffb6c0 Delete type=2 #1116
2026/05/25-23:00:36.458792 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!znd0K3b7HzYpdehs' @ 389 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
+4 -7
View File
@@ -1,7 +1,4 @@
2026/04/11-21:19:06.167811 7ff3bf3fe6c0 Recovering log #1127
2026/04/11-21:19:06.177763 7ff3bf3fe6c0 Delete type=3 #1125
2026/04/11-21:19:06.177819 7ff3bf3fe6c0 Delete type=0 #1127
2026/04/11-21:27:57.038506 7ff3bdbfb6c0 Level-0 table #1132: started
2026/04/11-21:27:57.038536 7ff3bdbfb6c0 Level-0 table #1132: 0 bytes OK
2026/04/11-21:27:57.045178 7ff3bdbfb6c0 Delete type=0 #1130
2026/04/11-21:27:57.057045 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.450612 7fe4ca7fc6c0 Log #1175: 0 ops saved to Table #1176 OK
2026/05/25-23:00:12.450694 7fe4ca7fc6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/flaws/001175.log: OK
2026/05/25-23:00:12.450776 7fe4ca7fc6c0 Table #1116: 44 entries OK
2026/05/25-23:00:12.453884 7fe4ca7fc6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/flaws; recovered 1 files; 16594 bytes. Some data may have been lost. ****
Binary file not shown.
Binary file not shown.
View File
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-001132
MANIFEST-001176
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/11-21:28:04.745462 7ff3bfbff6c0 Recovering log #1130
2026/04/11-21:28:04.755975 7ff3bfbff6c0 Delete type=3 #1128
2026/04/11-21:28:04.756037 7ff3bfbff6c0 Delete type=0 #1130
2026/04/11-21:28:49.413786 7ff3bdbfb6c0 Level-0 table #1135: started
2026/04/11-21:28:49.413815 7ff3bdbfb6c0 Level-0 table #1135: 0 bytes OK
2026/04/11-21:28:49.456301 7ff3bdbfb6c0 Delete type=0 #1133
2026/04/11-21:28:49.456449 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.629825 7fe4cb7fe6c0 Delete type=3 #1
2026/05/25-23:00:36.565124 7fe4c9ffb6c0 Level-0 table #1179: started
2026/05/25-23:00:36.565137 7fe4c9ffb6c0 Level-0 table #1179: 0 bytes OK
2026/05/25-23:00:36.571137 7fe4c9ffb6c0 Delete type=0 #1177
2026/05/25-23:00:36.582175 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at '!items!vaAQiuAHdyQrQiUX' @ 149 : 1
2026/05/25-23:00:36.582181 7fe4c9ffb6c0 Compacting 1@0 + 0@1 files
2026/05/25-23:00:36.585512 7fe4c9ffb6c0 Generated table #1180@0: 18 keys, 7450 bytes
2026/05/25-23:00:36.585530 7fe4c9ffb6c0 Compacted 1@0 + 0@1 files => 7450 bytes
2026/05/25-23:00:36.591453 7fe4c9ffb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/25-23:00:36.591531 7fe4c9ffb6c0 Delete type=2 #1115
2026/05/25-23:00:36.604624 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!vaAQiuAHdyQrQiUX' @ 149 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
+4 -7
View File
@@ -1,7 +1,4 @@
2026/04/11-21:19:06.277894 7ff3bfbff6c0 Recovering log #1126
2026/04/11-21:19:06.287521 7ff3bfbff6c0 Delete type=3 #1124
2026/04/11-21:19:06.287570 7ff3bfbff6c0 Delete type=0 #1126
2026/04/11-21:27:57.092798 7ff3bdbfb6c0 Level-0 table #1131: started
2026/04/11-21:27:57.092823 7ff3bdbfb6c0 Level-0 table #1131: 0 bytes OK
2026/04/11-21:27:57.098645 7ff3bdbfb6c0 Delete type=0 #1129
2026/04/11-21:27:57.121686 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.615545 7fe4cb7fe6c0 Log #1174: 0 ops saved to Table #1175 OK
2026/05/25-23:00:12.615617 7fe4cb7fe6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/languages/001174.log: OK
2026/05/25-23:00:12.615697 7fe4cb7fe6c0 Table #1115: 18 entries OK
2026/05/25-23:00:12.618760 7fe4cb7fe6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/languages; recovered 1 files; 7450 bytes. Some data may have been lost. ****
Binary file not shown.
Binary file not shown.
View File
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-001132
MANIFEST-001176
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/11-21:28:04.809086 7ff3be3fc6c0 Recovering log #1130
2026/04/11-21:28:04.819927 7ff3be3fc6c0 Delete type=3 #1128
2026/04/11-21:28:04.819971 7ff3be3fc6c0 Delete type=0 #1130
2026/04/11-21:28:49.606597 7ff3bdbfb6c0 Level-0 table #1135: started
2026/04/11-21:28:49.606621 7ff3bdbfb6c0 Level-0 table #1135: 0 bytes OK
2026/04/11-21:28:49.638965 7ff3bdbfb6c0 Delete type=0 #1133
2026/04/11-21:28:49.761270 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.718517 7fe4cb7fe6c0 Delete type=3 #1
2026/05/25-23:00:36.658125 7fe4c9ffb6c0 Level-0 table #1179: started
2026/05/25-23:00:36.658144 7fe4c9ffb6c0 Level-0 table #1179: 0 bytes OK
2026/05/25-23:00:36.664404 7fe4c9ffb6c0 Delete type=0 #1177
2026/05/25-23:00:36.677369 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at '!items!xVWrSPiX0Nwccsn6' @ 336 : 1
2026/05/25-23:00:36.677376 7fe4c9ffb6c0 Compacting 1@0 + 0@1 files
2026/05/25-23:00:36.681106 7fe4c9ffb6c0 Generated table #1180@0: 42 keys, 14599 bytes
2026/05/25-23:00:36.681116 7fe4c9ffb6c0 Compacted 1@0 + 0@1 files => 14599 bytes
2026/05/25-23:00:36.686895 7fe4c9ffb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/25-23:00:36.686963 7fe4c9ffb6c0 Delete type=2 #1115
2026/05/25-23:00:36.703337 7fe4c9ffb6c0 Manual compaction at level-0 from '!items!xVWrSPiX0Nwccsn6' @ 336 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
+4 -7
View File
@@ -1,7 +1,4 @@
2026/04/11-21:19:06.338895 7ff3bebfd6c0 Recovering log #1126
2026/04/11-21:19:06.348606 7ff3bebfd6c0 Delete type=3 #1124
2026/04/11-21:19:06.348656 7ff3bebfd6c0 Delete type=0 #1126
2026/04/11-21:27:57.148044 7ff3bdbfb6c0 Level-0 table #1131: started
2026/04/11-21:27:57.148098 7ff3bdbfb6c0 Level-0 table #1131: 0 bytes OK
2026/04/11-21:27:57.154566 7ff3bdbfb6c0 Delete type=0 #1129
2026/04/11-21:27:57.175161 7ff3bdbfb6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2026/05/25-23:00:12.703228 7fe4cb7fe6c0 Log #1174: 0 ops saved to Table #1175 OK
2026/05/25-23:00:12.703315 7fe4cb7fe6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/objets-alchimie/001174.log: OK
2026/05/25-23:00:12.703397 7fe4cb7fe6c0 Table #1115: 42 entries OK
2026/05/25-23:00:12.707340 7fe4cb7fe6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/bol/packs/objets-alchimie; recovered 1 files; 14599 bytes. Some data may have been lost. ****
Binary file not shown.
Binary file not shown.

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