Ajout démons

This commit is contained in:
2026-05-03 16:03:45 +02:00
parent 0df4a5a9fb
commit 1cc6f92f15
189 changed files with 3866 additions and 584 deletions
+1
View File
@@ -235,6 +235,7 @@
"MNBL.typeCapaciteDemoniaque": "Demonic Power", "MNBL.typeCapaciteDemoniaque": "Demonic Power",
"MNBL.typeCapaciteAutomaton": "Automaton Ability", "MNBL.typeCapaciteAutomaton": "Automaton Ability",
"MNBL.typeCapaciteCreature": "Creature Power", "MNBL.typeCapaciteCreature": "Creature Power",
"MNBL.typeCapaciteFaiblesseDemoniaque": "Demonic Weakness",
"MNBL.creatureTypeCreature": "Creature", "MNBL.creatureTypeCreature": "Creature",
"MNBL.creatureTypeDemon": "Demon", "MNBL.creatureTypeDemon": "Demon",
"MNBL.creatureTypeElementaire": "Elemental", "MNBL.creatureTypeElementaire": "Elemental",
+1
View File
@@ -245,6 +245,7 @@
"MNBL.typeCapaciteDemoniaque": "Pouvoir Démoniaque", "MNBL.typeCapaciteDemoniaque": "Pouvoir Démoniaque",
"MNBL.typeCapaciteAutomaton": "Capacité Automaton", "MNBL.typeCapaciteAutomaton": "Capacité Automaton",
"MNBL.typeCapaciteCreature": "Pouvoir Créature", "MNBL.typeCapaciteCreature": "Pouvoir Créature",
"MNBL.typeCapaciteFaiblesseDemoniaque": "Faiblesse Démoniaque",
"MNBL.creatureTypeCreature": "Créature", "MNBL.creatureTypeCreature": "Créature",
"MNBL.creatureTypeDemon": "Démon", "MNBL.creatureTypeDemon": "Démon",
"MNBL.creatureTypeElementaire": "Élémentaire", "MNBL.creatureTypeElementaire": "Élémentaire",
+3 -78
View File
@@ -194,36 +194,24 @@
.flex-group-center, .flex-group-center,
.flex-group-left, .flex-group-left,
.flex-group-right { .flex-group-right {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; align-items: center;
text-align: center; text-align: center;
padding: 5px; padding: 5px;
} }
.flex-group-left { .flex-group-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; justify-content: flex-start;
text-align: left; text-align: left;
} }
.flex-group-right { .flex-group-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; justify-content: flex-end;
text-align: right; text-align: right;
} }
.flex-center { .flex-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; justify-content: center;
text-align: center; text-align: center;
} }
@@ -233,40 +221,22 @@
} }
.flex-between { .flex-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; justify-content: space-between;
} }
.flex-shrink {
flex: 'flex-shrink';
}
/* Styles limited to foundryvtt-vadentis sheets */ /* Styles limited to foundryvtt-vadentis sheets */
.fvtt-mournblade .sheet-header { .fvtt-mournblade .sheet-header {
-webkit-box-flex: 0;
-ms-flex: 0 0 210px;
flex: 0 0 210px; flex: 0 0 210px;
overflow: hidden; overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex; display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap; flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; justify-content: flex-start;
margin-bottom: 10px; margin-bottom: 10px;
} }
.fvtt-mournblade .sheet-header .profile-img { .fvtt-mournblade .sheet-header .profile-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 128px;
flex: 0 0 128px; flex: 0 0 128px;
height: 128px; height: 128px;
width: 128px; width: 128px;
@@ -306,8 +276,6 @@
} }
.fvtt-mournblade .sheet-header .header-fields { .fvtt-mournblade .sheet-header .header-fields {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; flex: 1;
} }
@@ -332,8 +300,6 @@
} }
.fvtt-mournblade .sheet-tabs { .fvtt-mournblade .sheet-tabs {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0; flex: 0;
} }
@@ -421,8 +387,6 @@
} }
.fvtt-mournblade .items-list .item .item-image { .fvtt-mournblade .items-list .item .item-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 24px;
flex: 0 0 24px; flex: 0 0 24px;
margin-right: 5px; margin-right: 5px;
} }
@@ -436,8 +400,6 @@
} }
.fvtt-mournblade .items-list .item-controls { .fvtt-mournblade .items-list .item-controls {
-webkit-box-flex: 0;
-ms-flex: 0 0 86px;
flex: 0 0 86px; flex: 0 0 86px;
text-align: right; text-align: right;
} }
@@ -1168,7 +1130,6 @@
height: 15%; height: 15%;
font-size: 15px; font-size: 15px;
padding: 10px; padding: 10px;
padding-bottom: 20px;
padding-top: .2rem; padding-top: .2rem;
padding-bottom: .2rem; padding-bottom: .2rem;
} }
@@ -1179,7 +1140,6 @@
} }
.div-river { .div-river {
align-content: center;
margin-left: 8px; margin-left: 8px;
align-content: space-around; align-content: space-around;
justify-content: space-around; justify-content: space-around;
@@ -1229,22 +1189,6 @@
} }
/*#sidebar #sidebar-tabs i.fa-comments:before, #sidebar #sidebar-tabs i.fa-fist-raised:before, #sidebar #sidebar-tabs i.fa-users:before, #sidebar #sidebar-tabs i.fa-map:before, #sidebar #sidebar-tabs i.fa-suitcase:before, #sidebar #sidebar-tabs i.fa-book-open:before, #sidebar #sidebar-tabs i.fa-th-list:before, #sidebar #sidebar-tabs i.fa-music:before, #sidebar #sidebar-tabs i.fa-atlas:before, #sidebar #sidebar-tabs i.fa-cogs:before {content: "";}
#sidebar #sidebar-tabs i.fa-comments {background: url("img/ui/icon_sidebar_chat.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-fist-raised {background: url("img/ui/icon_sidebar_fight.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-users {background: url("img/ui/icon_sidebar_actor.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-map {background: url("img/ui/icon_sidebar_scene.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-suitcase {background: url("img/ui/icon_sidebar_item.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-book-open {background: url("img/ui/icon_sidebar_journal.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-th-list {background: url("img/ui/icon_sidebar_rolltable.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-music {background: url("img/ui/icon_sidebar_music.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-atlas {background: url("img/ui/icon_sidebar_compendium.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-cogs {background: url("img/ui/icon_sidebar_settings.svg") no-repeat;}
#combat #combat-controls {
box-shadow: inset 0 0 2rem rgba(0,0,0,0.5);
}
*/
/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/
/* Control, Tool, hotbar & navigation */ /* Control, Tool, hotbar & navigation */
@@ -1398,7 +1342,6 @@
.river-button { .river-button {
box-shadow: inset 0px 1px 0px 0px #a6827e; box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%); background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
background-color: #7d5d3b00;
border-radius: 3px; border-radius: 3px;
border: 2px ridge #846109; border: 2px ridge #846109;
display: inline-block; display: inline-block;
@@ -1415,7 +1358,6 @@
.chat-card-button { .chat-card-button {
box-shadow: inset 0px 1px 0px 0px #a6827e; box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%); background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
background-color: #7d5d3b00;
border-radius: 3px; border-radius: 3px;
border: 2px ridge #846109; border: 2px ridge #846109;
display: inline-block; display: inline-block;
@@ -1431,14 +1373,15 @@
.chat-card-button-degats { .chat-card-button-degats {
background: linear-gradient(to bottom, #e2c256fc 5%, #b85b04ab 100%); background: linear-gradient(to bottom, #e2c256fc 5%, #b85b04ab 100%);
background-color: #7d5d3b00;
} }
.river-button:hover,
.plus-minus-button:hover,
.chat-card-button:hover { .chat-card-button:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%); background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
background-color: red;
} }
.plus-minus-button:active,
.chat-card-button:active { .chat-card-button:active {
position: relative; position: relative;
top: 1px; top: 1px;
@@ -1447,7 +1390,6 @@
.button-sheet-roll { .button-sheet-roll {
box-shadow: inset 0px 1px 0px 0px #a6827e; box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 60%); background: linear-gradient(to bottom, #21374afc 5%, #152833ab 60%);
background-color: #7d5d3b00;
border-radius: 4px; border-radius: 4px;
border: 1px ridge #846109; border: 1px ridge #846109;
display: inline-block; display: inline-block;
@@ -1466,7 +1408,6 @@
.button-sheet-roll-offline { .button-sheet-roll-offline {
box-shadow: inset 0px 1px 0px 0px #a6827e; box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #313131fc 5%, #dee2e4ab 60%); background: linear-gradient(to bottom, #313131fc 5%, #dee2e4ab 60%);
background-color: #7d5d3b00;
border-radius: 4px; border-radius: 4px;
border: 1px ridge #846109; border: 1px ridge #846109;
display: inline-block; display: inline-block;
@@ -1488,7 +1429,6 @@
.button-sheet-roll:hover { .button-sheet-roll:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%); background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
background-color: red;
} }
.button-sheet-roll:active { .button-sheet-roll:active {
@@ -1499,7 +1439,6 @@
.plus-minus-button { .plus-minus-button {
box-shadow: inset 0px 1px 0px 0px #a6827e; box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%); background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
background-color: #7d5d3b00;
border-radius: 3px; border-radius: 3px;
border: 2px ridge #846109; border: 2px ridge #846109;
display: inline-block; display: inline-block;
@@ -1513,19 +1452,6 @@
max-width: 1.2rem; max-width: 1.2rem;
} }
.river-button:hover,
.plus-minus-button:hover,
.chat-card-button:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
background-color: red;
}
.plus-minus-button:active,
.chat-card-button:active {
position: relative;
top: 1px;
}
.plus-minus { .plus-minus {
font-size: 0.9rem; font-size: 0.9rem;
font-weight: bold; font-weight: bold;
@@ -1555,7 +1481,6 @@
.drop-spec1, .drop-spec1,
.drop-spec2 { .drop-spec2 {
background: linear-gradient(to bottom, #6c95b9fc 5%, #105177ab 100%); background: linear-gradient(to bottom, #6c95b9fc 5%, #105177ab 100%);
background-color: #7d5d3b00;
border-radius: 3px; border-radius: 3px;
border: 2px ridge #846109; border: 2px ridge #846109;
} }
@@ -96,12 +96,12 @@ export default class MournbladeEnchantementDialog {
label: "Enchanter", label: "Enchanter",
icon: "fa-solid fa-star", icon: "fa-solid fa-star",
default: true, default: true,
callback: (event, button, dialog) => { callback: async (event, button, dialog) => {
const elems = button.form.elements const elems = button.form.elements
const ptsAme = parseInt(elems["ptsAme"]?.value ?? 5) || 5 const ptsAme = parseInt(elems["ptsAme"]?.value ?? 5) || 5
const antiChaos = elems["antiChaos"]?.value === "true" const antiChaos = elems["antiChaos"]?.value === "true"
const modificateur = parseInt(elems["modificateur"]?.value ?? 0) || 0 const modificateur = parseInt(elems["modificateur"]?.value ?? 0) || 0
MournbladeUtility.rollEnchantement({ await MournbladeUtility.rollEnchantement({
actor, actor,
item, item,
ptsAme, ptsAme,
@@ -104,11 +104,11 @@ export default class MournbladeInvocationDemonDialog {
label: "Invoquer", label: "Invoquer",
icon: "fa-solid fa-skull", icon: "fa-solid fa-skull",
default: true, default: true,
callback: (event, button, dialog) => { callback: async (event, button, dialog) => {
MournbladeInvocationDemonDialog._updateRollData(rollData, button.form.elements, actor, { MournbladeInvocationDemonDialog._updateRollData(rollData, button.form.elements, actor, {
coercitionComp, hautParlerComp, loiChaosComp coercitionComp, hautParlerComp, loiChaosComp
}) })
MournbladeUtility.rollInvocationDemon(rollData) await MournbladeUtility.rollInvocationDemon(rollData)
} }
}, },
], ],
@@ -80,9 +80,9 @@ export default class MournbladeInvocationDialog {
label: "Invoquer", label: "Invoquer",
icon: "fa-solid fa-wind", icon: "fa-solid fa-wind",
default: true, default: true,
callback: (event, button, dialog) => { callback: async (event, button, dialog) => {
MournbladeInvocationDialog._updateRollData(rollData, button.form.elements, actor, pactes) MournbladeInvocationDialog._updateRollData(rollData, button.form.elements, actor, pactes)
MournbladeUtility.rollInvocationElementaire(rollData) await MournbladeUtility.rollInvocationElementaire(rollData)
} }
}, },
], ],
@@ -82,11 +82,11 @@ export default class MournbladeInvocationEspritDialog {
label: "Invoquer", label: "Invoquer",
icon: "fa-solid fa-star", icon: "fa-solid fa-star",
default: true, default: true,
callback: (event, button, dialog) => { callback: async (event, button, dialog) => {
MournbladeInvocationEspritDialog._updateRollData(rollData, button.form.elements, actor, { MournbladeInvocationEspritDialog._updateRollData(rollData, button.form.elements, actor, {
persuasionComp, hautParlerComp, loiChaosComp persuasionComp, hautParlerComp, loiChaosComp
}) })
MournbladeUtility.rollInvocationEsprit(rollData) await MournbladeUtility.rollInvocationEsprit(rollData)
} }
}, },
], ],
+10 -10
View File
@@ -45,20 +45,20 @@ export class MournbladeRollDialog {
label: "Lancer 1d10", label: "Lancer 1d10",
icon: "fa-solid fa-dice-d10", icon: "fa-solid fa-dice-d10",
default: true, default: true,
callback: (event, button, dialog) => { callback: async (event, button, dialog) => {
this._updateRollDataFromForm(rollData, button.form.elements, actor) this._updateRollDataFromForm(rollData, button.form.elements, actor)
rollData.mainDice = "1d10" rollData.mainDice = "1d10"
MournbladeUtility.rollMournblade(rollData) await MournbladeUtility.rollMournblade(rollData)
} }
}, },
{ {
action: "rolld20", action: "rolld20",
label: "Lancer 1d20", label: "Lancer 1d20",
icon: "fa-solid fa-dice-d20", icon: "fa-solid fa-dice-d20",
callback: (event, button, dialog) => { callback: async (event, button, dialog) => {
this._updateRollDataFromForm(rollData, button.form.elements, actor) this._updateRollDataFromForm(rollData, button.form.elements, actor)
rollData.mainDice = "1d20" rollData.mainDice = "1d20"
MournbladeUtility.rollMournblade(rollData) await MournbladeUtility.rollMournblade(rollData)
} }
}, },
], ],
@@ -108,20 +108,20 @@ export class MournbladeRollDialog {
label: "Lancer 1d10", label: "Lancer 1d10",
icon: "fa-solid fa-dice-d10", icon: "fa-solid fa-dice-d10",
default: true, default: true,
callback: (event, button, dialog) => { callback: async (event, button, dialog) => {
this._updateSortilegeRollData(rollData, button.form.elements, actor) this._updateSortilegeRollData(rollData, button.form.elements, actor)
rollData.mainDice = "1d10" rollData.mainDice = "1d10"
MournbladeUtility.rollSortilege(rollData) await MournbladeUtility.rollSortilege(rollData)
} }
}, },
{ {
action: "rolld20", action: "rolld20",
label: "Lancer 1d20", label: "Lancer 1d20",
icon: "fa-solid fa-dice-d20", icon: "fa-solid fa-dice-d20",
callback: (event, button, dialog) => { callback: async (event, button, dialog) => {
this._updateSortilegeRollData(rollData, button.form.elements, actor) this._updateSortilegeRollData(rollData, button.form.elements, actor)
rollData.mainDice = "1d20" rollData.mainDice = "1d20"
MournbladeUtility.rollSortilege(rollData) await MournbladeUtility.rollSortilege(rollData)
} }
}, },
], ],
@@ -169,9 +169,9 @@ export class MournbladeRollDialog {
label: "Préparer", label: "Préparer",
icon: "fa-solid fa-flask", icon: "fa-solid fa-flask",
default: true, default: true,
callback: (event, button, dialog) => { callback: async (event, button, dialog) => {
MournbladeRollDialog._updatePotionRollData(rollData, button.form.elements, actor) MournbladeRollDialog._updatePotionRollData(rollData, button.form.elements, actor)
MournbladeUtility.rollPotion(rollData) await MournbladeUtility.rollPotion(rollData)
} }
}, },
], ],
+19 -12
View File
@@ -294,7 +294,7 @@ export class MournbladeActor extends Actor {
/* -------------------------------------------- */ /* -------------------------------------------- */
getVitesseBase() { getVitesseBase() {
return 5 + __vitesseBonus[this.system.attributs.adr.value] return 5 + __vitesseBonus[Math.min(21, Math.max(0, this.system.attributs.adr.value))]
} }
/* -------------------------------------------- */ /* -------------------------------------------- */
@@ -396,7 +396,7 @@ export class MournbladeActor extends Actor {
} }
/* -------------------------------------------- */ /* -------------------------------------------- */
incDecSante(type, value, applyArmure = true) { async incDecSante(type, value, applyArmure = true) {
value = Number(value) value = Number(value)
if (value && applyArmure) { if (value && applyArmure) {
let protection = this.getProtectionTotal() let protection = this.getProtectionTotal()
@@ -417,19 +417,19 @@ export class MournbladeActor extends Actor {
if (value && type == "nonletaux") { if (value && type == "nonletaux") {
newSante["letaux"] += value newSante["letaux"] += value
} }
this.update({ 'system.sante': newSante }) await this.update({ 'system.sante': newSante })
} }
} }
/* -------------------------------------------- */ /* -------------------------------------------- */
incDecAme(value) { async incDecAme(value) {
value = Number(value) value = Number(value)
if (value) { if (value) {
let newAme = foundry.utils.duplicate(this.system.ame) let newAme = foundry.utils.duplicate(this.system.ame)
newAme.value += Number(value) newAme.value += Number(value)
newAme.value = Math.max(0, newAme.value) newAme.value = Math.max(0, newAme.value)
newAme.value = Math.min(newAme.value, newAme.currentmax) newAme.value = Math.min(newAme.value, newAme.currentmax)
this.update({ 'system.ame': newAme }) await this.update({ 'system.ame': newAme })
} }
} }
@@ -439,10 +439,10 @@ export class MournbladeActor extends Actor {
} }
/* -------------------------------------------- */ /* -------------------------------------------- */
changeBonneAventure(value) { async changeBonneAventure(value) {
let newBA = this.system.bonneaventure.actuelle let newBA = this.system.bonneaventure.actuelle
newBA += value newBA += value
this.update({ 'system.bonneaventure.actuelle': newBA }) await this.update({ 'system.bonneaventure.actuelle': newBA })
} }
/* -------------------------------------------- */ /* -------------------------------------------- */
@@ -451,10 +451,10 @@ export class MournbladeActor extends Actor {
} }
/* -------------------------------------------- */ /* -------------------------------------------- */
changeEclat(value) { async changeEclat(value) {
let newE = this.system.eclat.value let newE = this.system.eclat.value
newE += value newE += value
this.update({ 'system.eclat.value': newE }) await this.update({ 'system.eclat.value': newE })
} }
/* -------------------------------------------- */ /* -------------------------------------------- */
@@ -485,7 +485,7 @@ export class MournbladeActor extends Actor {
/* -------------------------------------------- */ /* -------------------------------------------- */
getAttribute(attrKey) { getAttribute(attrKey) {
return this.system.attributes[attrKey] return this.system.attributs[attrKey]
} }
/* -------------------------------------------- */ /* -------------------------------------------- */
@@ -493,7 +493,7 @@ export class MournbladeActor extends Actor {
if (this.type == "creature") { if (this.type == "creature") {
return 0 return 0
} }
return __degatsBonus[this.system.attributs.pui.value] return __degatsBonus[Math.min(21, Math.max(0, this.system.attributs.pui.value))]
} }
/* -------------------------------------------- */ /* -------------------------------------------- */
@@ -921,7 +921,14 @@ export class MournbladeActor extends Actor {
arme = this.prepareBouclier(arme) arme = this.prepareBouclier(arme)
} }
//Unused rollData.degatsFormula = arme.system.totalDegats //Unused rollData.degatsFormula = arme.system.totalDegats
let roll = await new Roll(arme.system.totalDegats).evaluate() let roll
try {
roll = await new Roll(arme.system.totalDegats).evaluate()
} catch (err) {
ui.notifications.error(`Formule de dégâts invalide : ${arme.system.totalDegats}`)
console.error("rollArmeDegats error:", err)
return
}
await MournbladeUtility.showDiceSoNice(roll, game.settings.get("core", "rollMode")); await MournbladeUtility.showDiceSoNice(roll, game.settings.get("core", "rollMode"));
let rollData = { let rollData = {
degatsFormula: arme.system.totalDegats, degatsFormula: arme.system.totalDegats,
+1
View File
@@ -92,6 +92,7 @@ export class MournbladeConfig {
demoniaque: game.i18n.localize("MNBL.typeCapaciteDemoniaque"), demoniaque: game.i18n.localize("MNBL.typeCapaciteDemoniaque"),
automaton: game.i18n.localize("MNBL.typeCapaciteAutomaton"), automaton: game.i18n.localize("MNBL.typeCapaciteAutomaton"),
creature: game.i18n.localize("MNBL.typeCapaciteCreature"), creature: game.i18n.localize("MNBL.typeCapaciteCreature"),
faiblessedemoniaque: game.i18n.localize("MNBL.typeCapaciteFaiblesseDemoniaque"),
}, },
creatureTypeOptions: { creatureTypeOptions: {
creature: game.i18n.localize("MNBL.creatureTypeCreature"), creature: game.i18n.localize("MNBL.creatureTypeCreature"),
-1
View File
@@ -16,7 +16,6 @@ export const defaultItemImg = {
tendance: "systems/fvtt-mournblade/assets/icons/tendance.webp", tendance: "systems/fvtt-mournblade/assets/icons/tendance.webp",
traitchaotique: "systems/fvtt-mournblade/assets/icons/traitchaotique.webp", traitchaotique: "systems/fvtt-mournblade/assets/icons/traitchaotique.webp",
traitespece: "systems/fvtt-mournblade/assets/icons/capacite.webp", traitespece: "systems/fvtt-mournblade/assets/icons/capacite.webp",
potion: "systems/fvtt-mournblade/assets/icons/potion.svg",
} }
/** /**
+4 -4
View File
@@ -123,7 +123,7 @@ async function welcomeMessage() {
const templateData = {}; const templateData = {};
const html = await foundry.applications.handlebars.renderTemplate("systems/fvtt-mournblade/templates/chat-welcome-message.hbs", templateData); const html = await foundry.applications.handlebars.renderTemplate("systems/fvtt-mournblade/templates/chat-welcome-message.hbs", templateData);
ChatMessage.create({ await ChatMessage.create({
user: game.user.id, user: game.user.id,
whisper: [game.user.id], whisper: [game.user.id],
content: html content: html
@@ -144,7 +144,7 @@ async function importDefaultScene() {
/* -------------------------------------------- */ /* -------------------------------------------- */
/* Foundry VTT Initialization */ /* Foundry VTT Initialization */
/* -------------------------------------------- */ /* -------------------------------------------- */
Hooks.once("ready", function () { Hooks.once("ready", async function () {
game.system.mournblade = { game.system.mournblade = {
config : MournbladeConfig.getConfig(), config : MournbladeConfig.getConfig(),
@@ -154,14 +154,14 @@ Hooks.once("ready", function () {
// User warning // User warning
if (!game.user.isGM && game.user.character == undefined) { if (!game.user.isGM && game.user.character == undefined) {
ui.notifications.info("Attention ! Aucun personnage n'est relié au joueur !"); ui.notifications.info("Attention ! Aucun personnage n'est relié au joueur !");
ChatMessage.create({ await ChatMessage.create({
content: "<b>ATTENTION</b> Le joueur " + game.user.name + " n'est relié à aucun personnage !", content: "<b>ATTENTION</b> Le joueur " + game.user.name + " n'est relié à aucun personnage !",
user: game.user.id user: game.user.id
}); });
} }
if (!game.user.isGM && game.user.character && !game.user.character.prototypeToken.actorLink) { if (!game.user.isGM && game.user.character && !game.user.character.prototypeToken.actorLink) {
ui.notifications.info("Le token de du joueur n'est pas connecté à l'acteur !"); ui.notifications.info("Le token de du joueur n'est pas connecté à l'acteur !");
ChatMessage.create({ await ChatMessage.create({
content: "<b>ATTENTION</b> Le token du joueur " + game.user.name + " n'est pas connecté à l'acteur !", content: "<b>ATTENTION</b> Le token du joueur " + game.user.name + " n'est pas connecté à l'acteur !",
user: game.user.id user: game.user.id
}); });
+4 -3
View File
@@ -884,7 +884,8 @@ export class MournbladeUtility {
let target = MournbladeUtility.getTarget() let target = MournbladeUtility.getTarget()
if (target) { if (target) {
rollData.defenderTokenId = target.id rollData.defenderTokenId = target.id
let defender = game.canvas.tokens.get(rollData.defenderTokenId)?.actor let defender = game.canvas?.tokens?.get(rollData.defenderTokenId)?.actor
if (!defender) return
rollData.defenderCombatValues = defender.getCombatValues() rollData.defenderCombatValues = defender.getCombatValues()
rollData.defender = defender.toObject() // Simpler rollData.defender = defender.toObject() // Simpler
rollData.defenderDefense = defender.getBestDefenseValue() rollData.defenderDefense = defender.getBestDefenseValue()
@@ -1262,11 +1263,11 @@ export class MournbladeUtility {
} }
} else if (rollData.isDramatique) { } else if (rollData.isDramatique) {
// All soul lost // All soul lost
actor.subPointsAme("prononcer", soulCost) await actor.subPointsAme("prononcer", soulCost)
} else { } else {
// Simple failure: half soul lost (round up) // Simple failure: half soul lost (round up)
ameDeduct = Math.ceil(soulCost / 2) ameDeduct = Math.ceil(soulCost / 2)
actor.subPointsAme("prononcer", ameDeduct) await actor.subPointsAme("prononcer", ameDeduct)
} }
rollData.invocationSoulDeducted = rollData.isSuccess || rollData.isHeroique ? soulCost : ameDeduct rollData.invocationSoulDeducted = rollData.isSuccess || rollData.isHeroique ? soulCost : ameDeduct
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000396 MANIFEST-000404
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-22:17:12.618357 7fd747fff6c0 Recovering log #394 2026/05/02-23:45:02.647102 7fd747fff6c0 Recovering log #402
2026/05/02-22:17:12.628023 7fd747fff6c0 Delete type=3 #392 2026/05/02-23:45:02.656665 7fd747fff6c0 Delete type=3 #400
2026/05/02-22:17:12.628086 7fd747fff6c0 Delete type=0 #394 2026/05/02-23:45:02.656732 7fd747fff6c0 Delete type=0 #402
2026/05/02-23:14:30.830178 7fd7477fe6c0 Level-0 table #399: started 2026/05/02-23:46:06.817245 7fd7477fe6c0 Level-0 table #407: started
2026/05/02-23:14:30.830206 7fd7477fe6c0 Level-0 table #399: 0 bytes OK 2026/05/02-23:46:06.817291 7fd7477fe6c0 Level-0 table #407: 0 bytes OK
2026/05/02-23:14:30.842898 7fd7477fe6c0 Delete type=0 #397 2026/05/02-23:46:06.852878 7fd7477fe6c0 Delete type=0 #405
2026/05/02-23:14:30.854693 7fd7477fe6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end) 2026/05/02-23:46:06.933278 7fd7477fe6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-10:42:39.976018 7fd755fef6c0 Recovering log #390 2026/05/02-23:32:07.584562 7fd7557ee6c0 Recovering log #398
2026/05/02-10:42:39.986262 7fd755fef6c0 Delete type=3 #388 2026/05/02-23:32:07.681342 7fd7557ee6c0 Delete type=3 #396
2026/05/02-10:42:39.986345 7fd755fef6c0 Delete type=0 #390 2026/05/02-23:32:07.681454 7fd7557ee6c0 Delete type=0 #398
2026/05/02-10:55:36.095495 7fd7477fe6c0 Level-0 table #395: started 2026/05/02-23:32:54.252126 7fd7477fe6c0 Level-0 table #403: started
2026/05/02-10:55:36.095552 7fd7477fe6c0 Level-0 table #395: 0 bytes OK 2026/05/02-23:32:54.252168 7fd7477fe6c0 Level-0 table #403: 0 bytes OK
2026/05/02-10:55:36.101888 7fd7477fe6c0 Delete type=0 #393 2026/05/02-23:32:54.259560 7fd7477fe6c0 Delete type=0 #401
2026/05/02-10:55:36.113150 7fd7477fe6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end) 2026/05/02-23:32:54.270552 7fd7477fe6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000002 MANIFEST-000023
+15 -5
View File
@@ -1,5 +1,15 @@
2026/05/02-23:15:37.006124 7fcf117ed6c0 Delete type=3 #1 2026/05/02-23:45:02.567239 7fd7557ee6c0 Recovering log #20
2026/05/02-23:15:37.009476 7fcef3fff6c0 Level-0 table #5: started 2026/05/02-23:45:02.577782 7fd7557ee6c0 Delete type=3 #6
2026/05/02-23:15:37.013256 7fcef3fff6c0 Level-0 table #5: 30382 bytes OK 2026/05/02-23:45:02.577851 7fd7557ee6c0 Delete type=0 #20
2026/05/02-23:15:37.019148 7fcef3fff6c0 Delete type=0 #3 2026/05/02-23:46:06.389308 7fd7477fe6c0 Level-0 table #26: started
2026/05/02-23:15:37.019361 7fcef3fff6c0 Manual compaction at level-0 from '!actors!AutomCombatMaj001' @ 72057594037927935 : 1 .. '!actors.items!OeilDeVerite0001.OeilVeritProt001' @ 0 : 0; will stop at (end) 2026/05/02-23:46:06.404009 7fd7477fe6c0 Level-0 table #26: 34677 bytes OK
2026/05/02-23:46:06.435632 7fd7477fe6c0 Delete type=0 #24
2026/05/02-23:46:06.491707 7fd7477fe6c0 Manual compaction at level-0 from '!actors!AutomCombatMaj001' @ 72057594037927935 : 1 .. '!actors.items!tavgPDu6zINLsWlv' @ 0 : 0; will stop at (end)
2026/05/02-23:46:06.526199 7fd7477fe6c0 Manual compaction at level-1 from '!actors!AutomCombatMaj001' @ 72057594037927935 : 1 .. '!actors.items!tavgPDu6zINLsWlv' @ 0 : 0; will stop at '!actors.items!tavgPDu6zINLsWlv' @ 363 : 1
2026/05/02-23:46:06.526225 7fd7477fe6c0 Compacting 1@1 + 1@2 files
2026/05/02-23:46:06.549927 7fd7477fe6c0 Generated table #27@1: 190 keys, 46363 bytes
2026/05/02-23:46:06.549995 7fd7477fe6c0 Compacted 1@1 + 1@2 files => 46363 bytes
2026/05/02-23:46:06.579766 7fd7477fe6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/02-23:46:06.579952 7fd7477fe6c0 Delete type=2 #22
2026/05/02-23:46:06.580109 7fd7477fe6c0 Delete type=2 #26
2026/05/02-23:46:06.648571 7fd7477fe6c0 Manual compaction at level-1 from '!actors.items!tavgPDu6zINLsWlv' @ 363 : 1 .. '!actors.items!tavgPDu6zINLsWlv' @ 0 : 0; will stop at (end)
+18
View File
@@ -0,0 +1,18 @@
2026/05/02-23:32:06.900144 7fd754fed6c0 Recovering log #4
2026/05/02-23:32:06.900180 7fd754fed6c0 Recovering log #18
2026/05/02-23:32:07.070840 7fd754fed6c0 Delete type=0 #18
2026/05/02-23:32:07.070915 7fd754fed6c0 Delete type=2 #20
2026/05/02-23:32:07.070972 7fd754fed6c0 Delete type=0 #4
2026/05/02-23:32:07.071012 7fd754fed6c0 Delete type=3 #2
2026/05/02-23:32:54.156045 7fd7477fe6c0 Level-0 table #21: started
2026/05/02-23:32:54.159838 7fd7477fe6c0 Level-0 table #21: 44646 bytes OK
2026/05/02-23:32:54.166019 7fd7477fe6c0 Delete type=0 #19
2026/05/02-23:32:54.182233 7fd7477fe6c0 Manual compaction at level-0 from '!actors!AutomCombatMaj001' @ 72057594037927935 : 1 .. '!actors.items!j8cTuVFIW4IhAe50' @ 0 : 0; will stop at (end)
2026/05/02-23:32:54.192353 7fd7477fe6c0 Manual compaction at level-1 from '!actors!AutomCombatMaj001' @ 72057594037927935 : 1 .. '!actors.items!j8cTuVFIW4IhAe50' @ 0 : 0; will stop at '!actors.items!j8cTuVFIW4IhAe50' @ 163 : 1
2026/05/02-23:32:54.192362 7fd7477fe6c0 Compacting 1@1 + 1@2 files
2026/05/02-23:32:54.196480 7fd7477fe6c0 Generated table #22@1: 190 keys, 47075 bytes
2026/05/02-23:32:54.196522 7fd7477fe6c0 Compacted 1@1 + 1@2 files => 47075 bytes
2026/05/02-23:32:54.203628 7fd7477fe6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/02-23:32:54.203745 7fd7477fe6c0 Delete type=2 #5
2026/05/02-23:32:54.203876 7fd7477fe6c0 Delete type=2 #21
2026/05/02-23:32:54.223974 7fd7477fe6c0 Manual compaction at level-1 from '!actors.items!j8cTuVFIW4IhAe50' @ 163 : 1 .. '!actors.items!j8cTuVFIW4IhAe50' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
MANIFEST-000002 MANIFEST-000011
@@ -1,5 +1,8 @@
2026/05/02-22:42:38.620324 7fe3377fe6c0 Delete type=3 #1 2026/05/02-23:45:02.583541 7fd754fed6c0 Recovering log #8
2026/05/02-22:42:38.623484 7fe335ffb6c0 Level-0 table #5: started 2026/05/02-23:45:02.593003 7fd754fed6c0 Delete type=3 #6
2026/05/02-22:42:38.627227 7fe335ffb6c0 Level-0 table #5: 3865 bytes OK 2026/05/02-23:45:02.593102 7fd754fed6c0 Delete type=0 #8
2026/05/02-22:42:38.633343 7fe335ffb6c0 Delete type=0 #3 2026/05/02-23:46:06.580193 7fd7477fe6c0 Level-0 table #14: started
2026/05/02-22:42:38.633487 7fe335ffb6c0 Manual compaction at level-0 from '!items!CapAutoComAbs001' @ 72057594037927935 : 1 .. '!items!CapAutoVoyVit001' @ 0 : 0; will stop at (end) 2026/05/02-23:46:06.580241 7fd7477fe6c0 Level-0 table #14: 0 bytes OK
2026/05/02-23:46:06.608763 7fd7477fe6c0 Delete type=0 #12
2026/05/02-23:46:06.648592 7fd7477fe6c0 Manual compaction at level-0 from '!items!CapAutoComAbs001' @ 72057594037927935 : 1 .. '!items!CapAutoVoyVit001' @ 0 : 0; will stop at (end)
2026/05/02-23:46:06.695553 7fd7477fe6c0 Manual compaction at level-1 from '!items!CapAutoComAbs001' @ 72057594037927935 : 1 .. '!items!CapAutoVoyVit001' @ 0 : 0; will stop at (end)
@@ -0,0 +1,15 @@
2026/05/02-23:32:07.100528 7fd754fed6c0 Recovering log #4
2026/05/02-23:32:07.201392 7fd754fed6c0 Delete type=0 #4
2026/05/02-23:32:07.201464 7fd754fed6c0 Delete type=3 #2
2026/05/02-23:32:54.172273 7fd7477fe6c0 Level-0 table #9: started
2026/05/02-23:32:54.175326 7fd7477fe6c0 Level-0 table #9: 4810 bytes OK
2026/05/02-23:32:54.181941 7fd7477fe6c0 Delete type=0 #7
2026/05/02-23:32:54.192338 7fd7477fe6c0 Manual compaction at level-0 from '!items!CapAutoComAbs001' @ 72057594037927935 : 1 .. '!items!CapAutoVoyVit001' @ 0 : 0; will stop at (end)
2026/05/02-23:32:54.213290 7fd7477fe6c0 Manual compaction at level-1 from '!items!CapAutoComAbs001' @ 72057594037927935 : 1 .. '!items!CapAutoVoyVit001' @ 0 : 0; will stop at '!items!CapAutoVoyVit001' @ 30 : 1
2026/05/02-23:32:54.213299 7fd7477fe6c0 Compacting 1@1 + 1@2 files
2026/05/02-23:32:54.216790 7fd7477fe6c0 Generated table #10@1: 15 keys, 4810 bytes
2026/05/02-23:32:54.216823 7fd7477fe6c0 Compacted 1@1 + 1@2 files => 4810 bytes
2026/05/02-23:32:54.223591 7fd7477fe6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/02-23:32:54.223728 7fd7477fe6c0 Delete type=2 #5
2026/05/02-23:32:54.223895 7fd7477fe6c0 Delete type=2 #9
2026/05/02-23:32:54.234279 7fd7477fe6c0 Manual compaction at level-1 from '!items!CapAutoVoyVit001' @ 30 : 1 .. '!items!CapAutoVoyVit001' @ 0 : 0; will stop at (end)
@@ -1 +1 @@
MANIFEST-000047 MANIFEST-000057
@@ -1,14 +1,14 @@
2026/05/02-22:17:12.533680 7fd754fed6c0 Recovering log #44 2026/05/02-23:45:02.539275 7fd7557ee6c0 Recovering log #54
2026/05/02-22:17:12.543680 7fd754fed6c0 Delete type=3 #42 2026/05/02-23:45:02.549992 7fd7557ee6c0 Delete type=3 #52
2026/05/02-22:17:12.543746 7fd754fed6c0 Delete type=0 #44 2026/05/02-23:45:02.550092 7fd7557ee6c0 Delete type=0 #54
2026/05/02-23:14:30.692810 7fd7477fe6c0 Level-0 table #50: started 2026/05/02-23:46:06.455913 7fd7477fe6c0 Level-0 table #60: started
2026/05/02-23:14:30.701352 7fd7477fe6c0 Level-0 table #50: 17662 bytes OK 2026/05/02-23:46:06.472654 7fd7477fe6c0 Level-0 table #60: 17662 bytes OK
2026/05/02-23:14:30.711206 7fd7477fe6c0 Delete type=0 #48 2026/05/02-23:46:06.491535 7fd7477fe6c0 Delete type=0 #58
2026/05/02-23:14:30.731427 7fd7477fe6c0 Manual compaction at level-0 from '!actors!ElemAirMaj0000003' @ 72057594037927935 : 1 .. '!actors.items!xgdbv9heAyLXGkCu' @ 0 : 0; will stop at '!actors.items!xgdbv9heAyLXGkCu' @ 547 : 1 2026/05/02-23:46:06.491736 7fd7477fe6c0 Manual compaction at level-0 from '!actors!ElemAirMaj0000003' @ 72057594037927935 : 1 .. '!actors.items!x8DVixbdPMJRT4g6' @ 0 : 0; will stop at '!actors.items!x8DVixbdPMJRT4g6' @ 653 : 1
2026/05/02-23:14:30.731439 7fd7477fe6c0 Compacting 1@0 + 1@1 files 2026/05/02-23:46:06.491747 7fd7477fe6c0 Compacting 1@0 + 1@1 files
2026/05/02-23:14:30.738933 7fd7477fe6c0 Generated table #51@0: 61 keys, 12842 bytes 2026/05/02-23:46:06.500117 7fd7477fe6c0 Generated table #61@0: 61 keys, 12816 bytes
2026/05/02-23:14:30.739005 7fd7477fe6c0 Compacted 1@0 + 1@1 files => 12842 bytes 2026/05/02-23:46:06.500186 7fd7477fe6c0 Compacted 1@0 + 1@1 files => 12816 bytes
2026/05/02-23:14:30.747174 7fd7477fe6c0 compacted to: files[ 0 1 0 0 0 0 0 ] 2026/05/02-23:46:06.525751 7fd7477fe6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/02-23:14:30.747353 7fd7477fe6c0 Delete type=2 #46 2026/05/02-23:46:06.525895 7fd7477fe6c0 Delete type=2 #56
2026/05/02-23:14:30.747504 7fd7477fe6c0 Delete type=2 #50 2026/05/02-23:46:06.526088 7fd7477fe6c0 Delete type=2 #60
2026/05/02-23:14:30.779059 7fd7477fe6c0 Manual compaction at level-0 from '!actors.items!xgdbv9heAyLXGkCu' @ 547 : 1 .. '!actors.items!xgdbv9heAyLXGkCu' @ 0 : 0; will stop at (end) 2026/05/02-23:46:06.648552 7fd7477fe6c0 Manual compaction at level-0 from '!actors.items!x8DVixbdPMJRT4g6' @ 653 : 1 .. '!actors.items!x8DVixbdPMJRT4g6' @ 0 : 0; will stop at (end)
@@ -1,14 +1,14 @@
2026/05/02-10:42:39.892083 7fd754fed6c0 Recovering log #39 2026/05/02-23:32:06.722004 7fd754fed6c0 Recovering log #49
2026/05/02-10:42:39.902219 7fd754fed6c0 Delete type=3 #37 2026/05/02-23:32:06.800579 7fd754fed6c0 Delete type=3 #47
2026/05/02-10:42:39.902273 7fd754fed6c0 Delete type=0 #39 2026/05/02-23:32:06.800651 7fd754fed6c0 Delete type=0 #49
2026/05/02-10:55:36.036221 7fd7477fe6c0 Level-0 table #45: started 2026/05/02-23:32:54.126217 7fd7477fe6c0 Level-0 table #55: started
2026/05/02-10:55:36.039553 7fd7477fe6c0 Level-0 table #45: 17295 bytes OK 2026/05/02-23:32:54.129656 7fd7477fe6c0 Level-0 table #55: 17683 bytes OK
2026/05/02-10:55:36.045711 7fd7477fe6c0 Delete type=0 #43 2026/05/02-23:32:54.136086 7fd7477fe6c0 Delete type=0 #53
2026/05/02-10:55:36.063221 7fd7477fe6c0 Manual compaction at level-0 from '!actors!ElemAirMaj0000003' @ 72057594037927935 : 1 .. '!actors.items!vZXf6vfOj986NEYr' @ 0 : 0; will stop at '!actors.items!zCAO1NzNTX1SCdQ8' @ 456 : 0 2026/05/02-23:32:54.136283 7fd7477fe6c0 Manual compaction at level-0 from '!actors!ElemAirMaj0000003' @ 72057594037927935 : 1 .. '!actors.items!wNgz4PkzpauGQRlW' @ 0 : 0; will stop at '!actors.items!xgdbv9heAyLXGkCu' @ 576 : 0
2026/05/02-10:55:36.063230 7fd7477fe6c0 Compacting 1@0 + 1@1 files 2026/05/02-23:32:54.136292 7fd7477fe6c0 Compacting 1@0 + 1@1 files
2026/05/02-10:55:36.066937 7fd7477fe6c0 Generated table #46@0: 61 keys, 12728 bytes 2026/05/02-23:32:54.140164 7fd7477fe6c0 Generated table #56@0: 61 keys, 12819 bytes
2026/05/02-10:55:36.066956 7fd7477fe6c0 Compacted 1@0 + 1@1 files => 12728 bytes 2026/05/02-23:32:54.140193 7fd7477fe6c0 Compacted 1@0 + 1@1 files => 12819 bytes
2026/05/02-10:55:36.073653 7fd7477fe6c0 compacted to: files[ 0 1 0 0 0 0 0 ] 2026/05/02-23:32:54.146060 7fd7477fe6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/02-10:55:36.073784 7fd7477fe6c0 Delete type=2 #41 2026/05/02-23:32:54.146186 7fd7477fe6c0 Delete type=2 #51
2026/05/02-10:55:36.073906 7fd7477fe6c0 Delete type=2 #45 2026/05/02-23:32:54.146323 7fd7477fe6c0 Delete type=2 #55
2026/05/02-10:55:36.083653 7fd7477fe6c0 Manual compaction at level-0 from '!actors.items!zCAO1NzNTX1SCdQ8' @ 456 : 0 .. '!actors.items!vZXf6vfOj986NEYr' @ 0 : 0; will stop at (end) 2026/05/02-23:32:54.156031 7fd7477fe6c0 Manual compaction at level-0 from '!actors.items!xgdbv9heAyLXGkCu' @ 576 : 0 .. '!actors.items!wNgz4PkzpauGQRlW' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000026 MANIFEST-000068
+15 -15
View File
@@ -1,15 +1,15 @@
2026/05/02-22:17:12.519161 7fd755fef6c0 Recovering log #23 2026/05/03-10:03:45.526027 7f448d3fd6c0 Recovering log #65
2026/05/02-22:17:12.529405 7fd755fef6c0 Delete type=3 #21 2026/05/03-10:03:45.615546 7f448d3fd6c0 Delete type=3 #63
2026/05/02-22:17:12.529482 7fd755fef6c0 Delete type=0 #23 2026/05/03-10:03:45.615600 7f448d3fd6c0 Delete type=0 #65
2026/05/02-23:14:30.629959 7fd7477fe6c0 Level-0 table #29: started 2026/05/03-10:03:45.620364 7f4487fff6c0 Level-0 table #71: started
2026/05/02-23:14:30.639557 7fd7477fe6c0 Level-0 table #29: 24275 bytes OK 2026/05/03-10:03:45.646593 7f4487fff6c0 Level-0 table #71: 63615 bytes OK
2026/05/02-23:14:30.650756 7fd7477fe6c0 Delete type=0 #27 2026/05/03-10:03:45.712205 7f4487fff6c0 Delete type=0 #69
2026/05/02-23:14:30.662871 7fd7477fe6c0 Manual compaction at level-0 from '!actors!DemonCombatMaj001' @ 72057594037927935 : 1 .. '!actors.items!ip5rWxXRlXaEyQD6' @ 0 : 0; will stop at (end) 2026/05/03-10:03:45.712506 7f4487fff6c0 Manual compaction at level-0 from '!actors!DemonAilesN00001' @ 72057594037927935 : 1 .. '!actors.items!DemonVoyageMin01.DemonVoyagSUR002' @ 0 : 0; will stop at (end)
2026/05/02-23:14:30.662925 7fd7477fe6c0 Manual compaction at level-1 from '!actors!DemonCombatMaj001' @ 72057594037927935 : 1 .. '!actors.items!ip5rWxXRlXaEyQD6' @ 0 : 0; will stop at '!actors.items!ip5rWxXRlXaEyQD6' @ 366 : 1 2026/05/03-10:03:45.712546 7f4487fff6c0 Manual compaction at level-1 from '!actors!DemonAilesN00001' @ 72057594037927935 : 1 .. '!actors.items!DemonVoyageMin01.DemonVoyagSUR002' @ 0 : 0; will stop at '!actors.items!DemonVoyageMin01.DemonVoyagSUR002' @ 828 : 1
2026/05/02-23:14:30.662935 7fd7477fe6c0 Compacting 1@1 + 1@2 files 2026/05/03-10:03:45.712556 7f4487fff6c0 Compacting 1@1 + 1@2 files
2026/05/02-23:14:30.671179 7fd7477fe6c0 Generated table #30@1: 99 keys, 34643 bytes 2026/05/03-10:03:45.746878 7f4487fff6c0 Generated table #72@1: 202 keys, 63615 bytes
2026/05/02-23:14:30.671218 7fd7477fe6c0 Compacted 1@1 + 1@2 files => 34643 bytes 2026/05/03-10:03:45.746926 7f4487fff6c0 Compacted 1@1 + 1@2 files => 63615 bytes
2026/05/02-23:14:30.682390 7fd7477fe6c0 compacted to: files[ 0 0 1 0 0 0 0 ] 2026/05/03-10:03:45.808622 7f4487fff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/02-23:14:30.682554 7fd7477fe6c0 Delete type=2 #25 2026/05/03-10:03:45.808775 7f4487fff6c0 Delete type=2 #67
2026/05/02-23:14:30.682716 7fd7477fe6c0 Delete type=2 #29 2026/05/03-10:03:45.808903 7f4487fff6c0 Delete type=2 #71
2026/05/02-23:14:30.731391 7fd7477fe6c0 Manual compaction at level-1 from '!actors.items!ip5rWxXRlXaEyQD6' @ 366 : 1 .. '!actors.items!ip5rWxXRlXaEyQD6' @ 0 : 0; will stop at (end) 2026/05/03-10:03:45.808992 7f4487fff6c0 Manual compaction at level-1 from '!actors.items!DemonVoyageMin01.DemonVoyagSUR002' @ 828 : 1 .. '!actors.items!DemonVoyageMin01.DemonVoyagSUR002' @ 0 : 0; will stop at (end)
+15 -15
View File
@@ -1,15 +1,15 @@
2026/05/02-10:42:39.878619 7fd7557ee6c0 Recovering log #18 2026/05/03-09:58:03.326790 7f78daffd6c0 Recovering log #60
2026/05/02-10:42:39.888389 7fd7557ee6c0 Delete type=3 #16 2026/05/03-09:58:03.379081 7f78daffd6c0 Delete type=3 #58
2026/05/02-10:42:39.888487 7fd7557ee6c0 Delete type=0 #18 2026/05/03-09:58:03.379136 7f78daffd6c0 Delete type=0 #60
2026/05/02-10:55:36.007797 7fd7477fe6c0 Level-0 table #24: started 2026/05/03-09:58:03.383343 7f78d9ffb6c0 Level-0 table #66: started
2026/05/02-10:55:36.011680 7fd7477fe6c0 Level-0 table #24: 24272 bytes OK 2026/05/03-09:58:03.402481 7f78d9ffb6c0 Level-0 table #66: 55641 bytes OK
2026/05/02-10:55:36.018592 7fd7477fe6c0 Delete type=0 #22 2026/05/03-09:58:03.440377 7f78d9ffb6c0 Delete type=0 #64
2026/05/02-10:55:36.025623 7fd7477fe6c0 Manual compaction at level-0 from '!actors!DemonCombatMaj001' @ 72057594037927935 : 1 .. '!actors.items!GqtMRrjUTucZj9cj' @ 0 : 0; will stop at (end) 2026/05/03-09:58:03.440601 7f78d9ffb6c0 Manual compaction at level-0 from '!actors!DemonCombatMaj001' @ 72057594037927935 : 1 .. '!actors.items!DemonVoyageMin01.DemonVoyagSUR002' @ 0 : 0; will stop at (end)
2026/05/02-10:55:36.025666 7fd7477fe6c0 Manual compaction at level-1 from '!actors!DemonCombatMaj001' @ 72057594037927935 : 1 .. '!actors.items!GqtMRrjUTucZj9cj' @ 0 : 0; will stop at '!actors.items!gPJSnL0lXZ0x3Uvt' @ 300 : 0 2026/05/03-09:58:03.440637 7f78d9ffb6c0 Manual compaction at level-1 from '!actors!DemonCombatMaj001' @ 72057594037927935 : 1 .. '!actors.items!DemonVoyageMin01.DemonVoyagSUR002' @ 0 : 0; will stop at '!actors.items!DemonVoyageMin01.DemonVoyagSUR002' @ 642 : 1
2026/05/02-10:55:36.025679 7fd7477fe6c0 Compacting 1@1 + 1@2 files 2026/05/03-09:58:03.440646 7f78d9ffb6c0 Compacting 1@1 + 1@2 files
2026/05/02-10:55:36.030173 7fd7477fe6c0 Generated table #25@1: 99 keys, 34641 bytes 2026/05/03-09:58:03.458233 7f78d9ffb6c0 Generated table #67@1: 179 keys, 55641 bytes
2026/05/02-10:55:36.030197 7fd7477fe6c0 Compacted 1@1 + 1@2 files => 34641 bytes 2026/05/03-09:58:03.458267 7f78d9ffb6c0 Compacted 1@1 + 1@2 files => 55641 bytes
2026/05/02-10:55:36.035952 7fd7477fe6c0 compacted to: files[ 0 0 1 0 0 0 0 ] 2026/05/03-09:58:03.495173 7f78d9ffb6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/02-10:55:36.036040 7fd7477fe6c0 Delete type=2 #20 2026/05/03-09:58:03.495303 7f78d9ffb6c0 Delete type=2 #62
2026/05/02-10:55:36.036148 7fd7477fe6c0 Delete type=2 #24 2026/05/03-09:58:03.495434 7f78d9ffb6c0 Delete type=2 #66
2026/05/02-10:55:36.063204 7fd7477fe6c0 Manual compaction at level-1 from '!actors.items!gPJSnL0lXZ0x3Uvt' @ 300 : 0 .. '!actors.items!GqtMRrjUTucZj9cj' @ 0 : 0; will stop at (end) 2026/05/03-09:58:03.495531 7f78d9ffb6c0 Manual compaction at level-1 from '!actors.items!DemonVoyageMin01.DemonVoyagSUR002' @ 642 : 1 .. '!actors.items!DemonVoyageMin01.DemonVoyagSUR002' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000395 MANIFEST-000403
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-22:17:12.656044 7fd754fed6c0 Recovering log #393 2026/05/02-23:45:02.683455 7fd7557ee6c0 Recovering log #401
2026/05/02-22:17:12.666131 7fd754fed6c0 Delete type=3 #391 2026/05/02-23:45:02.693052 7fd7557ee6c0 Delete type=3 #399
2026/05/02-22:17:12.666231 7fd754fed6c0 Delete type=0 #393 2026/05/02-23:45:02.693123 7fd7557ee6c0 Delete type=0 #401
2026/05/02-23:14:30.872981 7fd7477fe6c0 Level-0 table #398: started 2026/05/02-23:46:06.987043 7fd7477fe6c0 Level-0 table #406: started
2026/05/02-23:14:30.873018 7fd7477fe6c0 Level-0 table #398: 0 bytes OK 2026/05/02-23:46:06.987080 7fd7477fe6c0 Level-0 table #406: 0 bytes OK
2026/05/02-23:14:30.884443 7fd7477fe6c0 Delete type=0 #396 2026/05/02-23:46:07.009855 7fd7477fe6c0 Delete type=0 #404
2026/05/02-23:14:30.905834 7fd7477fe6c0 Manual compaction at level-0 from '!items!5dGXNiL3WN4cAk7X' @ 72057594037927935 : 1 .. '!items!zzz9JrtWjELdoAfK' @ 0 : 0; will stop at (end) 2026/05/02-23:46:07.091762 7fd7477fe6c0 Manual compaction at level-0 from '!items!5dGXNiL3WN4cAk7X' @ 72057594037927935 : 1 .. '!items!zzz9JrtWjELdoAfK' @ 0 : 0; will stop at (end)
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-10:42:40.016911 7fd7557ee6c0 Recovering log #389 2026/05/02-23:32:07.882345 7fd754fed6c0 Recovering log #397
2026/05/02-10:42:40.026916 7fd7557ee6c0 Delete type=3 #387 2026/05/02-23:32:07.973714 7fd754fed6c0 Delete type=3 #395
2026/05/02-10:42:40.026980 7fd7557ee6c0 Delete type=0 #389 2026/05/02-23:32:07.973773 7fd754fed6c0 Delete type=0 #397
2026/05/02-10:55:36.154029 7fd7477fe6c0 Level-0 table #394: started 2026/05/02-23:32:54.296055 7fd7477fe6c0 Level-0 table #402: started
2026/05/02-10:55:36.154054 7fd7477fe6c0 Level-0 table #394: 0 bytes OK 2026/05/02-23:32:54.296081 7fd7477fe6c0 Level-0 table #402: 0 bytes OK
2026/05/02-10:55:36.161757 7fd7477fe6c0 Delete type=0 #392 2026/05/02-23:32:54.302413 7fd7477fe6c0 Delete type=0 #400
2026/05/02-10:55:36.175161 7fd7477fe6c0 Manual compaction at level-0 from '!items!5dGXNiL3WN4cAk7X' @ 72057594037927935 : 1 .. '!items!zzz9JrtWjELdoAfK' @ 0 : 0; will stop at (end) 2026/05/02-23:32:54.309644 7fd7477fe6c0 Manual compaction at level-0 from '!items!5dGXNiL3WN4cAk7X' @ 72057594037927935 : 1 .. '!items!zzz9JrtWjELdoAfK' @ 0 : 0; will stop at (end)
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000395 MANIFEST-000403
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-22:17:12.642987 7fd747fff6c0 Recovering log #393 2026/05/02-23:45:02.671475 7fd747fff6c0 Recovering log #401
2026/05/02-22:17:12.653769 7fd747fff6c0 Delete type=3 #391 2026/05/02-23:45:02.681359 7fd747fff6c0 Delete type=3 #399
2026/05/02-22:17:12.653830 7fd747fff6c0 Delete type=0 #393 2026/05/02-23:45:02.681414 7fd747fff6c0 Delete type=0 #401
2026/05/02-23:14:30.884592 7fd7477fe6c0 Level-0 table #398: started 2026/05/02-23:46:06.967070 7fd7477fe6c0 Level-0 table #406: started
2026/05/02-23:14:30.884621 7fd7477fe6c0 Level-0 table #398: 0 bytes OK 2026/05/02-23:46:06.967125 7fd7477fe6c0 Level-0 table #406: 0 bytes OK
2026/05/02-23:14:30.895025 7fd7477fe6c0 Delete type=0 #396 2026/05/02-23:46:06.986736 7fd7477fe6c0 Delete type=0 #404
2026/05/02-23:14:30.905852 7fd7477fe6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end) 2026/05/02-23:46:07.047779 7fd7477fe6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-10:42:40.003066 7fd755fef6c0 Recovering log #389 2026/05/02-23:32:07.792592 7fd747fff6c0 Recovering log #397
2026/05/02-10:42:40.013617 7fd755fef6c0 Delete type=3 #387 2026/05/02-23:32:07.880115 7fd747fff6c0 Delete type=3 #395
2026/05/02-10:42:40.013702 7fd755fef6c0 Delete type=0 #389 2026/05/02-23:32:07.880197 7fd747fff6c0 Delete type=0 #397
2026/05/02-10:55:36.147664 7fd7477fe6c0 Level-0 table #394: started 2026/05/02-23:32:54.288931 7fd7477fe6c0 Level-0 table #402: started
2026/05/02-10:55:36.147700 7fd7477fe6c0 Level-0 table #394: 0 bytes OK 2026/05/02-23:32:54.288963 7fd7477fe6c0 Level-0 table #402: 0 bytes OK
2026/05/02-10:55:36.153904 7fd7477fe6c0 Delete type=0 #392 2026/05/02-23:32:54.295886 7fd7477fe6c0 Delete type=0 #400
2026/05/02-10:55:36.168246 7fd7477fe6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end) 2026/05/02-23:32:54.302581 7fd7477fe6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
@@ -0,0 +1 @@
MANIFEST-000025
@@ -0,0 +1,15 @@
2026/05/03-09:58:03.648278 7fcbadfed6c0 Recovering log #22
2026/05/03-09:58:03.700199 7fcbadfed6c0 Delete type=3 #20
2026/05/03-09:58:03.700296 7fcbadfed6c0 Delete type=0 #22
2026/05/03-09:58:03.704188 7fcbacfeb6c0 Level-0 table #28: started
2026/05/03-09:58:03.724913 7fcbacfeb6c0 Level-0 table #28: 4275 bytes OK
2026/05/03-09:58:03.758042 7fcbacfeb6c0 Delete type=0 #26
2026/05/03-09:58:03.758238 7fcbacfeb6c0 Manual compaction at level-0 from '!items!FaibDem0000001' @ 72057594037927935 : 1 .. '!items!FaibDem0000020' @ 0 : 0; will stop at (end)
2026/05/03-09:58:03.758281 7fcbacfeb6c0 Manual compaction at level-1 from '!items!FaibDem0000001' @ 72057594037927935 : 1 .. '!items!FaibDem0000020' @ 0 : 0; will stop at '!items!FaibDem0000020' @ 105 : 1
2026/05/03-09:58:03.758290 7fcbacfeb6c0 Compacting 1@1 + 1@2 files
2026/05/03-09:58:03.771473 7fcbacfeb6c0 Generated table #29@1: 20 keys, 4275 bytes
2026/05/03-09:58:03.771509 7fcbacfeb6c0 Compacted 1@1 + 1@2 files => 4275 bytes
2026/05/03-09:58:03.811085 7fcbacfeb6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/03-09:58:03.811242 7fcbacfeb6c0 Delete type=2 #24
2026/05/03-09:58:03.811373 7fcbacfeb6c0 Delete type=2 #28
2026/05/03-09:58:03.811476 7fcbacfeb6c0 Manual compaction at level-1 from '!items!FaibDem0000020' @ 105 : 1 .. '!items!FaibDem0000020' @ 0 : 0; will stop at (end)
@@ -0,0 +1,15 @@
2026/05/03-09:53:15.774581 7fef00dfd6c0 Recovering log #17
2026/05/03-09:53:15.785370 7fef00dfd6c0 Delete type=3 #15
2026/05/03-09:53:15.785437 7fef00dfd6c0 Delete type=0 #17
2026/05/03-09:53:15.788690 7feeb77fe6c0 Level-0 table #23: started
2026/05/03-09:53:15.791859 7feeb77fe6c0 Level-0 table #23: 4275 bytes OK
2026/05/03-09:53:15.797745 7feeb77fe6c0 Delete type=0 #21
2026/05/03-09:53:15.797881 7feeb77fe6c0 Manual compaction at level-0 from '!items!FaibDem0000001' @ 72057594037927935 : 1 .. '!items!FaibDem0000020' @ 0 : 0; will stop at (end)
2026/05/03-09:53:15.797923 7feeb77fe6c0 Manual compaction at level-1 from '!items!FaibDem0000001' @ 72057594037927935 : 1 .. '!items!FaibDem0000020' @ 0 : 0; will stop at '!items!FaibDem0000020' @ 85 : 1
2026/05/03-09:53:15.797933 7feeb77fe6c0 Compacting 1@1 + 1@2 files
2026/05/03-09:53:15.801302 7feeb77fe6c0 Generated table #24@1: 20 keys, 4275 bytes
2026/05/03-09:53:15.801318 7feeb77fe6c0 Compacted 1@1 + 1@2 files => 4275 bytes
2026/05/03-09:53:15.808029 7feeb77fe6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/03-09:53:15.808177 7feeb77fe6c0 Delete type=2 #19
2026/05/03-09:53:15.808291 7feeb77fe6c0 Delete type=2 #23
2026/05/03-09:53:15.808380 7feeb77fe6c0 Manual compaction at level-1 from '!items!FaibDem0000020' @ 85 : 1 .. '!items!FaibDem0000020' @ 0 : 0; will stop at (end)
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000395 MANIFEST-000403
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-22:17:12.696255 7fd747fff6c0 Recovering log #393 2026/05/02-23:45:02.721405 7fd747fff6c0 Recovering log #401
2026/05/02-22:17:12.706814 7fd747fff6c0 Delete type=3 #391 2026/05/02-23:45:02.731735 7fd747fff6c0 Delete type=3 #399
2026/05/02-22:17:12.706879 7fd747fff6c0 Delete type=0 #393 2026/05/02-23:45:02.731807 7fd747fff6c0 Delete type=0 #401
2026/05/02-23:14:30.921060 7fd7477fe6c0 Level-0 table #398: started 2026/05/02-23:46:07.091883 7fd7477fe6c0 Level-0 table #406: started
2026/05/02-23:14:30.921121 7fd7477fe6c0 Level-0 table #398: 0 bytes OK 2026/05/02-23:46:07.091962 7fd7477fe6c0 Level-0 table #406: 0 bytes OK
2026/05/02-23:14:30.931783 7fd7477fe6c0 Delete type=0 #396 2026/05/02-23:46:07.118254 7fd7477fe6c0 Delete type=0 #404
2026/05/02-23:14:30.954777 7fd7477fe6c0 Manual compaction at level-0 from '!items!2GaJZsqr2c2mcDRv' @ 72057594037927935 : 1 .. '!items!ui4JGsGwHNlSXVK3' @ 0 : 0; will stop at (end) 2026/05/02-23:46:07.170423 7fd7477fe6c0 Manual compaction at level-0 from '!items!2GaJZsqr2c2mcDRv' @ 72057594037927935 : 1 .. '!items!ui4JGsGwHNlSXVK3' @ 0 : 0; will stop at (end)
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-10:42:40.055555 7fd747fff6c0 Recovering log #389 2026/05/02-23:32:08.174180 7fd7557ee6c0 Recovering log #397
2026/05/02-10:42:40.065759 7fd747fff6c0 Delete type=3 #387 2026/05/02-23:32:08.263832 7fd7557ee6c0 Delete type=3 #395
2026/05/02-10:42:40.065822 7fd747fff6c0 Delete type=0 #389 2026/05/02-23:32:08.263908 7fd7557ee6c0 Delete type=0 #397
2026/05/02-10:55:36.175186 7fd7477fe6c0 Level-0 table #394: started 2026/05/02-23:32:54.316170 7fd7477fe6c0 Level-0 table #402: started
2026/05/02-10:55:36.175225 7fd7477fe6c0 Level-0 table #394: 0 bytes OK 2026/05/02-23:32:54.316198 7fd7477fe6c0 Level-0 table #402: 0 bytes OK
2026/05/02-10:55:36.182810 7fd7477fe6c0 Delete type=0 #392 2026/05/02-23:32:54.322913 7fd7477fe6c0 Delete type=0 #400
2026/05/02-10:55:36.196140 7fd7477fe6c0 Manual compaction at level-0 from '!items!2GaJZsqr2c2mcDRv' @ 72057594037927935 : 1 .. '!items!ui4JGsGwHNlSXVK3' @ 0 : 0; will stop at (end) 2026/05/02-23:32:54.329875 7fd7477fe6c0 Manual compaction at level-0 from '!items!2GaJZsqr2c2mcDRv' @ 72057594037927935 : 1 .. '!items!ui4JGsGwHNlSXVK3' @ 0 : 0; will stop at (end)
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000055 MANIFEST-000063
+8 -8
View File
@@ -1,8 +1,8 @@
2026/05/02-22:17:12.787407 7fd754fed6c0 Recovering log #53 2026/05/02-23:45:02.812044 7fd7557ee6c0 Recovering log #61
2026/05/02-22:17:12.798064 7fd754fed6c0 Delete type=3 #51 2026/05/02-23:45:02.822945 7fd7557ee6c0 Delete type=3 #59
2026/05/02-22:17:12.798132 7fd754fed6c0 Delete type=0 #53 2026/05/02-23:45:02.823000 7fd7557ee6c0 Delete type=0 #61
2026/05/02-23:14:30.999818 7fd7477fe6c0 Level-0 table #58: started 2026/05/02-23:46:07.320549 7fd7477fe6c0 Level-0 table #66: started
2026/05/02-23:14:30.999850 7fd7477fe6c0 Level-0 table #58: 0 bytes OK 2026/05/02-23:46:07.320604 7fd7477fe6c0 Level-0 table #66: 0 bytes OK
2026/05/02-23:14:31.012433 7fd7477fe6c0 Delete type=0 #56 2026/05/02-23:46:07.359322 7fd7477fe6c0 Delete type=0 #64
2026/05/02-23:14:31.041770 7fd7477fe6c0 Manual compaction at level-0 from '!journal!JurnlHelpGuide01' @ 72057594037927935 : 1 .. '!journal.pages!JurnlHelpGuide01.JHelpPage0000008' @ 0 : 0; will stop at (end) 2026/05/02-23:46:07.382392 7fd7477fe6c0 Manual compaction at level-0 from '!journal!JurnlHelpGuide01' @ 72057594037927935 : 1 .. '!journal.pages!JurnlHelpGuide01.JHelpPage0000008' @ 0 : 0; will stop at (end)
2026/05/02-23:14:31.054104 7fd7477fe6c0 Manual compaction at level-1 from '!journal!JurnlHelpGuide01' @ 72057594037927935 : 1 .. '!journal.pages!JurnlHelpGuide01.JHelpPage0000008' @ 0 : 0; will stop at (end) 2026/05/02-23:46:07.436033 7fd7477fe6c0 Manual compaction at level-1 from '!journal!JurnlHelpGuide01' @ 72057594037927935 : 1 .. '!journal.pages!JurnlHelpGuide01.JHelpPage0000008' @ 0 : 0; will stop at (end)
+8 -8
View File
@@ -1,8 +1,8 @@
2026/05/02-10:42:40.145436 7fd754fed6c0 Recovering log #49 2026/05/02-23:32:08.851531 7fd7557ee6c0 Recovering log #57
2026/05/02-10:42:40.155668 7fd754fed6c0 Delete type=3 #47 2026/05/02-23:32:08.945657 7fd7557ee6c0 Delete type=3 #55
2026/05/02-10:42:40.155737 7fd754fed6c0 Delete type=0 #49 2026/05/02-23:32:08.945717 7fd7557ee6c0 Delete type=0 #57
2026/05/02-10:55:36.221587 7fd7477fe6c0 Level-0 table #54: started 2026/05/02-23:32:54.363415 7fd7477fe6c0 Level-0 table #62: started
2026/05/02-10:55:36.221615 7fd7477fe6c0 Level-0 table #54: 0 bytes OK 2026/05/02-23:32:54.363451 7fd7477fe6c0 Level-0 table #62: 0 bytes OK
2026/05/02-10:55:36.228497 7fd7477fe6c0 Delete type=0 #52 2026/05/02-23:32:54.369660 7fd7477fe6c0 Delete type=0 #60
2026/05/02-10:55:36.234981 7fd7477fe6c0 Manual compaction at level-0 from '!journal!JurnlHelpGuide01' @ 72057594037927935 : 1 .. '!journal.pages!JurnlHelpGuide01.JHelpPage0000008' @ 0 : 0; will stop at (end) 2026/05/02-23:32:54.382879 7fd7477fe6c0 Manual compaction at level-0 from '!journal!JurnlHelpGuide01' @ 72057594037927935 : 1 .. '!journal.pages!JurnlHelpGuide01.JHelpPage0000008' @ 0 : 0; will stop at (end)
2026/05/02-10:55:36.253890 7fd7477fe6c0 Manual compaction at level-1 from '!journal!JurnlHelpGuide01' @ 72057594037927935 : 1 .. '!journal.pages!JurnlHelpGuide01.JHelpPage0000008' @ 0 : 0; will stop at (end) 2026/05/02-23:32:54.389625 7fd7477fe6c0 Manual compaction at level-1 from '!journal!JurnlHelpGuide01' @ 72057594037927935 : 1 .. '!journal.pages!JurnlHelpGuide01.JHelpPage0000008' @ 0 : 0; will stop at (end)
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000395 MANIFEST-000403
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-22:17:12.708790 7fd7557ee6c0 Recovering log #393 2026/05/02-23:45:02.733968 7fd7557ee6c0 Recovering log #401
2026/05/02-22:17:12.719560 7fd7557ee6c0 Delete type=3 #391 2026/05/02-23:45:02.744814 7fd7557ee6c0 Delete type=3 #399
2026/05/02-22:17:12.719616 7fd7557ee6c0 Delete type=0 #393 2026/05/02-23:45:02.744866 7fd7557ee6c0 Delete type=0 #401
2026/05/02-23:14:30.931940 7fd7477fe6c0 Level-0 table #398: started 2026/05/02-23:46:07.118546 7fd7477fe6c0 Level-0 table #406: started
2026/05/02-23:14:30.931974 7fd7477fe6c0 Level-0 table #398: 0 bytes OK 2026/05/02-23:46:07.118571 7fd7477fe6c0 Level-0 table #406: 0 bytes OK
2026/05/02-23:14:30.943441 7fd7477fe6c0 Delete type=0 #396 2026/05/02-23:46:07.153075 7fd7477fe6c0 Delete type=0 #404
2026/05/02-23:14:30.954807 7fd7477fe6c0 Manual compaction at level-0 from '!items!09s33sFuju8zjPqI' @ 72057594037927935 : 1 .. '!items!xlyFCQClBZ1N3O1B' @ 0 : 0; will stop at (end) 2026/05/02-23:46:07.209882 7fd7477fe6c0 Manual compaction at level-0 from '!items!09s33sFuju8zjPqI' @ 72057594037927935 : 1 .. '!items!xlyFCQClBZ1N3O1B' @ 0 : 0; will stop at (end)
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-10:42:40.067527 7fd7557ee6c0 Recovering log #389 2026/05/02-23:32:08.266271 7fd754fed6c0 Recovering log #397
2026/05/02-10:42:40.078178 7fd7557ee6c0 Delete type=3 #387 2026/05/02-23:32:08.361914 7fd754fed6c0 Delete type=3 #395
2026/05/02-10:42:40.078243 7fd7557ee6c0 Delete type=0 #389 2026/05/02-23:32:08.361988 7fd754fed6c0 Delete type=0 #397
2026/05/02-10:55:36.182940 7fd7477fe6c0 Level-0 table #394: started 2026/05/02-23:32:54.323055 7fd7477fe6c0 Level-0 table #402: started
2026/05/02-10:55:36.182962 7fd7477fe6c0 Level-0 table #394: 0 bytes OK 2026/05/02-23:32:54.323081 7fd7477fe6c0 Level-0 table #402: 0 bytes OK
2026/05/02-10:55:36.189078 7fd7477fe6c0 Delete type=0 #392 2026/05/02-23:32:54.329721 7fd7477fe6c0 Delete type=0 #400
2026/05/02-10:55:36.202390 7fd7477fe6c0 Manual compaction at level-0 from '!items!09s33sFuju8zjPqI' @ 72057594037927935 : 1 .. '!items!xlyFCQClBZ1N3O1B' @ 0 : 0; will stop at (end) 2026/05/02-23:32:54.336169 7fd7477fe6c0 Manual compaction at level-0 from '!items!09s33sFuju8zjPqI' @ 72057594037927935 : 1 .. '!items!xlyFCQClBZ1N3O1B' @ 0 : 0; will stop at (end)
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000395 MANIFEST-000403
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-22:17:12.682739 7fd754fed6c0 Recovering log #393 2026/05/02-23:45:02.709076 7fd7557ee6c0 Recovering log #401
2026/05/02-22:17:12.693951 7fd754fed6c0 Delete type=3 #391 2026/05/02-23:45:02.719054 7fd7557ee6c0 Delete type=3 #399
2026/05/02-22:17:12.694015 7fd754fed6c0 Delete type=0 #393 2026/05/02-23:45:02.719127 7fd7557ee6c0 Delete type=0 #401
2026/05/02-23:14:30.905870 7fd7477fe6c0 Level-0 table #398: started 2026/05/02-23:46:07.047809 7fd7477fe6c0 Level-0 table #406: started
2026/05/02-23:14:30.905915 7fd7477fe6c0 Level-0 table #398: 0 bytes OK 2026/05/02-23:46:07.047888 7fd7477fe6c0 Level-0 table #406: 0 bytes OK
2026/05/02-23:14:30.920801 7fd7477fe6c0 Delete type=0 #396 2026/05/02-23:46:07.079974 7fd7477fe6c0 Delete type=0 #404
2026/05/02-23:14:30.943625 7fd7477fe6c0 Manual compaction at level-0 from '!items!2t1KmBeQNuKK5qlN' @ 72057594037927935 : 1 .. '!items!yBvkQb9S64s908sR' @ 0 : 0; will stop at (end) 2026/05/02-23:46:07.118528 7fd7477fe6c0 Manual compaction at level-0 from '!items!2t1KmBeQNuKK5qlN' @ 72057594037927935 : 1 .. '!items!yBvkQb9S64s908sR' @ 0 : 0; will stop at (end)
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-10:42:40.043275 7fd7557ee6c0 Recovering log #389 2026/05/02-23:32:08.078300 7fd755fef6c0 Recovering log #397
2026/05/02-10:42:40.053566 7fd7557ee6c0 Delete type=3 #387 2026/05/02-23:32:08.171740 7fd755fef6c0 Delete type=3 #395
2026/05/02-10:42:40.053647 7fd7557ee6c0 Delete type=0 #389 2026/05/02-23:32:08.171821 7fd755fef6c0 Delete type=0 #397
2026/05/02-10:55:36.161945 7fd7477fe6c0 Level-0 table #394: started 2026/05/02-23:32:54.309657 7fd7477fe6c0 Level-0 table #402: started
2026/05/02-10:55:36.161989 7fd7477fe6c0 Level-0 table #394: 0 bytes OK 2026/05/02-23:32:54.309685 7fd7477fe6c0 Level-0 table #402: 0 bytes OK
2026/05/02-10:55:36.168112 7fd7477fe6c0 Delete type=0 #392 2026/05/02-23:32:54.315986 7fd7477fe6c0 Delete type=0 #400
2026/05/02-10:55:36.175175 7fd7477fe6c0 Manual compaction at level-0 from '!items!2t1KmBeQNuKK5qlN' @ 72057594037927935 : 1 .. '!items!yBvkQb9S64s908sR' @ 0 : 0; will stop at (end) 2026/05/02-23:32:54.329859 7fd7477fe6c0 Manual compaction at level-0 from '!items!2t1KmBeQNuKK5qlN' @ 72057594037927935 : 1 .. '!items!yBvkQb9S64s908sR' @ 0 : 0; will stop at (end)
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000073 MANIFEST-000081
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-22:17:12.669289 7fd755fef6c0 Recovering log #71 2026/05/02-23:45:02.695888 7fd747fff6c0 Recovering log #79
2026/05/02-22:17:12.680179 7fd755fef6c0 Delete type=3 #69 2026/05/02-23:45:02.706656 7fd747fff6c0 Delete type=3 #77
2026/05/02-22:17:12.680245 7fd755fef6c0 Delete type=0 #71 2026/05/02-23:45:02.706725 7fd747fff6c0 Delete type=0 #79
2026/05/02-23:14:30.895178 7fd7477fe6c0 Level-0 table #76: started 2026/05/02-23:46:07.010017 7fd7477fe6c0 Level-0 table #84: started
2026/05/02-23:14:30.895205 7fd7477fe6c0 Level-0 table #76: 0 bytes OK 2026/05/02-23:46:07.010052 7fd7477fe6c0 Level-0 table #84: 0 bytes OK
2026/05/02-23:14:30.905579 7fd7477fe6c0 Delete type=0 #74 2026/05/02-23:46:07.047421 7fd7477fe6c0 Delete type=0 #82
2026/05/02-23:14:30.921033 7fd7477fe6c0 Manual compaction at level-0 from '!items!7KKX5anO8rJX492Y' @ 72057594037927935 : 1 .. '!items!veZcaW70wCVk99R7' @ 0 : 0; will stop at (end) 2026/05/02-23:46:07.091860 7fd7477fe6c0 Manual compaction at level-0 from '!items!7KKX5anO8rJX492Y' @ 72057594037927935 : 1 .. '!items!veZcaW70wCVk99R7' @ 0 : 0; will stop at (end)
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-10:42:40.029411 7fd755fef6c0 Recovering log #67 2026/05/02-23:32:07.975833 7fd747fff6c0 Recovering log #75
2026/05/02-10:42:40.040864 7fd755fef6c0 Delete type=3 #65 2026/05/02-23:32:08.071883 7fd747fff6c0 Delete type=3 #73
2026/05/02-10:42:40.040925 7fd755fef6c0 Delete type=0 #67 2026/05/02-23:32:08.071950 7fd747fff6c0 Delete type=0 #75
2026/05/02-10:55:36.168263 7fd7477fe6c0 Level-0 table #72: started 2026/05/02-23:32:54.302600 7fd7477fe6c0 Level-0 table #80: started
2026/05/02-10:55:36.168296 7fd7477fe6c0 Level-0 table #72: 0 bytes OK 2026/05/02-23:32:54.302649 7fd7477fe6c0 Level-0 table #80: 0 bytes OK
2026/05/02-10:55:36.175025 7fd7477fe6c0 Delete type=0 #70 2026/05/02-23:32:54.309523 7fd7477fe6c0 Delete type=0 #78
2026/05/02-10:55:36.182928 7fd7477fe6c0 Manual compaction at level-0 from '!items!7KKX5anO8rJX492Y' @ 72057594037927935 : 1 .. '!items!veZcaW70wCVk99R7' @ 0 : 0; will stop at (end) 2026/05/02-23:32:54.323040 7fd7477fe6c0 Manual compaction at level-0 from '!items!7KKX5anO8rJX492Y' @ 72057594037927935 : 1 .. '!items!veZcaW70wCVk99R7' @ 0 : 0; will stop at (end)
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000292 MANIFEST-000300
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-22:17:12.499898 7fd7557ee6c0 Recovering log #290 2026/05/02-23:45:02.508601 7fd754fed6c0 Recovering log #298
2026/05/02-22:17:12.510769 7fd7557ee6c0 Delete type=3 #288 2026/05/02-23:45:02.518945 7fd754fed6c0 Delete type=3 #296
2026/05/02-22:17:12.510837 7fd7557ee6c0 Delete type=0 #290 2026/05/02-23:45:02.519031 7fd754fed6c0 Delete type=0 #298
2026/05/02-23:14:30.650934 7fd7477fe6c0 Level-0 table #295: started 2026/05/02-23:46:06.281698 7fd7477fe6c0 Level-0 table #303: started
2026/05/02-23:14:30.650972 7fd7477fe6c0 Level-0 table #295: 0 bytes OK 2026/05/02-23:46:06.281763 7fd7477fe6c0 Level-0 table #303: 0 bytes OK
2026/05/02-23:14:30.662662 7fd7477fe6c0 Delete type=0 #293 2026/05/02-23:46:06.308293 7fd7477fe6c0 Delete type=0 #301
2026/05/02-23:14:30.662885 7fd7477fe6c0 Manual compaction at level-0 from '!actors!00CKDCqVh5fLZbYo' @ 72057594037927935 : 1 .. '!folders!dwT9WnH0ZnpuZh92' @ 0 : 0; will stop at (end) 2026/05/02-23:46:06.344779 7fd7477fe6c0 Manual compaction at level-0 from '!actors!00CKDCqVh5fLZbYo' @ 72057594037927935 : 1 .. '!folders!dwT9WnH0ZnpuZh92' @ 0 : 0; will stop at (end)
+7 -7
View File
@@ -1,7 +1,7 @@
2026/05/02-10:42:39.863251 7fd754fed6c0 Recovering log #286 2026/05/02-23:32:06.528640 7fd7557ee6c0 Recovering log #294
2026/05/02-10:42:39.874170 7fd754fed6c0 Delete type=3 #284 2026/05/02-23:32:06.615979 7fd7557ee6c0 Delete type=3 #292
2026/05/02-10:42:39.874230 7fd754fed6c0 Delete type=0 #286 2026/05/02-23:32:06.616045 7fd7557ee6c0 Delete type=0 #294
2026/05/02-10:55:36.018781 7fd7477fe6c0 Level-0 table #291: started 2026/05/02-23:32:54.113436 7fd7477fe6c0 Level-0 table #299: started
2026/05/02-10:55:36.018828 7fd7477fe6c0 Level-0 table #291: 0 bytes OK 2026/05/02-23:32:54.113473 7fd7477fe6c0 Level-0 table #299: 0 bytes OK
2026/05/02-10:55:36.025349 7fd7477fe6c0 Delete type=0 #289 2026/05/02-23:32:54.120086 7fd7477fe6c0 Delete type=0 #297
2026/05/02-10:55:36.025635 7fd7477fe6c0 Manual compaction at level-0 from '!actors!00CKDCqVh5fLZbYo' @ 72057594037927935 : 1 .. '!folders!dwT9WnH0ZnpuZh92' @ 0 : 0; will stop at (end) 2026/05/02-23:32:54.136251 7fd7477fe6c0 Manual compaction at level-0 from '!actors!00CKDCqVh5fLZbYo' @ 72057594037927935 : 1 .. '!folders!dwT9WnH0ZnpuZh92' @ 0 : 0; will stop at (end)
@@ -1 +1 @@
MANIFEST-000045 MANIFEST-000055

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