diff --git a/css/bol.css b/css/bol.css
index 660a0dd..4c2fe56 100644
--- a/css/bol.css
+++ b/css/bol.css
@@ -1064,9 +1064,10 @@ body.system-bol img#logo {
.tokenhudext.right2 {
justify-content: flex-start;
flex-direction: column;
+ transform: translate(0, -30%);
position: absolute;
top: -4rem;
- left: 12rem;
+ left: -12rem;
}
.control-icon.tokenhudicon {
width: fit-content;
diff --git a/lang/en.json b/lang/en.json
index 5f332b7..a3015b3 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -1,10 +1,18 @@
{
- "ACTOR.TypeCharacter": "Character",
- "ACTOR.TypeEncounter": "Encounter",
- "ITEM.TypeItem": "Item",
- "ITEM.TypeFeature": "Feature",
- "ITEM.TypeWeapon": "Weapon",
- "ITEM.TypeArmor": "Armor",
+ "TYPES": {
+ "Actor": {
+ "character": "PC",
+ "encounter": "NPC",
+ "npc": "NPC",
+ "vehicle": "Vehicle"
+ },
+ "Item": {
+ "item": "Object",
+ "feature": "Trait",
+ "weapon": "Weapon",
+ "armure": "Armor"
+ }
+ },
"BOL.attributes.vigor": "Strength",
"BOL.attributes.halfvigor" : "Half-Strength",
@@ -46,6 +54,9 @@
"BOL.ui.horoscopesMalus": "Horoscopes (Malus)",
"BOL.ui.groupHoroscope": "Horoscrope de Groupe de ",
+ "BOL.ui.rabble": "Rabble",
+ "BOL.ui.tough": "Tough",
+ "BOL.ui.villain": "Villain",
"BOL.ui.properties": "Properties",
"BOL.ui.description": "Description",
"BOL.ui.actions": "Actions",
@@ -166,11 +177,43 @@
"BOL.ui.attackValue": "Attack Value",
"BOL.ui.weaponbonus": "Cette arme bénéficie déja d'un Dé de Bonus (Arme Favorite prise en compte, par exemple)",
"BOL.ui.initMalus": "Init malus",
- "BOL.ui.isspecial": "Spécial ?",
- "BOL.ui.createEquipment": "Create Equipment",
"BOL.ui.creature": "Creature",
"BOL.ui.undead": "Undead",
"BOL.ui.daemon": "Daemon",
+ "BOL.ui.attributaptitude": "Attribut ou Aptitude",
+ "BOL.ui.always": "Tout les jets (ie toujours)",
+ "BOL.ui.effectbonusmalus": "Bonus ou Malus à appliquer",
+ "BOL.ui.boleffects": "Effects (automatic)",
+ "BOL.ui.modifier": "Modifier",
+ "BOL.ui.effects": "Ongoing effects",
+ "BOL.ui.pcname": "PCs",
+ "BOL.ui.npcname": "NPCs",
+ "BOL.ui.pclistbutton": "Compact view",
+ "BOL.ui.noactorfound": "Unknown NPC. The NPC must be known in the world to be displayed here.",
+ "BOL.ui.deletetitle": "Delete",
+ "BOL.ui.confirmdelete": "Are you sure to delete this item ?",
+ "BOL.ui.nomorealchemypoints": "No more Creation Point !",
+ "BOL.ui.armornoformula": "The Armor {protect.name} has no protection formula !",
+ "BOL.ui.selectactor": "Select the actors to apply the macro",
+ "BOL.ui.itemnotfound": "Impossible to find the object of this macro",
+ "BOL.ui.noinit": "No initiative recorded. Roll initiative from the actor's sheet.",
+ "BOL.ui.warninitiative": "No available initiative. Roll Initiative for this combat.",
+ "BOL.ui.isspecial": "Special ?",
+ "BOL.ui.createEquipment": "Create an equipment",
+ "BOL.ui.astrology": "Astrology and Horoscope",
+ "BOL.ui.astrologyMinor": "Build a Minor Horoscope",
+ "BOL.ui.astrologyMajor": "Build a Major Horoscope",
+ "BOL.ui.astrologyMajorGroup": "Build a Major Group Horoscope",
+ "BOL.ui.makeHoroscope": "Build a Horoscope",
+ "BOL.ui.astrologerRank": "Astrologer Rank",
+ "BOL.ui.horoscopeCost": "Astrology Points cost",
+ "BOL.ui.minor": "Minor",
+ "BOL.ui.major": "Major",
+ "BOL.ui.majorgroup": "Group Major",
+ "BOL.ui.horoscopeGroup": "Group Horoscope",
+ "BOL.ui.horoscopeDiceRemaining": "Remaining Dice",
+ "BOL.ui.horoscopeDiceMax": "Max Dice",
+ "BOL.ui.astrologyNoPoints": "You do not have enough Astrology Points!",
"BOL.featureCategory.origins": "Origins",
"BOL.featureCategory.races": "Races",
@@ -188,6 +231,11 @@
"BOL.featureSubtypes.language": "Language",
"BOL.featureSubtypes.gods": "Faith & Gods",
"BOL.featureSubtypes.fightOption": "Combat Option",
+ "BOL.featureSubtypes.effect": "Effcet",
+ "BOL.featureSubtypes.effects": "Effects",
+ "BOL.featureSubtypes.boleffect": "Effect",
+ "BOL.featureSubtypes.horoscope": "Horoscope",
+ "BOL.featureSubtypes.xplog": "XP Journal",
"BOL.bougette.nomoney": "Nothing",
"BOL.bougette.tolive": "To live",
@@ -416,6 +464,7 @@
"BOL.chat.applydamagetotarget": "Apply damages to the target",
"BOL.chat.fightoption": "Combat options",
"BOL.chat.reroll": "Reroll (1 HP)",
+ "BOL.chat.heroicreminder": "In addition of the actions below, you can :
- Carnage : Do a second free attack on the same opponent
- Precise : 1 Malus Die on your opponent on a chosen location
- Disarm
- Rabble Massacre
- Prone : Push your opponent on the ground (max +1 size)
If you spent 1 Hero Point in addition, all these effects can be doubled.",
"BOL.chat.toheroic": "Convert to Mighty success (1 HP)",
"BOL.chat.tolegend": "Convert to Legendary succes (1 HP)",
"BOL.chat.hurttitle": "{name} is going to receive {damageTotal} damages !",
@@ -433,6 +482,48 @@
"BOL.chat.spell": "Spell",
"BOL.chat.spellcost": "Power Points cost",
"BOL.chat.spellremaining": "Remaining Power Points",
+ "BOL.chat.nodamagesummary": "No damage ....",
+ "BOL.chat.damageresume": "{name} as taken wounds ...",
+ "BOL.chat.fumblemessage": "If you accept the consequences of a fumble (GM choice), you can get 1 additionnal Hero Point.",
+ "BOL.chat.rangeinfo": "Range/Throw of {attackerName} to {defenderName}",
+ "BOL.chat.rangeweaponinfo": "Weapon : {weaponName} - Base range {weaponRange}",
+ "BOL.chat.rangeout": "Modifier : Out of range",
+ "BOL.chat.range0": "Modifier : Point blank (+1)",
+ "BOL.chat.range1": "Modifier : Short Range (0)",
+ "BOL.chat.range2": "Modifier : Middle Range (-1)",
+ "BOL.chat.range3": "Modifier : Long Range (-2)",
+ "BOL.chat.range4": "Modifier : Very Long Range (-4)",
+ "BOL.chat.range5": "Modifier : Extrem Range (-6)",
+ "BOL.chat.range6": "Modifier : Max Range (-8)",
+ "BOL.chat.rangeprefix": "Evaluated distance : ",
+ "BOL.chat.rangevisible": "Line of sight is cleared between tokens.",
+ "BOL.chat.rangenotvisible": "Line of sight is blocked between tokens.",
+ "BOL.chat.rangetitle": "GM Information",
+ "BOL.chat.weaponreroll1": "As a reminder, this weapon re-roll 1 whend rolling for damage.",
+ "BOL.chat.rollbougette": "Budget roll",
+ "BOL.chat.bougettesuccess": "Your budget remains unchanged !",
+ "BOL.chat.bougettefailure": "You spent too much money, your budget is going down by one level...",
+ "BOL.chat.initiative": "Initiative rank (10 to 1)",
+ "BOL.chat.horoscope": "Horoscope",
+ "BOL.chat.horoscopepoints": "Cost : {points} Astrology Points",
+ "BOL.chat.horoscopeminorsuccess": "Your minor horoscope is a success : change the horoscope name in your sheet. You will benefit of 1 Bonus Die for the given situation.",
+ "BOL.chat.horoscopeminorfailure": "Your minor horoscope mineur isa failure : change the horoscope name in your sheet. Vous will suffer 1 Malus Die for the given situation.",
+ "BOL.chat.horoscopemajorsuccess": "Your major horoscope is a success : {horoscopeName} gets 1 new Hero Point for this adventure. This point has been automatically added.",
+ "BOL.chat.horoscopemajorfailure": "Your major horoscope is a failure : {horoscopeName} looses 1 Hero Point for this adventure. This point has been automatically substracted.",
+ "BOL.chat.horoscopemajorgroupsuccess": "Your major group horoscope majeur is a success. Your and your party gets {careerBonus} Bonus Dice during this adventure.",
+ "BOL.chat.horoscopemajorgroupfailure": "Your major group horoscope is a failure. You and your party suffers {careerBonus} Malus Dice durig this adventure.",
+ "BOL.chat.usedhoroscope": "Horoscope has been used",
+ "BOL.chat.horoscopedeleted": "The Horoscopes used are deleted automatically.",
+ "BOL.chat.criticaloptions": "Critical success !! You can (select 1 option) :",
+ "BOL.chat.criticalcarnage": "Dual attack : you gain 1 free attack. This second attack can't benefit from a Hero/Villain Point.",
+ "BOL.chat.criticalplus6": "Devastating : damage +6 aux dommages (cf button below).",
+ "BOL.chat.criticalprecise": "Precise : You hit to harm your opponent. Describe what your are doing, and if the GM agree, your opponent will suffer 1 Malus Die for the relevant actions.",
+ "BOL.chat.criticalunarm": "Disarm : Si your opponnent has a weapon in hand, you disarm him.",
+ "BOL.chat.criticalrabble": "Rabble Massacre : If you fight against rabble, damages results indicate the amount of rabble you kill.",
+ "BOL.chat.criticalpush": "Prone : If the size allow it, you push your opponent on the ground. He suffer 1 Malus Die for all his actions during the next round.",
+ "BOL.chat.criticalup": "Transform to Legendary : If you spent 1 Hero Point/Villain, you can transform this Heroic success into a Legendary success.You can the choose 2 options in this list above.",
+ "BOL.chat.criticalinfo": "This is a Legendary or Heroic succes ! Choose your options and effects !",
+ "BOL.chat.criticalbuttonjournal": "Legendary/Heroic Success",
"BOL.dialog.soeasy": "So easy (+4)",
"BOL.dialog.veryeasy": "Very easy (+2)",
diff --git a/module/controllers/bol-rolls.js b/module/controllers/bol-rolls.js
index eafad54..83f11b4 100644
--- a/module/controllers/bol-rolls.js
+++ b/module/controllers/bol-rolls.js
@@ -776,7 +776,7 @@ export class BoLDefaultRoll {
//console.log("Formula", weaponFormula, damageFormula, this.rollData.weapon.data.data.properties.damage)
this.rollData.damageFormula = damageFormula
this.rollData.damageRoll = new Roll(damageFormula)
- await this.rollData.damageRoll.roll({ "async": false })
+ await this.rollData.damageRoll.roll()
this.rollData.damageTotal = this.rollData.damageRoll.total
console.log("DAMAGE !!!", damageFormula, attrDamageValue, this.rollData)
}
diff --git a/module/system/bol-utility.js b/module/system/bol-utility.js
index 1097198..2780216 100644
--- a/module/system/bol-utility.js
+++ b/module/system/bol-utility.js
@@ -473,7 +473,7 @@ export class BoLUtility {
if (defenseMode == 'damage-with-armor') {
let armorFormula = defender.getArmorFormula()
rollData.rollArmor = new Roll(armorFormula)
- rollData.rollArmor.roll({ async: false })
+ await rollData.rollArmor.roll()
rollData.armorProtect = (rollData.rollArmor.total < 0) ? 0 : rollData.rollArmor.total
rollData.finalDamage = rollData.damageTotal - rollData.armorProtect
rollData.finalDamage = (rollData.finalDamage < 0) ? 0 : rollData.finalDamage
@@ -487,10 +487,10 @@ export class BoLUtility {
if (defenseMode == 'hero-reduce-damage') {
let armorFormula = defender.getArmorFormula()
rollData.rollArmor = new Roll(armorFormula)
- rollData.rollArmor.roll({ async: false })
+ await rollData.rollArmor.roll()
rollData.armorProtect = (rollData.rollArmor.total < 0) ? 0 : rollData.rollArmor.total
rollData.rollHero = new Roll("1d6")
- rollData.rollHero.roll({ async: false })
+ await rollData.rollHero.roll()
rollData.finalDamage = rollData.damageTotal - rollData.rollHero.total - rollData.armorProtect
rollData.finalDamage = (rollData.finalDamage < 0) ? 0 : rollData.finalDamage
defender.sufferDamage(rollData.finalDamage)
diff --git a/module/system/helpers.js b/module/system/helpers.js
index a240998..b8ae5b8 100644
--- a/module/system/helpers.js
+++ b/module/system/helpers.js
@@ -79,7 +79,7 @@ export const registerHandlebarsHelpers = function () {
Handlebars.registerHelper('countKeys', function (obj) {
return Object.keys(obj).length;
})
-
+
Handlebars.registerHelper('isEnabled', function (configKey) {
return game.settings.get("bol", configKey);
})
@@ -108,10 +108,10 @@ export const registerHandlebarsHelpers = function () {
return parseInt(a) - parseInt(b);
})
Handlebars.registerHelper('abbrev2', function (a) {
- return a.substring(0,2);
+ return a.substring(0, 2);
})
Handlebars.registerHelper('abbrev3', function (a) {
- return a.substring(0,3);
+ return a.substring(0, 3);
})
Handlebars.registerHelper('valueAtIndex', function (arr, idx) {
return arr[idx];
@@ -141,5 +141,12 @@ export const registerHandlebarsHelpers = function () {
return key == "creature" || key == "daemon";
})
+ // Handle v12 removal of this helper
+ Handlebars.registerHelper('select', function (selected, options) {
+ const escapedValue = RegExp.escape(Handlebars.escapeExpression(selected));
+ const rgx = new RegExp(' value=[\"\']' + escapedValue + '[\"\']');
+ const html = options.fn(this);
+ return html.replace(rgx, "$& selected");
+ });
}
\ No newline at end of file
diff --git a/packs/aides-de-jeu/000261.ldb b/packs/aides-de-jeu/000294.ldb
similarity index 89%
rename from packs/aides-de-jeu/000261.ldb
rename to packs/aides-de-jeu/000294.ldb
index 20afe13..0c2f952 100644
Binary files a/packs/aides-de-jeu/000261.ldb and b/packs/aides-de-jeu/000294.ldb differ
diff --git a/packs/aides-de-jeu/000288.log b/packs/aides-de-jeu/000305.log
similarity index 100%
rename from packs/aides-de-jeu/000288.log
rename to packs/aides-de-jeu/000305.log
diff --git a/packs/aides-de-jeu/CURRENT b/packs/aides-de-jeu/CURRENT
index 7f70877..284c57b 100644
--- a/packs/aides-de-jeu/CURRENT
+++ b/packs/aides-de-jeu/CURRENT
@@ -1 +1 @@
-MANIFEST-000286
+MANIFEST-000303
diff --git a/packs/aides-de-jeu/LOG b/packs/aides-de-jeu/LOG
index 1536902..f3642c5 100644
--- a/packs/aides-de-jeu/LOG
+++ b/packs/aides-de-jeu/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.771387 7fb832a006c0 Recovering log #284
-2024/07/08-22:24:33.828950 7fb832a006c0 Delete type=3 #282
-2024/07/08-22:24:33.829077 7fb832a006c0 Delete type=0 #284
-2024/07/08-22:24:52.458829 7fb82be006c0 Level-0 table #289: started
-2024/07/08-22:24:52.458868 7fb82be006c0 Level-0 table #289: 0 bytes OK
-2024/07/08-22:24:52.466083 7fb82be006c0 Delete type=0 #287
-2024/07/08-22:24:52.480289 7fb82be006c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.480402 7fb82be006c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.614939 7f14756006c0 Recovering log #301
+2024/08/12-22:22:36.625124 7f14756006c0 Delete type=3 #299
+2024/08/12-22:22:36.625176 7f14756006c0 Delete type=0 #301
+2024/08/12-22:24:19.300777 7f146fe006c0 Level-0 table #306: started
+2024/08/12-22:24:19.300851 7f146fe006c0 Level-0 table #306: 0 bytes OK
+2024/08/12-22:24:19.307219 7f146fe006c0 Delete type=0 #304
+2024/08/12-22:24:19.328842 7f146fe006c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.328887 7f146fe006c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
diff --git a/packs/aides-de-jeu/LOG.old b/packs/aides-de-jeu/LOG.old
index 9d4eeef..39a64f7 100644
--- a/packs/aides-de-jeu/LOG.old
+++ b/packs/aides-de-jeu/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.284080 7fb8316006c0 Recovering log #280
-2024/07/08-22:22:58.294808 7fb8316006c0 Delete type=3 #278
-2024/07/08-22:22:58.294902 7fb8316006c0 Delete type=0 #280
-2024/07/08-22:24:02.557245 7fb82be006c0 Level-0 table #285: started
-2024/07/08-22:24:02.557293 7fb82be006c0 Level-0 table #285: 0 bytes OK
-2024/07/08-22:24:02.597268 7fb82be006c0 Delete type=0 #283
-2024/07/08-22:24:02.775790 7fb82be006c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.775836 7fb82be006c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.749548 7f14756006c0 Recovering log #297
+2024/08/12-14:24:59.759617 7f14756006c0 Delete type=3 #295
+2024/08/12-14:24:59.759718 7f14756006c0 Delete type=0 #297
+2024/08/12-15:14:31.888362 7f146fe006c0 Level-0 table #302: started
+2024/08/12-15:14:31.888390 7f146fe006c0 Level-0 table #302: 0 bytes OK
+2024/08/12-15:14:31.894838 7f146fe006c0 Delete type=0 #300
+2024/08/12-15:14:31.894997 7f146fe006c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.895028 7f146fe006c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
diff --git a/packs/aides-de-jeu/MANIFEST-000286 b/packs/aides-de-jeu/MANIFEST-000286
deleted file mode 100644
index 4d303bc..0000000
Binary files a/packs/aides-de-jeu/MANIFEST-000286 and /dev/null differ
diff --git a/packs/aides-de-jeu/MANIFEST-000303 b/packs/aides-de-jeu/MANIFEST-000303
new file mode 100644
index 0000000..34f9c6a
Binary files /dev/null and b/packs/aides-de-jeu/MANIFEST-000303 differ
diff --git a/packs/armors/000167.ldb b/packs/armors/000200.ldb
similarity index 62%
rename from packs/armors/000167.ldb
rename to packs/armors/000200.ldb
index a6c546a..eeaba71 100644
Binary files a/packs/armors/000167.ldb and b/packs/armors/000200.ldb differ
diff --git a/packs/armors/000194.log b/packs/armors/000211.log
similarity index 100%
rename from packs/armors/000194.log
rename to packs/armors/000211.log
diff --git a/packs/armors/CURRENT b/packs/armors/CURRENT
index e84a99e..52262f0 100644
--- a/packs/armors/CURRENT
+++ b/packs/armors/CURRENT
@@ -1 +1 @@
-MANIFEST-000192
+MANIFEST-000209
diff --git a/packs/armors/LOG b/packs/armors/LOG
index e7983e8..72516c3 100644
--- a/packs/armors/LOG
+++ b/packs/armors/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.649762 7fb832a006c0 Recovering log #190
-2024/07/08-22:24:33.710971 7fb832a006c0 Delete type=3 #188
-2024/07/08-22:24:33.711100 7fb832a006c0 Delete type=0 #190
-2024/07/08-22:24:52.430136 7fb82be006c0 Level-0 table #195: started
-2024/07/08-22:24:52.430188 7fb82be006c0 Level-0 table #195: 0 bytes OK
-2024/07/08-22:24:52.436670 7fb82be006c0 Delete type=0 #193
-2024/07/08-22:24:52.451356 7fb82be006c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.451412 7fb82be006c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.584046 7f1476a006c0 Recovering log #207
+2024/08/12-22:22:36.594399 7f1476a006c0 Delete type=3 #205
+2024/08/12-22:22:36.594454 7f1476a006c0 Delete type=0 #207
+2024/08/12-22:24:19.315310 7f146fe006c0 Level-0 table #212: started
+2024/08/12-22:24:19.315377 7f146fe006c0 Level-0 table #212: 0 bytes OK
+2024/08/12-22:24:19.321841 7f146fe006c0 Delete type=0 #210
+2024/08/12-22:24:19.328866 7f146fe006c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.328902 7f146fe006c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
diff --git a/packs/armors/LOG.old b/packs/armors/LOG.old
index 899ba53..e4d3746 100644
--- a/packs/armors/LOG.old
+++ b/packs/armors/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.256120 7fb8316006c0 Recovering log #186
-2024/07/08-22:22:58.267512 7fb8316006c0 Delete type=3 #184
-2024/07/08-22:22:58.267630 7fb8316006c0 Delete type=0 #186
-2024/07/08-22:24:02.451413 7fb82be006c0 Level-0 table #191: started
-2024/07/08-22:24:02.451468 7fb82be006c0 Level-0 table #191: 0 bytes OK
-2024/07/08-22:24:02.491871 7fb82be006c0 Delete type=0 #189
-2024/07/08-22:24:02.492128 7fb82be006c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.492154 7fb82be006c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.720560 7f1474c006c0 Recovering log #203
+2024/08/12-14:24:59.731538 7f1474c006c0 Delete type=3 #201
+2024/08/12-14:24:59.731601 7f1474c006c0 Delete type=0 #203
+2024/08/12-15:14:31.868072 7f146fe006c0 Level-0 table #208: started
+2024/08/12-15:14:31.868103 7f146fe006c0 Level-0 table #208: 0 bytes OK
+2024/08/12-15:14:31.874133 7f146fe006c0 Delete type=0 #206
+2024/08/12-15:14:31.894963 7f146fe006c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.895004 7f146fe006c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
diff --git a/packs/armors/MANIFEST-000192 b/packs/armors/MANIFEST-000192
deleted file mode 100644
index 1450fa4..0000000
Binary files a/packs/armors/MANIFEST-000192 and /dev/null differ
diff --git a/packs/armors/MANIFEST-000209 b/packs/armors/MANIFEST-000209
new file mode 100644
index 0000000..f05f164
Binary files /dev/null and b/packs/armors/MANIFEST-000209 differ
diff --git a/packs/boons/000273.ldb b/packs/boons/000273.ldb
deleted file mode 100644
index e78ce5d..0000000
Binary files a/packs/boons/000273.ldb and /dev/null differ
diff --git a/packs/boons/000294.ldb b/packs/boons/000294.ldb
new file mode 100644
index 0000000..fb6a3b7
Binary files /dev/null and b/packs/boons/000294.ldb differ
diff --git a/packs/boons/000288.log b/packs/boons/000305.log
similarity index 100%
rename from packs/boons/000288.log
rename to packs/boons/000305.log
diff --git a/packs/boons/CURRENT b/packs/boons/CURRENT
index 7f70877..284c57b 100644
--- a/packs/boons/CURRENT
+++ b/packs/boons/CURRENT
@@ -1 +1 @@
-MANIFEST-000286
+MANIFEST-000303
diff --git a/packs/boons/LOG b/packs/boons/LOG
index aecf071..01608fe 100644
--- a/packs/boons/LOG
+++ b/packs/boons/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.167876 7fb832a006c0 Recovering log #284
-2024/07/08-22:24:33.224852 7fb832a006c0 Delete type=3 #282
-2024/07/08-22:24:33.224977 7fb832a006c0 Delete type=0 #284
-2024/07/08-22:24:52.383890 7fb82be006c0 Level-0 table #289: started
-2024/07/08-22:24:52.383949 7fb82be006c0 Level-0 table #289: 0 bytes OK
-2024/07/08-22:24:52.390729 7fb82be006c0 Delete type=0 #287
-2024/07/08-22:24:52.391092 7fb82be006c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.391165 7fb82be006c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.471458 7f1476a006c0 Recovering log #301
+2024/08/12-22:22:36.483054 7f1476a006c0 Delete type=3 #299
+2024/08/12-22:22:36.483128 7f1476a006c0 Delete type=0 #301
+2024/08/12-22:24:19.266903 7f146fe006c0 Level-0 table #306: started
+2024/08/12-22:24:19.266943 7f146fe006c0 Level-0 table #306: 0 bytes OK
+2024/08/12-22:24:19.273091 7f146fe006c0 Delete type=0 #304
+2024/08/12-22:24:19.273227 7f146fe006c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.273257 7f146fe006c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
diff --git a/packs/boons/LOG.old b/packs/boons/LOG.old
index f874d12..0eff985 100644
--- a/packs/boons/LOG.old
+++ b/packs/boons/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.140100 7fb8316006c0 Recovering log #280
-2024/07/08-22:22:58.151754 7fb8316006c0 Delete type=3 #278
-2024/07/08-22:22:58.151844 7fb8316006c0 Delete type=0 #280
-2024/07/08-22:24:02.071036 7fb82be006c0 Level-0 table #285: started
-2024/07/08-22:24:02.071101 7fb82be006c0 Level-0 table #285: 0 bytes OK
-2024/07/08-22:24:02.112779 7fb82be006c0 Delete type=0 #283
-2024/07/08-22:24:02.113038 7fb82be006c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.165248 7fb82be006c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.604150 7f1474c006c0 Recovering log #297
+2024/08/12-14:24:59.615057 7f1474c006c0 Delete type=3 #295
+2024/08/12-14:24:59.615112 7f1474c006c0 Delete type=0 #297
+2024/08/12-15:14:31.833556 7f146fe006c0 Level-0 table #302: started
+2024/08/12-15:14:31.833611 7f146fe006c0 Level-0 table #302: 0 bytes OK
+2024/08/12-15:14:31.840431 7f146fe006c0 Delete type=0 #300
+2024/08/12-15:14:31.840645 7f146fe006c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.840677 7f146fe006c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
diff --git a/packs/boons/MANIFEST-000286 b/packs/boons/MANIFEST-000286
deleted file mode 100644
index fbfc7bf..0000000
Binary files a/packs/boons/MANIFEST-000286 and /dev/null differ
diff --git a/packs/boons/MANIFEST-000303 b/packs/boons/MANIFEST-000303
new file mode 100644
index 0000000..39099d7
Binary files /dev/null and b/packs/boons/MANIFEST-000303 differ
diff --git a/packs/boonsflawscreatures/000273.ldb b/packs/boonsflawscreatures/000273.ldb
deleted file mode 100644
index 87f1c84..0000000
Binary files a/packs/boonsflawscreatures/000273.ldb and /dev/null differ
diff --git a/packs/boonsflawscreatures/000294.ldb b/packs/boonsflawscreatures/000294.ldb
new file mode 100644
index 0000000..53313d7
Binary files /dev/null and b/packs/boonsflawscreatures/000294.ldb differ
diff --git a/packs/boonsflawscreatures/000288.log b/packs/boonsflawscreatures/000305.log
similarity index 100%
rename from packs/boonsflawscreatures/000288.log
rename to packs/boonsflawscreatures/000305.log
diff --git a/packs/boonsflawscreatures/CURRENT b/packs/boonsflawscreatures/CURRENT
index 7f70877..284c57b 100644
--- a/packs/boonsflawscreatures/CURRENT
+++ b/packs/boonsflawscreatures/CURRENT
@@ -1 +1 @@
-MANIFEST-000286
+MANIFEST-000303
diff --git a/packs/boonsflawscreatures/LOG b/packs/boonsflawscreatures/LOG
index ab76097..10ee5d6 100644
--- a/packs/boonsflawscreatures/LOG
+++ b/packs/boonsflawscreatures/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.230293 7fb8320006c0 Recovering log #284
-2024/07/08-22:24:33.287188 7fb8320006c0 Delete type=3 #282
-2024/07/08-22:24:33.287306 7fb8320006c0 Delete type=0 #284
-2024/07/08-22:24:52.369477 7fb82be006c0 Level-0 table #289: started
-2024/07/08-22:24:52.369523 7fb82be006c0 Level-0 table #289: 0 bytes OK
-2024/07/08-22:24:52.375806 7fb82be006c0 Delete type=0 #287
-2024/07/08-22:24:52.391035 7fb82be006c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.391117 7fb82be006c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.487187 7f14760006c0 Recovering log #301
+2024/08/12-22:22:36.497741 7f14760006c0 Delete type=3 #299
+2024/08/12-22:22:36.497799 7f14760006c0 Delete type=0 #301
+2024/08/12-22:24:19.252816 7f146fe006c0 Level-0 table #306: started
+2024/08/12-22:24:19.252870 7f146fe006c0 Level-0 table #306: 0 bytes OK
+2024/08/12-22:24:19.259892 7f146fe006c0 Delete type=0 #304
+2024/08/12-22:24:19.273201 7f146fe006c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.273242 7f146fe006c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
diff --git a/packs/boonsflawscreatures/LOG.old b/packs/boonsflawscreatures/LOG.old
index acc9f08..d09b601 100644
--- a/packs/boonsflawscreatures/LOG.old
+++ b/packs/boonsflawscreatures/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.154845 7fb832a006c0 Recovering log #280
-2024/07/08-22:22:58.165540 7fb832a006c0 Delete type=3 #278
-2024/07/08-22:22:58.165635 7fb832a006c0 Delete type=0 #280
-2024/07/08-22:24:02.165265 7fb82be006c0 Level-0 table #285: started
-2024/07/08-22:24:02.165307 7fb82be006c0 Level-0 table #285: 0 bytes OK
-2024/07/08-22:24:02.208142 7fb82be006c0 Delete type=0 #283
-2024/07/08-22:24:02.287183 7fb82be006c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.335860 7fb82be006c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.619377 7f14760006c0 Recovering log #297
+2024/08/12-14:24:59.630095 7f14760006c0 Delete type=3 #295
+2024/08/12-14:24:59.630243 7f14760006c0 Delete type=0 #297
+2024/08/12-15:14:31.826328 7f146fe006c0 Level-0 table #302: started
+2024/08/12-15:14:31.826360 7f146fe006c0 Level-0 table #302: 0 bytes OK
+2024/08/12-15:14:31.833311 7f146fe006c0 Delete type=0 #300
+2024/08/12-15:14:31.840635 7f146fe006c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.840669 7f146fe006c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
diff --git a/packs/boonsflawscreatures/MANIFEST-000286 b/packs/boonsflawscreatures/MANIFEST-000286
deleted file mode 100644
index 4cfd49a..0000000
Binary files a/packs/boonsflawscreatures/MANIFEST-000286 and /dev/null differ
diff --git a/packs/boonsflawscreatures/MANIFEST-000303 b/packs/boonsflawscreatures/MANIFEST-000303
new file mode 100644
index 0000000..acc0d26
Binary files /dev/null and b/packs/boonsflawscreatures/MANIFEST-000303 differ
diff --git a/packs/careers/000273.ldb b/packs/careers/000273.ldb
deleted file mode 100644
index 3c0cb72..0000000
Binary files a/packs/careers/000273.ldb and /dev/null differ
diff --git a/packs/careers/000294.ldb b/packs/careers/000294.ldb
new file mode 100644
index 0000000..868f848
Binary files /dev/null and b/packs/careers/000294.ldb differ
diff --git a/packs/careers/000288.log b/packs/careers/000305.log
similarity index 100%
rename from packs/careers/000288.log
rename to packs/careers/000305.log
diff --git a/packs/careers/CURRENT b/packs/careers/CURRENT
index 7f70877..284c57b 100644
--- a/packs/careers/CURRENT
+++ b/packs/careers/CURRENT
@@ -1 +1 @@
-MANIFEST-000286
+MANIFEST-000303
diff --git a/packs/careers/LOG b/packs/careers/LOG
index 166770b..e9dfd7a 100644
--- a/packs/careers/LOG
+++ b/packs/careers/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.352488 7fb8320006c0 Recovering log #284
-2024/07/08-22:24:33.403616 7fb8320006c0 Delete type=3 #282
-2024/07/08-22:24:33.403786 7fb8320006c0 Delete type=0 #284
-2024/07/08-22:24:52.414172 7fb82be006c0 Level-0 table #289: started
-2024/07/08-22:24:52.414222 7fb82be006c0 Level-0 table #289: 0 bytes OK
-2024/07/08-22:24:52.420706 7fb82be006c0 Delete type=0 #287
-2024/07/08-22:24:52.421109 7fb82be006c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.421199 7fb82be006c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.513300 7f1474c006c0 Recovering log #301
+2024/08/12-22:22:36.524215 7f1474c006c0 Delete type=3 #299
+2024/08/12-22:22:36.524271 7f1474c006c0 Delete type=0 #301
+2024/08/12-22:24:19.294026 7f146fe006c0 Level-0 table #306: started
+2024/08/12-22:24:19.294078 7f146fe006c0 Level-0 table #306: 0 bytes OK
+2024/08/12-22:24:19.300326 7f146fe006c0 Delete type=0 #304
+2024/08/12-22:24:19.300533 7f146fe006c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.300580 7f146fe006c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
diff --git a/packs/careers/LOG.old b/packs/careers/LOG.old
index 7731fda..fef4b6c 100644
--- a/packs/careers/LOG.old
+++ b/packs/careers/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.183103 7fb832a006c0 Recovering log #280
-2024/07/08-22:22:58.193813 7fb832a006c0 Delete type=3 #278
-2024/07/08-22:22:58.193899 7fb832a006c0 Delete type=0 #280
-2024/07/08-22:24:02.246792 7fb82be006c0 Level-0 table #285: started
-2024/07/08-22:24:02.246839 7fb82be006c0 Level-0 table #285: 0 bytes OK
-2024/07/08-22:24:02.286961 7fb82be006c0 Delete type=0 #283
-2024/07/08-22:24:02.335830 7fb82be006c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.335925 7fb82be006c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.647136 7f1476a006c0 Recovering log #297
+2024/08/12-14:24:59.658341 7f1476a006c0 Delete type=3 #295
+2024/08/12-14:24:59.658389 7f1476a006c0 Delete type=0 #297
+2024/08/12-15:14:31.810317 7f146fe006c0 Level-0 table #302: started
+2024/08/12-15:14:31.812977 7f146fe006c0 Level-0 table #302: 0 bytes OK
+2024/08/12-15:14:31.819987 7f146fe006c0 Delete type=0 #300
+2024/08/12-15:14:31.840600 7f146fe006c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.840654 7f146fe006c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
diff --git a/packs/careers/MANIFEST-000286 b/packs/careers/MANIFEST-000286
deleted file mode 100644
index 2c392ed..0000000
Binary files a/packs/careers/MANIFEST-000286 and /dev/null differ
diff --git a/packs/careers/MANIFEST-000303 b/packs/careers/MANIFEST-000303
new file mode 100644
index 0000000..3d59570
Binary files /dev/null and b/packs/careers/MANIFEST-000303 differ
diff --git a/packs/effets-exemples/000259.ldb b/packs/effets-exemples/000259.ldb
deleted file mode 100644
index ecab7ed..0000000
Binary files a/packs/effets-exemples/000259.ldb and /dev/null differ
diff --git a/packs/effets-exemples/000292.ldb b/packs/effets-exemples/000292.ldb
new file mode 100644
index 0000000..e523c3a
Binary files /dev/null and b/packs/effets-exemples/000292.ldb differ
diff --git a/packs/effets-exemples/000286.log b/packs/effets-exemples/000303.log
similarity index 100%
rename from packs/effets-exemples/000286.log
rename to packs/effets-exemples/000303.log
diff --git a/packs/effets-exemples/CURRENT b/packs/effets-exemples/CURRENT
index 0041f5d..066a17b 100644
--- a/packs/effets-exemples/CURRENT
+++ b/packs/effets-exemples/CURRENT
@@ -1 +1 @@
-MANIFEST-000284
+MANIFEST-000301
diff --git a/packs/effets-exemples/LOG b/packs/effets-exemples/LOG
index 383f9fe..73bf397 100644
--- a/packs/effets-exemples/LOG
+++ b/packs/effets-exemples/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:34.262344 7fb8320006c0 Recovering log #282
-2024/07/08-22:24:34.319827 7fb8320006c0 Delete type=3 #280
-2024/07/08-22:24:34.319985 7fb8320006c0 Delete type=0 #282
-2024/07/08-22:24:52.519376 7fb82be006c0 Level-0 table #287: started
-2024/07/08-22:24:52.519444 7fb82be006c0 Level-0 table #287: 0 bytes OK
-2024/07/08-22:24:52.526454 7fb82be006c0 Delete type=0 #285
-2024/07/08-22:24:52.540955 7fb82be006c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.541065 7fb82be006c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.709096 7f14760006c0 Recovering log #299
+2024/08/12-22:22:36.719849 7f14760006c0 Delete type=3 #297
+2024/08/12-22:22:36.719957 7f14760006c0 Delete type=0 #299
+2024/08/12-22:24:19.364925 7f146fe006c0 Level-0 table #304: started
+2024/08/12-22:24:19.364969 7f146fe006c0 Level-0 table #304: 0 bytes OK
+2024/08/12-22:24:19.372290 7f146fe006c0 Delete type=0 #302
+2024/08/12-22:24:19.389594 7f146fe006c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.389641 7f146fe006c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
diff --git a/packs/effets-exemples/LOG.old b/packs/effets-exemples/LOG.old
index 0bb970b..de1da3e 100644
--- a/packs/effets-exemples/LOG.old
+++ b/packs/effets-exemples/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.395595 7fb832a006c0 Recovering log #278
-2024/07/08-22:22:58.405997 7fb832a006c0 Delete type=3 #276
-2024/07/08-22:22:58.406098 7fb832a006c0 Delete type=0 #278
-2024/07/08-22:24:03.041811 7fb82be006c0 Level-0 table #283: started
-2024/07/08-22:24:03.041861 7fb82be006c0 Level-0 table #283: 0 bytes OK
-2024/07/08-22:24:03.084877 7fb82be006c0 Delete type=0 #281
-2024/07/08-22:24:03.127176 7fb82be006c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:03.127227 7fb82be006c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.845850 7f14760006c0 Recovering log #295
+2024/08/12-14:24:59.856716 7f14760006c0 Delete type=3 #293
+2024/08/12-14:24:59.856868 7f14760006c0 Delete type=0 #295
+2024/08/12-15:14:31.940476 7f146fe006c0 Level-0 table #300: started
+2024/08/12-15:14:31.940532 7f146fe006c0 Level-0 table #300: 0 bytes OK
+2024/08/12-15:14:31.946997 7f146fe006c0 Delete type=0 #298
+2024/08/12-15:14:31.953834 7f146fe006c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.965266 7f146fe006c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
diff --git a/packs/effets-exemples/MANIFEST-000284 b/packs/effets-exemples/MANIFEST-000284
deleted file mode 100644
index e4f41c9..0000000
Binary files a/packs/effets-exemples/MANIFEST-000284 and /dev/null differ
diff --git a/packs/effets-exemples/MANIFEST-000301 b/packs/effets-exemples/MANIFEST-000301
new file mode 100644
index 0000000..d6db2db
Binary files /dev/null and b/packs/effets-exemples/MANIFEST-000301 differ
diff --git a/packs/equipment/000274.ldb b/packs/equipment/000274.ldb
deleted file mode 100644
index f0885f0..0000000
Binary files a/packs/equipment/000274.ldb and /dev/null differ
diff --git a/packs/equipment/000295.ldb b/packs/equipment/000295.ldb
new file mode 100644
index 0000000..c197aef
Binary files /dev/null and b/packs/equipment/000295.ldb differ
diff --git a/packs/equipment/000289.log b/packs/equipment/000306.log
similarity index 100%
rename from packs/equipment/000289.log
rename to packs/equipment/000306.log
diff --git a/packs/equipment/CURRENT b/packs/equipment/CURRENT
index 3b48cae..3e78a5c 100644
--- a/packs/equipment/CURRENT
+++ b/packs/equipment/CURRENT
@@ -1 +1 @@
-MANIFEST-000287
+MANIFEST-000304
diff --git a/packs/equipment/LOG b/packs/equipment/LOG
index 4e5e49d..57af157 100644
--- a/packs/equipment/LOG
+++ b/packs/equipment/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.527113 7fb832a006c0 Recovering log #285
-2024/07/08-22:24:33.584539 7fb832a006c0 Delete type=3 #283
-2024/07/08-22:24:33.584675 7fb832a006c0 Delete type=0 #285
-2024/07/08-22:24:52.436877 7fb82be006c0 Level-0 table #290: started
-2024/07/08-22:24:52.436917 7fb82be006c0 Level-0 table #290: 0 bytes OK
-2024/07/08-22:24:52.444206 7fb82be006c0 Delete type=0 #288
-2024/07/08-22:24:52.451370 7fb82be006c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.451424 7fb82be006c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.555704 7f14756006c0 Recovering log #302
+2024/08/12-22:22:36.566632 7f14756006c0 Delete type=3 #300
+2024/08/12-22:22:36.566685 7f14756006c0 Delete type=0 #302
+2024/08/12-22:24:19.273389 7f146fe006c0 Level-0 table #307: started
+2024/08/12-22:24:19.273414 7f146fe006c0 Level-0 table #307: 0 bytes OK
+2024/08/12-22:24:19.279499 7f146fe006c0 Delete type=0 #305
+2024/08/12-22:24:19.300478 7f146fe006c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.300735 7f146fe006c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
diff --git a/packs/equipment/LOG.old b/packs/equipment/LOG.old
index bae2779..225d9f4 100644
--- a/packs/equipment/LOG.old
+++ b/packs/equipment/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.228174 7fb8316006c0 Recovering log #281
-2024/07/08-22:22:58.238762 7fb8316006c0 Delete type=3 #279
-2024/07/08-22:22:58.238863 7fb8316006c0 Delete type=0 #281
-2024/07/08-22:24:02.372131 7fb82be006c0 Level-0 table #286: started
-2024/07/08-22:24:02.372169 7fb82be006c0 Level-0 table #286: 0 bytes OK
-2024/07/08-22:24:02.410620 7fb82be006c0 Delete type=0 #284
-2024/07/08-22:24:02.492099 7fb82be006c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.492141 7fb82be006c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.689555 7f14756006c0 Recovering log #298
+2024/08/12-14:24:59.700195 7f14756006c0 Delete type=3 #296
+2024/08/12-14:24:59.700248 7f14756006c0 Delete type=0 #298
+2024/08/12-15:14:31.853236 7f146fe006c0 Level-0 table #303: started
+2024/08/12-15:14:31.853280 7f146fe006c0 Level-0 table #303: 0 bytes OK
+2024/08/12-15:14:31.860223 7f146fe006c0 Delete type=0 #301
+2024/08/12-15:14:31.867937 7f146fe006c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.867974 7f146fe006c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
diff --git a/packs/equipment/MANIFEST-000287 b/packs/equipment/MANIFEST-000287
deleted file mode 100644
index 1815e6a..0000000
Binary files a/packs/equipment/MANIFEST-000287 and /dev/null differ
diff --git a/packs/equipment/MANIFEST-000304 b/packs/equipment/MANIFEST-000304
new file mode 100644
index 0000000..6f4d70f
Binary files /dev/null and b/packs/equipment/MANIFEST-000304 differ
diff --git a/packs/fightoptions/000272.ldb b/packs/fightoptions/000272.ldb
deleted file mode 100644
index 210cbf4..0000000
Binary files a/packs/fightoptions/000272.ldb and /dev/null differ
diff --git a/packs/fightoptions/000293.ldb b/packs/fightoptions/000293.ldb
new file mode 100644
index 0000000..55821de
Binary files /dev/null and b/packs/fightoptions/000293.ldb differ
diff --git a/packs/fightoptions/000287.log b/packs/fightoptions/000304.log
similarity index 100%
rename from packs/fightoptions/000287.log
rename to packs/fightoptions/000304.log
diff --git a/packs/fightoptions/CURRENT b/packs/fightoptions/CURRENT
index 0ae338f..093b738 100644
--- a/packs/fightoptions/CURRENT
+++ b/packs/fightoptions/CURRENT
@@ -1 +1 @@
-MANIFEST-000285
+MANIFEST-000302
diff --git a/packs/fightoptions/LOG b/packs/fightoptions/LOG
index f94acf3..7f5173a 100644
--- a/packs/fightoptions/LOG
+++ b/packs/fightoptions/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:34.082297 7fb832a006c0 Recovering log #283
-2024/07/08-22:24:34.141843 7fb832a006c0 Delete type=3 #281
-2024/07/08-22:24:34.141974 7fb832a006c0 Delete type=0 #283
-2024/07/08-22:24:52.480564 7fb82be006c0 Level-0 table #288: started
-2024/07/08-22:24:52.480626 7fb82be006c0 Level-0 table #288: 0 bytes OK
-2024/07/08-22:24:52.487455 7fb82be006c0 Delete type=0 #286
-2024/07/08-22:24:52.511335 7fb82be006c0 Manual compaction at level-0 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.511417 7fb82be006c0 Manual compaction at level-1 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.669427 7f14756006c0 Recovering log #300
+2024/08/12-22:22:36.679352 7f14756006c0 Delete type=3 #298
+2024/08/12-22:22:36.679408 7f14756006c0 Delete type=0 #300
+2024/08/12-22:24:19.343213 7f146fe006c0 Level-0 table #305: started
+2024/08/12-22:24:19.343237 7f146fe006c0 Level-0 table #305: 0 bytes OK
+2024/08/12-22:24:19.350586 7f146fe006c0 Delete type=0 #303
+2024/08/12-22:24:19.357356 7f146fe006c0 Manual compaction at level-0 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.357462 7f146fe006c0 Manual compaction at level-1 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
diff --git a/packs/fightoptions/LOG.old b/packs/fightoptions/LOG.old
index e8c4274..878aaa1 100644
--- a/packs/fightoptions/LOG.old
+++ b/packs/fightoptions/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.354069 7fb8316006c0 Recovering log #279
-2024/07/08-22:22:58.364748 7fb8316006c0 Delete type=3 #277
-2024/07/08-22:22:58.364836 7fb8316006c0 Delete type=0 #279
-2024/07/08-22:24:02.827899 7fb82be006c0 Level-0 table #284: started
-2024/07/08-22:24:02.828059 7fb82be006c0 Level-0 table #284: 0 bytes OK
-2024/07/08-22:24:02.870497 7fb82be006c0 Delete type=0 #282
-2024/07/08-22:24:02.942781 7fb82be006c0 Manual compaction at level-0 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.942859 7fb82be006c0 Manual compaction at level-1 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.805392 7f14756006c0 Recovering log #296
+2024/08/12-14:24:59.815257 7f14756006c0 Delete type=3 #294
+2024/08/12-14:24:59.815311 7f14756006c0 Delete type=0 #296
+2024/08/12-15:14:31.908687 7f146fe006c0 Level-0 table #301: started
+2024/08/12-15:14:31.908731 7f146fe006c0 Level-0 table #301: 0 bytes OK
+2024/08/12-15:14:31.915933 7f146fe006c0 Delete type=0 #299
+2024/08/12-15:14:31.922743 7f146fe006c0 Manual compaction at level-0 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.922808 7f146fe006c0 Manual compaction at level-1 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
diff --git a/packs/fightoptions/MANIFEST-000285 b/packs/fightoptions/MANIFEST-000285
deleted file mode 100644
index 5b41adf..0000000
Binary files a/packs/fightoptions/MANIFEST-000285 and /dev/null differ
diff --git a/packs/fightoptions/MANIFEST-000302 b/packs/fightoptions/MANIFEST-000302
new file mode 100644
index 0000000..d0655dc
Binary files /dev/null and b/packs/fightoptions/MANIFEST-000302 differ
diff --git a/packs/flaws/000273.ldb b/packs/flaws/000273.ldb
deleted file mode 100644
index 3b82622..0000000
Binary files a/packs/flaws/000273.ldb and /dev/null differ
diff --git a/packs/flaws/000294.ldb b/packs/flaws/000294.ldb
new file mode 100644
index 0000000..39b4ea9
Binary files /dev/null and b/packs/flaws/000294.ldb differ
diff --git a/packs/flaws/000288.log b/packs/flaws/000305.log
similarity index 100%
rename from packs/flaws/000288.log
rename to packs/flaws/000305.log
diff --git a/packs/flaws/CURRENT b/packs/flaws/CURRENT
index 7f70877..284c57b 100644
--- a/packs/flaws/CURRENT
+++ b/packs/flaws/CURRENT
@@ -1 +1 @@
-MANIFEST-000286
+MANIFEST-000303
diff --git a/packs/flaws/LOG b/packs/flaws/LOG
index 1ccd052..3be1e41 100644
--- a/packs/flaws/LOG
+++ b/packs/flaws/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.290836 7fb832a006c0 Recovering log #284
-2024/07/08-22:24:33.348975 7fb832a006c0 Delete type=3 #282
-2024/07/08-22:24:33.349063 7fb832a006c0 Delete type=0 #284
-2024/07/08-22:24:52.391259 7fb82be006c0 Level-0 table #289: started
-2024/07/08-22:24:52.391326 7fb82be006c0 Level-0 table #289: 0 bytes OK
-2024/07/08-22:24:52.398697 7fb82be006c0 Delete type=0 #287
-2024/07/08-22:24:52.421028 7fb82be006c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.421130 7fb82be006c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.500455 7f14756006c0 Recovering log #301
+2024/08/12-22:22:36.510370 7f14756006c0 Delete type=3 #299
+2024/08/12-22:22:36.510467 7f14756006c0 Delete type=0 #301
+2024/08/12-22:24:19.260077 7f146fe006c0 Level-0 table #306: started
+2024/08/12-22:24:19.260133 7f146fe006c0 Level-0 table #306: 0 bytes OK
+2024/08/12-22:24:19.266719 7f146fe006c0 Delete type=0 #304
+2024/08/12-22:24:19.273212 7f146fe006c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.273249 7f146fe006c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
diff --git a/packs/flaws/LOG.old b/packs/flaws/LOG.old
index 559b3be..819f019 100644
--- a/packs/flaws/LOG.old
+++ b/packs/flaws/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.169322 7fb8316006c0 Recovering log #280
-2024/07/08-22:22:58.180506 7fb8316006c0 Delete type=3 #278
-2024/07/08-22:22:58.180593 7fb8316006c0 Delete type=0 #280
-2024/07/08-22:24:02.208422 7fb82be006c0 Level-0 table #285: started
-2024/07/08-22:24:02.208475 7fb82be006c0 Level-0 table #285: 0 bytes OK
-2024/07/08-22:24:02.246568 7fb82be006c0 Delete type=0 #283
-2024/07/08-22:24:02.287205 7fb82be006c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.335882 7fb82be006c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.633499 7f14756006c0 Recovering log #297
+2024/08/12-14:24:59.643504 7f14756006c0 Delete type=3 #295
+2024/08/12-14:24:59.643606 7f14756006c0 Delete type=0 #297
+2024/08/12-15:14:31.820154 7f146fe006c0 Level-0 table #302: started
+2024/08/12-15:14:31.820205 7f146fe006c0 Level-0 table #302: 0 bytes OK
+2024/08/12-15:14:31.826207 7f146fe006c0 Delete type=0 #300
+2024/08/12-15:14:31.840623 7f146fe006c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.840662 7f146fe006c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
diff --git a/packs/flaws/MANIFEST-000286 b/packs/flaws/MANIFEST-000286
deleted file mode 100644
index b07c7a5..0000000
Binary files a/packs/flaws/MANIFEST-000286 and /dev/null differ
diff --git a/packs/flaws/MANIFEST-000303 b/packs/flaws/MANIFEST-000303
new file mode 100644
index 0000000..64562a5
Binary files /dev/null and b/packs/flaws/MANIFEST-000303 differ
diff --git a/packs/godsfaith/000260.ldb b/packs/godsfaith/000293.ldb
similarity index 59%
rename from packs/godsfaith/000260.ldb
rename to packs/godsfaith/000293.ldb
index 03dc33f..e089ae4 100644
Binary files a/packs/godsfaith/000260.ldb and b/packs/godsfaith/000293.ldb differ
diff --git a/packs/godsfaith/000287.log b/packs/godsfaith/000304.log
similarity index 100%
rename from packs/godsfaith/000287.log
rename to packs/godsfaith/000304.log
diff --git a/packs/godsfaith/CURRENT b/packs/godsfaith/CURRENT
index 0ae338f..093b738 100644
--- a/packs/godsfaith/CURRENT
+++ b/packs/godsfaith/CURRENT
@@ -1 +1 @@
-MANIFEST-000285
+MANIFEST-000302
diff --git a/packs/godsfaith/LOG b/packs/godsfaith/LOG
index 2a418e6..fdf8f3a 100644
--- a/packs/godsfaith/LOG
+++ b/packs/godsfaith/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:34.021334 7fb8320006c0 Recovering log #283
-2024/07/08-22:24:34.079022 7fb8320006c0 Delete type=3 #281
-2024/07/08-22:24:34.079149 7fb8320006c0 Delete type=0 #283
-2024/07/08-22:24:52.495992 7fb82be006c0 Level-0 table #288: started
-2024/07/08-22:24:52.496060 7fb82be006c0 Level-0 table #288: 0 bytes OK
-2024/07/08-22:24:52.503017 7fb82be006c0 Delete type=0 #286
-2024/07/08-22:24:52.511376 7fb82be006c0 Manual compaction at level-0 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.511455 7fb82be006c0 Manual compaction at level-1 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.655094 7f14760006c0 Recovering log #300
+2024/08/12-22:22:36.666046 7f14760006c0 Delete type=3 #298
+2024/08/12-22:22:36.666099 7f14760006c0 Delete type=0 #300
+2024/08/12-22:24:19.350808 7f146fe006c0 Level-0 table #305: started
+2024/08/12-22:24:19.350848 7f146fe006c0 Level-0 table #305: 0 bytes OK
+2024/08/12-22:24:19.357169 7f146fe006c0 Delete type=0 #303
+2024/08/12-22:24:19.357384 7f146fe006c0 Manual compaction at level-0 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.357488 7f146fe006c0 Manual compaction at level-1 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end)
diff --git a/packs/godsfaith/LOG.old b/packs/godsfaith/LOG.old
index 72ff7fc..79e3dee 100644
--- a/packs/godsfaith/LOG.old
+++ b/packs/godsfaith/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.340719 7fb832a006c0 Recovering log #279
-2024/07/08-22:22:58.351472 7fb832a006c0 Delete type=3 #277
-2024/07/08-22:22:58.351614 7fb832a006c0 Delete type=0 #279
-2024/07/08-22:24:02.776006 7fb82be006c0 Level-0 table #284: started
-2024/07/08-22:24:02.776063 7fb82be006c0 Level-0 table #284: 0 bytes OK
-2024/07/08-22:24:02.827666 7fb82be006c0 Delete type=0 #282
-2024/07/08-22:24:02.942760 7fb82be006c0 Manual compaction at level-0 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.942814 7fb82be006c0 Manual compaction at level-1 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.790839 7f14760006c0 Recovering log #296
+2024/08/12-14:24:59.801540 7f14760006c0 Delete type=3 #294
+2024/08/12-14:24:59.801595 7f14760006c0 Delete type=0 #296
+2024/08/12-15:14:31.902415 7f146fe006c0 Level-0 table #301: started
+2024/08/12-15:14:31.902463 7f146fe006c0 Level-0 table #301: 0 bytes OK
+2024/08/12-15:14:31.908530 7f146fe006c0 Delete type=0 #299
+2024/08/12-15:14:31.922732 7f146fe006c0 Manual compaction at level-0 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.922775 7f146fe006c0 Manual compaction at level-1 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end)
diff --git a/packs/godsfaith/MANIFEST-000285 b/packs/godsfaith/MANIFEST-000285
deleted file mode 100644
index 600ab52..0000000
Binary files a/packs/godsfaith/MANIFEST-000285 and /dev/null differ
diff --git a/packs/godsfaith/MANIFEST-000302 b/packs/godsfaith/MANIFEST-000302
new file mode 100644
index 0000000..c7c0676
Binary files /dev/null and b/packs/godsfaith/MANIFEST-000302 differ
diff --git a/packs/languages/000273.ldb b/packs/languages/000273.ldb
deleted file mode 100644
index e2a4654..0000000
Binary files a/packs/languages/000273.ldb and /dev/null differ
diff --git a/packs/languages/000294.ldb b/packs/languages/000294.ldb
new file mode 100644
index 0000000..e4e0bd5
Binary files /dev/null and b/packs/languages/000294.ldb differ
diff --git a/packs/languages/000288.log b/packs/languages/000305.log
similarity index 100%
rename from packs/languages/000288.log
rename to packs/languages/000305.log
diff --git a/packs/languages/CURRENT b/packs/languages/CURRENT
index 7f70877..284c57b 100644
--- a/packs/languages/CURRENT
+++ b/packs/languages/CURRENT
@@ -1 +1 @@
-MANIFEST-000286
+MANIFEST-000303
diff --git a/packs/languages/LOG b/packs/languages/LOG
index 4808254..6d4ae34 100644
--- a/packs/languages/LOG
+++ b/packs/languages/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.901337 7fb8320006c0 Recovering log #284
-2024/07/08-22:24:33.957867 7fb8320006c0 Delete type=3 #282
-2024/07/08-22:24:33.957992 7fb8320006c0 Delete type=0 #284
-2024/07/08-22:24:52.451552 7fb82be006c0 Level-0 table #289: started
-2024/07/08-22:24:52.451590 7fb82be006c0 Level-0 table #289: 0 bytes OK
-2024/07/08-22:24:52.458642 7fb82be006c0 Delete type=0 #287
-2024/07/08-22:24:52.480260 7fb82be006c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.480380 7fb82be006c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.629308 7f1474c006c0 Recovering log #301
+2024/08/12-22:22:36.639961 7f1474c006c0 Delete type=3 #299
+2024/08/12-22:22:36.640023 7f1474c006c0 Delete type=0 #301
+2024/08/12-22:24:19.322043 7f146fe006c0 Level-0 table #306: started
+2024/08/12-22:24:19.322091 7f146fe006c0 Level-0 table #306: 0 bytes OK
+2024/08/12-22:24:19.328713 7f146fe006c0 Delete type=0 #304
+2024/08/12-22:24:19.328879 7f146fe006c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.328908 7f146fe006c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
diff --git a/packs/languages/LOG.old b/packs/languages/LOG.old
index c618939..a3f35be 100644
--- a/packs/languages/LOG.old
+++ b/packs/languages/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.314065 7fb832a006c0 Recovering log #280
-2024/07/08-22:22:58.324373 7fb832a006c0 Delete type=3 #278
-2024/07/08-22:22:58.324460 7fb832a006c0 Delete type=0 #280
-2024/07/08-22:24:02.685812 7fb82be006c0 Level-0 table #285: started
-2024/07/08-22:24:02.685860 7fb82be006c0 Level-0 table #285: 0 bytes OK
-2024/07/08-22:24:02.775466 7fb82be006c0 Delete type=0 #283
-2024/07/08-22:24:02.775822 7fb82be006c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.775877 7fb82be006c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.763075 7f1476a006c0 Recovering log #297
+2024/08/12-14:24:59.773060 7f1476a006c0 Delete type=3 #295
+2024/08/12-14:24:59.773198 7f1476a006c0 Delete type=0 #297
+2024/08/12-15:14:31.881862 7f146fe006c0 Level-0 table #302: started
+2024/08/12-15:14:31.881911 7f146fe006c0 Level-0 table #302: 0 bytes OK
+2024/08/12-15:14:31.888239 7f146fe006c0 Delete type=0 #300
+2024/08/12-15:14:31.894987 7f146fe006c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.895018 7f146fe006c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
diff --git a/packs/languages/MANIFEST-000286 b/packs/languages/MANIFEST-000286
deleted file mode 100644
index 430ffc7..0000000
Binary files a/packs/languages/MANIFEST-000286 and /dev/null differ
diff --git a/packs/languages/MANIFEST-000303 b/packs/languages/MANIFEST-000303
new file mode 100644
index 0000000..ba39068
Binary files /dev/null and b/packs/languages/MANIFEST-000303 differ
diff --git a/packs/objets-alchimie/000273.ldb b/packs/objets-alchimie/000273.ldb
deleted file mode 100644
index dea9fd9..0000000
Binary files a/packs/objets-alchimie/000273.ldb and /dev/null differ
diff --git a/packs/objets-alchimie/000294.ldb b/packs/objets-alchimie/000294.ldb
new file mode 100644
index 0000000..20548b2
Binary files /dev/null and b/packs/objets-alchimie/000294.ldb differ
diff --git a/packs/objets-alchimie/000288.log b/packs/objets-alchimie/000305.log
similarity index 100%
rename from packs/objets-alchimie/000288.log
rename to packs/objets-alchimie/000305.log
diff --git a/packs/objets-alchimie/CURRENT b/packs/objets-alchimie/CURRENT
index 7f70877..284c57b 100644
--- a/packs/objets-alchimie/CURRENT
+++ b/packs/objets-alchimie/CURRENT
@@ -1 +1 @@
-MANIFEST-000286
+MANIFEST-000303
diff --git a/packs/objets-alchimie/LOG b/packs/objets-alchimie/LOG
index 0b37026..8d90399 100644
--- a/packs/objets-alchimie/LOG
+++ b/packs/objets-alchimie/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:34.200894 7fb832a006c0 Recovering log #284
-2024/07/08-22:24:34.258988 7fb832a006c0 Delete type=3 #282
-2024/07/08-22:24:34.259135 7fb832a006c0 Delete type=0 #284
-2024/07/08-22:24:52.503320 7fb82be006c0 Level-0 table #289: started
-2024/07/08-22:24:52.503360 7fb82be006c0 Level-0 table #289: 0 bytes OK
-2024/07/08-22:24:52.511080 7fb82be006c0 Delete type=0 #287
-2024/07/08-22:24:52.511396 7fb82be006c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.511473 7fb82be006c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.694438 7f1476a006c0 Recovering log #301
+2024/08/12-22:22:36.705954 7f1476a006c0 Delete type=3 #299
+2024/08/12-22:22:36.706016 7f1476a006c0 Delete type=0 #301
+2024/08/12-22:24:19.357633 7f146fe006c0 Level-0 table #306: started
+2024/08/12-22:24:19.357706 7f146fe006c0 Level-0 table #306: 0 bytes OK
+2024/08/12-22:24:19.364683 7f146fe006c0 Delete type=0 #304
+2024/08/12-22:24:19.389584 7f146fe006c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.389621 7f146fe006c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
diff --git a/packs/objets-alchimie/LOG.old b/packs/objets-alchimie/LOG.old
index 8153240..5fa2a72 100644
--- a/packs/objets-alchimie/LOG.old
+++ b/packs/objets-alchimie/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.382328 7fb8316006c0 Recovering log #280
-2024/07/08-22:22:58.392588 7fb8316006c0 Delete type=3 #278
-2024/07/08-22:22:58.392682 7fb8316006c0 Delete type=0 #280
-2024/07/08-22:24:02.942976 7fb82be006c0 Level-0 table #285: started
-2024/07/08-22:24:02.943058 7fb82be006c0 Level-0 table #285: 0 bytes OK
-2024/07/08-22:24:02.984839 7fb82be006c0 Delete type=0 #283
-2024/07/08-22:24:03.127132 7fb82be006c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:03.127213 7fb82be006c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.832587 7f1474c006c0 Recovering log #297
+2024/08/12-14:24:59.842202 7f1474c006c0 Delete type=3 #295
+2024/08/12-14:24:59.842302 7f1474c006c0 Delete type=0 #297
+2024/08/12-15:14:31.947158 7f146fe006c0 Level-0 table #302: started
+2024/08/12-15:14:31.947195 7f146fe006c0 Level-0 table #302: 0 bytes OK
+2024/08/12-15:14:31.953642 7f146fe006c0 Delete type=0 #300
+2024/08/12-15:14:31.953846 7f146fe006c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.965285 7f146fe006c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
diff --git a/packs/objets-alchimie/MANIFEST-000286 b/packs/objets-alchimie/MANIFEST-000286
deleted file mode 100644
index a87e503..0000000
Binary files a/packs/objets-alchimie/MANIFEST-000286 and /dev/null differ
diff --git a/packs/objets-alchimie/MANIFEST-000303 b/packs/objets-alchimie/MANIFEST-000303
new file mode 100644
index 0000000..895dc5d
Binary files /dev/null and b/packs/objets-alchimie/MANIFEST-000303 differ
diff --git a/packs/origins/000273.ldb b/packs/origins/000273.ldb
deleted file mode 100644
index 984f87b..0000000
Binary files a/packs/origins/000273.ldb and /dev/null differ
diff --git a/packs/origins/000294.ldb b/packs/origins/000294.ldb
new file mode 100644
index 0000000..3ee6610
Binary files /dev/null and b/packs/origins/000294.ldb differ
diff --git a/packs/origins/000288.log b/packs/origins/000305.log
similarity index 100%
rename from packs/origins/000288.log
rename to packs/origins/000305.log
diff --git a/packs/origins/CURRENT b/packs/origins/CURRENT
index 7f70877..284c57b 100644
--- a/packs/origins/CURRENT
+++ b/packs/origins/CURRENT
@@ -1 +1 @@
-MANIFEST-000286
+MANIFEST-000303
diff --git a/packs/origins/LOG b/packs/origins/LOG
index 3633f6b..9743c49 100644
--- a/packs/origins/LOG
+++ b/packs/origins/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.407023 7fb832a006c0 Recovering log #284
-2024/07/08-22:24:33.465800 7fb832a006c0 Delete type=3 #282
-2024/07/08-22:24:33.465949 7fb832a006c0 Delete type=0 #284
-2024/07/08-22:24:52.398952 7fb82be006c0 Level-0 table #289: started
-2024/07/08-22:24:52.399008 7fb82be006c0 Level-0 table #289: 0 bytes OK
-2024/07/08-22:24:52.405751 7fb82be006c0 Delete type=0 #287
-2024/07/08-22:24:52.421057 7fb82be006c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.421152 7fb82be006c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.527859 7f1476a006c0 Recovering log #301
+2024/08/12-22:22:36.537836 7f1476a006c0 Delete type=3 #299
+2024/08/12-22:22:36.537941 7f1476a006c0 Delete type=0 #301
+2024/08/12-22:24:19.245764 7f146fe006c0 Level-0 table #306: started
+2024/08/12-22:24:19.245830 7f146fe006c0 Level-0 table #306: 0 bytes OK
+2024/08/12-22:24:19.252603 7f146fe006c0 Delete type=0 #304
+2024/08/12-22:24:19.273190 7f146fe006c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.273236 7f146fe006c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
diff --git a/packs/origins/LOG.old b/packs/origins/LOG.old
index 29bd113..87ccd1d 100644
--- a/packs/origins/LOG.old
+++ b/packs/origins/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.197560 7fb8316006c0 Recovering log #280
-2024/07/08-22:22:58.208432 7fb8316006c0 Delete type=3 #278
-2024/07/08-22:22:58.208527 7fb8316006c0 Delete type=0 #280
-2024/07/08-22:24:02.287219 7fb82be006c0 Level-0 table #285: started
-2024/07/08-22:24:02.287254 7fb82be006c0 Level-0 table #285: 0 bytes OK
-2024/07/08-22:24:02.335540 7fb82be006c0 Delete type=0 #283
-2024/07/08-22:24:02.335903 7fb82be006c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.335982 7fb82be006c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.661738 7f1474c006c0 Recovering log #297
+2024/08/12-14:24:59.671865 7f1474c006c0 Delete type=3 #295
+2024/08/12-14:24:59.671915 7f1474c006c0 Delete type=0 #297
+2024/08/12-15:14:31.846935 7f146fe006c0 Level-0 table #302: started
+2024/08/12-15:14:31.846967 7f146fe006c0 Level-0 table #302: 0 bytes OK
+2024/08/12-15:14:31.853057 7f146fe006c0 Delete type=0 #300
+2024/08/12-15:14:31.867923 7f146fe006c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.867966 7f146fe006c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
diff --git a/packs/origins/MANIFEST-000286 b/packs/origins/MANIFEST-000286
deleted file mode 100644
index c493136..0000000
Binary files a/packs/origins/MANIFEST-000286 and /dev/null differ
diff --git a/packs/origins/MANIFEST-000303 b/packs/origins/MANIFEST-000303
new file mode 100644
index 0000000..2be967d
Binary files /dev/null and b/packs/origins/MANIFEST-000303 differ
diff --git a/packs/potions-alchimie/000273.ldb b/packs/potions-alchimie/000273.ldb
deleted file mode 100644
index 3af9ca4..0000000
Binary files a/packs/potions-alchimie/000273.ldb and /dev/null differ
diff --git a/packs/potions-alchimie/000294.ldb b/packs/potions-alchimie/000294.ldb
new file mode 100644
index 0000000..6c8eedf
Binary files /dev/null and b/packs/potions-alchimie/000294.ldb differ
diff --git a/packs/potions-alchimie/000288.log b/packs/potions-alchimie/000305.log
similarity index 100%
rename from packs/potions-alchimie/000288.log
rename to packs/potions-alchimie/000305.log
diff --git a/packs/potions-alchimie/CURRENT b/packs/potions-alchimie/CURRENT
index 7f70877..284c57b 100644
--- a/packs/potions-alchimie/CURRENT
+++ b/packs/potions-alchimie/CURRENT
@@ -1 +1 @@
-MANIFEST-000286
+MANIFEST-000303
diff --git a/packs/potions-alchimie/LOG b/packs/potions-alchimie/LOG
index 6c6cc3d..6f5fabe 100644
--- a/packs/potions-alchimie/LOG
+++ b/packs/potions-alchimie/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:34.145034 7fb8320006c0 Recovering log #284
-2024/07/08-22:24:34.197596 7fb8320006c0 Delete type=3 #282
-2024/07/08-22:24:34.197707 7fb8320006c0 Delete type=0 #284
-2024/07/08-22:24:52.487739 7fb82be006c0 Level-0 table #289: started
-2024/07/08-22:24:52.487788 7fb82be006c0 Level-0 table #289: 0 bytes OK
-2024/07/08-22:24:52.495659 7fb82be006c0 Delete type=0 #287
-2024/07/08-22:24:52.511358 7fb82be006c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.511438 7fb82be006c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.681905 7f1474c006c0 Recovering log #301
+2024/08/12-22:22:36.691535 7f1474c006c0 Delete type=3 #299
+2024/08/12-22:22:36.691594 7f1474c006c0 Delete type=0 #301
+2024/08/12-22:24:19.329033 7f146fe006c0 Level-0 table #306: started
+2024/08/12-22:24:19.329057 7f146fe006c0 Level-0 table #306: 0 bytes OK
+2024/08/12-22:24:19.336458 7f146fe006c0 Delete type=0 #304
+2024/08/12-22:24:19.357324 7f146fe006c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.357410 7f146fe006c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
diff --git a/packs/potions-alchimie/LOG.old b/packs/potions-alchimie/LOG.old
index e3d11cd..7e10709 100644
--- a/packs/potions-alchimie/LOG.old
+++ b/packs/potions-alchimie/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.367589 7fb832a006c0 Recovering log #280
-2024/07/08-22:22:58.378710 7fb832a006c0 Delete type=3 #278
-2024/07/08-22:22:58.378800 7fb832a006c0 Delete type=0 #280
-2024/07/08-22:24:02.902956 7fb82be006c0 Level-0 table #285: started
-2024/07/08-22:24:02.903001 7fb82be006c0 Level-0 table #285: 0 bytes OK
-2024/07/08-22:24:02.942548 7fb82be006c0 Delete type=0 #283
-2024/07/08-22:24:02.942830 7fb82be006c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.942873 7fb82be006c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.817820 7f1476a006c0 Recovering log #297
+2024/08/12-14:24:59.829066 7f1476a006c0 Delete type=3 #295
+2024/08/12-14:24:59.829197 7f1476a006c0 Delete type=0 #297
+2024/08/12-15:14:31.916124 7f146fe006c0 Level-0 table #302: started
+2024/08/12-15:14:31.916173 7f146fe006c0 Level-0 table #302: 0 bytes OK
+2024/08/12-15:14:31.922560 7f146fe006c0 Delete type=0 #300
+2024/08/12-15:14:31.922766 7f146fe006c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.922816 7f146fe006c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
diff --git a/packs/potions-alchimie/MANIFEST-000286 b/packs/potions-alchimie/MANIFEST-000286
deleted file mode 100644
index afe7416..0000000
Binary files a/packs/potions-alchimie/MANIFEST-000286 and /dev/null differ
diff --git a/packs/potions-alchimie/MANIFEST-000303 b/packs/potions-alchimie/MANIFEST-000303
new file mode 100644
index 0000000..1672515
Binary files /dev/null and b/packs/potions-alchimie/MANIFEST-000303 differ
diff --git a/packs/races/000273.ldb b/packs/races/000273.ldb
deleted file mode 100644
index 8fea257..0000000
Binary files a/packs/races/000273.ldb and /dev/null differ
diff --git a/packs/races/000294.ldb b/packs/races/000294.ldb
new file mode 100644
index 0000000..a62d6d3
Binary files /dev/null and b/packs/races/000294.ldb differ
diff --git a/packs/races/000288.log b/packs/races/000305.log
similarity index 100%
rename from packs/races/000288.log
rename to packs/races/000305.log
diff --git a/packs/races/CURRENT b/packs/races/CURRENT
index 7f70877..284c57b 100644
--- a/packs/races/CURRENT
+++ b/packs/races/CURRENT
@@ -1 +1 @@
-MANIFEST-000286
+MANIFEST-000303
diff --git a/packs/races/LOG b/packs/races/LOG
index 534ef81..3e51dd8 100644
--- a/packs/races/LOG
+++ b/packs/races/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.469499 7fb8320006c0 Recovering log #284
-2024/07/08-22:24:33.522809 7fb8320006c0 Delete type=3 #282
-2024/07/08-22:24:33.522933 7fb8320006c0 Delete type=0 #284
-2024/07/08-22:24:52.406022 7fb82be006c0 Level-0 table #289: started
-2024/07/08-22:24:52.406073 7fb82be006c0 Level-0 table #289: 0 bytes OK
-2024/07/08-22:24:52.413923 7fb82be006c0 Delete type=0 #287
-2024/07/08-22:24:52.421084 7fb82be006c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.421175 7fb82be006c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.542626 7f14760006c0 Recovering log #301
+2024/08/12-22:22:36.552800 7f14760006c0 Delete type=3 #299
+2024/08/12-22:22:36.552854 7f14760006c0 Delete type=0 #301
+2024/08/12-22:24:19.286697 7f146fe006c0 Level-0 table #306: started
+2024/08/12-22:24:19.286730 7f146fe006c0 Level-0 table #306: 0 bytes OK
+2024/08/12-22:24:19.293817 7f146fe006c0 Delete type=0 #304
+2024/08/12-22:24:19.300517 7f146fe006c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.300566 7f146fe006c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
diff --git a/packs/races/LOG.old b/packs/races/LOG.old
index e853b7f..59d7cd6 100644
--- a/packs/races/LOG.old
+++ b/packs/races/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.211208 7fb832a006c0 Recovering log #280
-2024/07/08-22:22:58.223137 7fb832a006c0 Delete type=3 #278
-2024/07/08-22:22:58.223230 7fb832a006c0 Delete type=0 #280
-2024/07/08-22:24:02.336021 7fb82be006c0 Level-0 table #285: started
-2024/07/08-22:24:02.336075 7fb82be006c0 Level-0 table #285: 0 bytes OK
-2024/07/08-22:24:02.371915 7fb82be006c0 Delete type=0 #283
-2024/07/08-22:24:02.492076 7fb82be006c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.492167 7fb82be006c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.676428 7f14760006c0 Recovering log #297
+2024/08/12-14:24:59.686359 7f14760006c0 Delete type=3 #295
+2024/08/12-14:24:59.686411 7f14760006c0 Delete type=0 #297
+2024/08/12-15:14:31.840778 7f146fe006c0 Level-0 table #302: started
+2024/08/12-15:14:31.840812 7f146fe006c0 Level-0 table #302: 0 bytes OK
+2024/08/12-15:14:31.846814 7f146fe006c0 Delete type=0 #300
+2024/08/12-15:14:31.867903 7f146fe006c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.867958 7f146fe006c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
diff --git a/packs/races/MANIFEST-000286 b/packs/races/MANIFEST-000286
deleted file mode 100644
index b6dd1c9..0000000
Binary files a/packs/races/MANIFEST-000286 and /dev/null differ
diff --git a/packs/races/MANIFEST-000303 b/packs/races/MANIFEST-000303
new file mode 100644
index 0000000..4dd3f50
Binary files /dev/null and b/packs/races/MANIFEST-000303 differ
diff --git a/packs/spells/000273.ldb b/packs/spells/000273.ldb
deleted file mode 100644
index 77bd4ef..0000000
Binary files a/packs/spells/000273.ldb and /dev/null differ
diff --git a/packs/spells/000294.ldb b/packs/spells/000294.ldb
new file mode 100644
index 0000000..ad985ec
Binary files /dev/null and b/packs/spells/000294.ldb differ
diff --git a/packs/spells/000288.log b/packs/spells/000305.log
similarity index 100%
rename from packs/spells/000288.log
rename to packs/spells/000305.log
diff --git a/packs/spells/CURRENT b/packs/spells/CURRENT
index 7f70877..284c57b 100644
--- a/packs/spells/CURRENT
+++ b/packs/spells/CURRENT
@@ -1 +1 @@
-MANIFEST-000286
+MANIFEST-000303
diff --git a/packs/spells/LOG b/packs/spells/LOG
index 8a281be..f83c5c8 100644
--- a/packs/spells/LOG
+++ b/packs/spells/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.961123 7fb832a006c0 Recovering log #284
-2024/07/08-22:24:34.018289 7fb832a006c0 Delete type=3 #282
-2024/07/08-22:24:34.018413 7fb832a006c0 Delete type=0 #284
-2024/07/08-22:24:52.473064 7fb82be006c0 Level-0 table #289: started
-2024/07/08-22:24:52.473100 7fb82be006c0 Level-0 table #289: 0 bytes OK
-2024/07/08-22:24:52.479964 7fb82be006c0 Delete type=0 #287
-2024/07/08-22:24:52.480360 7fb82be006c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.480451 7fb82be006c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.643096 7f1476a006c0 Recovering log #301
+2024/08/12-22:22:36.652584 7f1476a006c0 Delete type=3 #299
+2024/08/12-22:22:36.652643 7f1476a006c0 Delete type=0 #301
+2024/08/12-22:24:19.336653 7f146fe006c0 Level-0 table #306: started
+2024/08/12-22:24:19.336694 7f146fe006c0 Level-0 table #306: 0 bytes OK
+2024/08/12-22:24:19.343085 7f146fe006c0 Delete type=0 #304
+2024/08/12-22:24:19.357341 7f146fe006c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.357436 7f146fe006c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
diff --git a/packs/spells/LOG.old b/packs/spells/LOG.old
index 991ccdc..ce47d91 100644
--- a/packs/spells/LOG.old
+++ b/packs/spells/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.326959 7fb8316006c0 Recovering log #280
-2024/07/08-22:22:58.338225 7fb8316006c0 Delete type=3 #278
-2024/07/08-22:22:58.338310 7fb8316006c0 Delete type=0 #280
-2024/07/08-22:24:02.870710 7fb82be006c0 Level-0 table #285: started
-2024/07/08-22:24:02.870756 7fb82be006c0 Level-0 table #285: 0 bytes OK
-2024/07/08-22:24:02.902746 7fb82be006c0 Delete type=0 #283
-2024/07/08-22:24:02.942799 7fb82be006c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.942844 7fb82be006c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.776734 7f1474c006c0 Recovering log #297
+2024/08/12-14:24:59.787373 7f1474c006c0 Delete type=3 #295
+2024/08/12-14:24:59.787500 7f1474c006c0 Delete type=0 #297
+2024/08/12-15:14:31.895104 7f146fe006c0 Level-0 table #302: started
+2024/08/12-15:14:31.895138 7f146fe006c0 Level-0 table #302: 0 bytes OK
+2024/08/12-15:14:31.902306 7f146fe006c0 Delete type=0 #300
+2024/08/12-15:14:31.922719 7f146fe006c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.922784 7f146fe006c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
diff --git a/packs/spells/MANIFEST-000286 b/packs/spells/MANIFEST-000286
deleted file mode 100644
index 8587ff9..0000000
Binary files a/packs/spells/MANIFEST-000286 and /dev/null differ
diff --git a/packs/spells/MANIFEST-000303 b/packs/spells/MANIFEST-000303
new file mode 100644
index 0000000..4be30ed
Binary files /dev/null and b/packs/spells/MANIFEST-000303 differ
diff --git a/packs/vehicleweapons/000180.ldb b/packs/vehicleweapons/000180.ldb
deleted file mode 100644
index fce8c17..0000000
Binary files a/packs/vehicleweapons/000180.ldb and /dev/null differ
diff --git a/packs/vehicleweapons/000201.ldb b/packs/vehicleweapons/000201.ldb
new file mode 100644
index 0000000..e2630b7
Binary files /dev/null and b/packs/vehicleweapons/000201.ldb differ
diff --git a/packs/vehicleweapons/000195.log b/packs/vehicleweapons/000212.log
similarity index 100%
rename from packs/vehicleweapons/000195.log
rename to packs/vehicleweapons/000212.log
diff --git a/packs/vehicleweapons/CURRENT b/packs/vehicleweapons/CURRENT
index a2bb032..af31d42 100644
--- a/packs/vehicleweapons/CURRENT
+++ b/packs/vehicleweapons/CURRENT
@@ -1 +1 @@
-MANIFEST-000193
+MANIFEST-000210
diff --git a/packs/vehicleweapons/LOG b/packs/vehicleweapons/LOG
index 36a0bea..f4611a5 100644
--- a/packs/vehicleweapons/LOG
+++ b/packs/vehicleweapons/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.714194 7fb8320006c0 Recovering log #191
-2024/07/08-22:24:33.767452 7fb8320006c0 Delete type=3 #189
-2024/07/08-22:24:33.767573 7fb8320006c0 Delete type=0 #191
-2024/07/08-22:24:52.444487 7fb82be006c0 Level-0 table #196: started
-2024/07/08-22:24:52.444560 7fb82be006c0 Level-0 table #196: 0 bytes OK
-2024/07/08-22:24:52.451168 7fb82be006c0 Delete type=0 #194
-2024/07/08-22:24:52.451398 7fb82be006c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.451436 7fb82be006c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.600894 7f14760006c0 Recovering log #208
+2024/08/12-22:22:36.611841 7f14760006c0 Delete type=3 #206
+2024/08/12-22:22:36.611974 7f14760006c0 Delete type=0 #208
+2024/08/12-22:24:19.307405 7f146fe006c0 Level-0 table #213: started
+2024/08/12-22:24:19.307456 7f146fe006c0 Level-0 table #213: 0 bytes OK
+2024/08/12-22:24:19.315163 7f146fe006c0 Delete type=0 #211
+2024/08/12-22:24:19.328855 7f146fe006c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.328894 7f146fe006c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
diff --git a/packs/vehicleweapons/LOG.old b/packs/vehicleweapons/LOG.old
index 3a65703..0b8d221 100644
--- a/packs/vehicleweapons/LOG.old
+++ b/packs/vehicleweapons/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.270682 7fb832a006c0 Recovering log #187
-2024/07/08-22:22:58.281087 7fb832a006c0 Delete type=3 #185
-2024/07/08-22:22:58.281224 7fb832a006c0 Delete type=0 #187
-2024/07/08-22:24:02.492325 7fb82be006c0 Level-0 table #192: started
-2024/07/08-22:24:02.492373 7fb82be006c0 Level-0 table #192: 0 bytes OK
-2024/07/08-22:24:02.557026 7fb82be006c0 Delete type=0 #190
-2024/07/08-22:24:02.775769 7fb82be006c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.775864 7fb82be006c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.735039 7f14760006c0 Recovering log #204
+2024/08/12-14:24:59.746320 7f14760006c0 Delete type=3 #202
+2024/08/12-14:24:59.746431 7f14760006c0 Delete type=0 #204
+2024/08/12-15:14:31.874299 7f146fe006c0 Level-0 table #209: started
+2024/08/12-15:14:31.874344 7f146fe006c0 Level-0 table #209: 0 bytes OK
+2024/08/12-15:14:31.881684 7f146fe006c0 Delete type=0 #207
+2024/08/12-15:14:31.894976 7f146fe006c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.895011 7f146fe006c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
diff --git a/packs/vehicleweapons/MANIFEST-000193 b/packs/vehicleweapons/MANIFEST-000193
deleted file mode 100644
index 4eeb8db..0000000
Binary files a/packs/vehicleweapons/MANIFEST-000193 and /dev/null differ
diff --git a/packs/vehicleweapons/MANIFEST-000210 b/packs/vehicleweapons/MANIFEST-000210
new file mode 100644
index 0000000..41c2117
Binary files /dev/null and b/packs/vehicleweapons/MANIFEST-000210 differ
diff --git a/packs/weapons/000184.ldb b/packs/weapons/000184.ldb
deleted file mode 100644
index 8076c17..0000000
Binary files a/packs/weapons/000184.ldb and /dev/null differ
diff --git a/packs/weapons/000205.ldb b/packs/weapons/000205.ldb
new file mode 100644
index 0000000..e7a28f5
Binary files /dev/null and b/packs/weapons/000205.ldb differ
diff --git a/packs/weapons/000199.log b/packs/weapons/000216.log
similarity index 100%
rename from packs/weapons/000199.log
rename to packs/weapons/000216.log
diff --git a/packs/weapons/CURRENT b/packs/weapons/CURRENT
index edcd2de..f0a2cf1 100644
--- a/packs/weapons/CURRENT
+++ b/packs/weapons/CURRENT
@@ -1 +1 @@
-MANIFEST-000197
+MANIFEST-000214
diff --git a/packs/weapons/LOG b/packs/weapons/LOG
index 2e1aeda..2cf13ed 100644
--- a/packs/weapons/LOG
+++ b/packs/weapons/LOG
@@ -1,8 +1,8 @@
-2024/07/08-22:24:33.588400 7fb8320006c0 Recovering log #195
-2024/07/08-22:24:33.646008 7fb8320006c0 Delete type=3 #193
-2024/07/08-22:24:33.646142 7fb8320006c0 Delete type=0 #195
-2024/07/08-22:24:52.421344 7fb82be006c0 Level-0 table #200: started
-2024/07/08-22:24:52.421425 7fb82be006c0 Level-0 table #200: 0 bytes OK
-2024/07/08-22:24:52.429854 7fb82be006c0 Delete type=0 #198
-2024/07/08-22:24:52.451340 7fb82be006c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:52.451383 7fb82be006c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
+2024/08/12-22:22:36.570130 7f1474c006c0 Recovering log #212
+2024/08/12-22:22:36.579735 7f1474c006c0 Delete type=3 #210
+2024/08/12-22:22:36.579839 7f1474c006c0 Delete type=0 #212
+2024/08/12-22:24:19.279670 7f146fe006c0 Level-0 table #217: started
+2024/08/12-22:24:19.279711 7f146fe006c0 Level-0 table #217: 0 bytes OK
+2024/08/12-22:24:19.286552 7f146fe006c0 Delete type=0 #215
+2024/08/12-22:24:19.300498 7f146fe006c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
+2024/08/12-22:24:19.300548 7f146fe006c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
diff --git a/packs/weapons/LOG.old b/packs/weapons/LOG.old
index 0087e9c..9e68880 100644
--- a/packs/weapons/LOG.old
+++ b/packs/weapons/LOG.old
@@ -1,8 +1,8 @@
-2024/07/08-22:22:58.242019 7fb832a006c0 Recovering log #191
-2024/07/08-22:22:58.252696 7fb832a006c0 Delete type=3 #189
-2024/07/08-22:22:58.252789 7fb832a006c0 Delete type=0 #191
-2024/07/08-22:24:02.410842 7fb82be006c0 Level-0 table #196: started
-2024/07/08-22:24:02.410881 7fb82be006c0 Level-0 table #196: 0 bytes OK
-2024/07/08-22:24:02.451139 7fb82be006c0 Delete type=0 #194
-2024/07/08-22:24:02.492115 7fb82be006c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
-2024/07/08-22:24:02.492183 7fb82be006c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
+2024/08/12-14:24:59.706651 7f1476a006c0 Recovering log #208
+2024/08/12-14:24:59.716230 7f1476a006c0 Delete type=3 #206
+2024/08/12-14:24:59.716291 7f1476a006c0 Delete type=0 #208
+2024/08/12-15:14:31.860558 7f146fe006c0 Level-0 table #213: started
+2024/08/12-15:14:31.860611 7f146fe006c0 Level-0 table #213: 0 bytes OK
+2024/08/12-15:14:31.867654 7f146fe006c0 Delete type=0 #211
+2024/08/12-15:14:31.867950 7f146fe006c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
+2024/08/12-15:14:31.867984 7f146fe006c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
diff --git a/packs/weapons/MANIFEST-000197 b/packs/weapons/MANIFEST-000197
deleted file mode 100644
index 82ec060..0000000
Binary files a/packs/weapons/MANIFEST-000197 and /dev/null differ
diff --git a/packs/weapons/MANIFEST-000214 b/packs/weapons/MANIFEST-000214
new file mode 100644
index 0000000..8a2c4cd
Binary files /dev/null and b/packs/weapons/MANIFEST-000214 differ
diff --git a/system.json b/system.json
index 42c721c..4b6b711 100644
--- a/system.json
+++ b/system.json
@@ -14,9 +14,9 @@
],
"url": "https://www.uberwald.me/gitea/public/bol",
"license": "LICENSE.txt",
- "version": "12.0.0",
+ "version": "12.0.1",
"compatibility": {
- "minimum": "11",
+ "minimum": "12",
"verified": "12"
},
"esmodules": [
@@ -318,7 +318,7 @@
],
"socket": true,
"manifest": "https://www.uberwald.me/gitea/public/bol/raw/v10/system.json",
- "download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v12.0.0.zip",
+ "download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v12.0.1.zip",
"background": "systems/bol/ui/page_accueil.webp",
"gridDistance": 1.5,
"gridUnits": "m",