Update arts obscurs

This commit is contained in:
2025-08-12 23:20:51 +02:00
parent adc912e6cd
commit d4b00e3508
66 changed files with 390 additions and 230 deletions

View File

@@ -160,6 +160,7 @@ export class HeritiersActor extends Actor {
HeritiersUtility.sortArrayObjectsByName(comp)
return comp
}
prepareMagie() {
let magieList = []
for (let item of this.items) {
@@ -167,6 +168,10 @@ export class HeritiersActor extends Actor {
let magie = {}
magie.name = item.name
magie.competence = foundry.utils.duplicate(item)
magie.rang = Math.round(item.system.niveau / 2);
magie.rangGenericName = game.system.lesheritiers.config.rangName[magie.rang];
console.log("Magie", item.name, item.system.niveau, magie.rang, magie.rangGenericName)
magie.rangSpecificName = game.system.lesheritiers.config.rangNameSpecific[item.name][magie.rangGenericName];
magie.sorts = []
for (let sort of this.items) {
if (sort.type == "sort" && sort.system.competence == item.name) {
@@ -477,6 +482,7 @@ export class HeritiersActor extends Actor {
adversite[adv] = Math.max(adversite[adv], 0)
this.update({ 'system.adversite': adversite })
}
/* -------------------------------------------- */
async incDecQuantity(objetId, incDec = 0) {
let objetQ = this.items.get(objetId)
@@ -707,6 +713,20 @@ export class HeritiersActor extends Actor {
rollDialog.render(true)
}
/* -------------------------------------------- */
inDecCarac(key, incDec) {
let carac = this.system.caracteristiques[key]
carac.value += incDec
if (carac.value < 0 || carac.value > carac.max) {
ui.notifications.warn("Pas assez de points dans cette caractéristique !")
return false
}
carac.value = Math.max(carac.value, 0)
carac.value = Math.min(carac.value, carac.max)
this.update({ [`system.caracteristiques.${key}`]: carac })
return true
}
/* -------------------------------------------- */
async rollSort(sortId) {
let sort = this.items.get(sortId)
@@ -719,8 +739,19 @@ export class HeritiersActor extends Actor {
let rollData = this.getCommonRollData(comp.id)
rollData.mode = "sort"
rollData.sort = foundry.utils.duplicate(sort)
rollData.sdValue = HeritiersUtility.getSDSortValue(sort.system.niveau)
rollData.sortPointsAme = sort.system.niveau
rollData.sdValue = HeritiersUtility.getSDSortValue(Number(sort.system.niveau))
rollData.sortPointsAme = Number(sort.system.niveau)
if (rollData.sortPointsAme > this.system.magie.pointsame.value) {
// Vérifier si au moins 1 point d'Esprit est disponible
if (this.system.caracteristiques.esp.value < 1) {
ui.notifications.warn("Pas assez de Points d'Esprit ni de Points d'Ame pour lancer ce sort (requis: 1, disponible: " + this.system.caracteristiques.esp.value + ")")
return
} else {
rollData.spendEsprit = true
ui.notifications.warn(`Vous n'avez pas assez de Points d'Ame pour lancer ce sort (requis: ${rollData.sortPointsAme}, disponible: ${this.system.magie.pointsame.value}). Un Point d'Esprit sera utilisé à la place si vous effectuez le lancer.`)
}
}
if (sort.system.carac2 != "none") {
// get the best carac between carac1 and carac2
if (this.system.caracteristiques[sort.system.carac1].value > this.system.caracteristiques[sort.system.carac2].value) {
@@ -729,6 +760,8 @@ export class HeritiersActor extends Actor {
rollData.caracKey = sort.system.carac2
}
rollData.caracMessage = "Ce sort peut être lancé avec " + game.system.lesheritiers.config.caracList[sort.system.carac1] + " ou " + game.system.lesheritiers.config.caracList[sort.system.carac2] + ". La meilleure caractéristique a été selectionnée."
} else {
rollData.caracKey = sort.system.carac1
}
console.log("RollData", rollData)
let rollDialog = await HeritiersRollDialog.create(this, rollData)
@@ -913,6 +946,23 @@ export class HeritiersActor extends Actor {
}
}
/* -------------------------------------------- */
incDecPointsAme(value) {
let newValue = this.system.magie.pointsame.value + value
newValue = Math.max(newValue, 0)
newValue = Math.min(newValue, this.system.magie.pointsame.max)
this.update({ 'system.magie.pointsame.value': newValue })
}
/* -------------------------------------------- */
incDecPV(value) {
let newValue = this.system.pv.value + value
newValue = Math.max(newValue, 0)
newValue = Math.min(newValue, this.system.pv.max)
this.update({ 'system.pv.value': newValue })
}
/* -------------------------------------------- */
incDecPointsUsage(pouvoirId, value) {
let pouvoir = this.items.get(pouvoirId)

View File

@@ -213,5 +213,55 @@ export const HERITIERS_CONFIG = {
"9": "9",
"10": "10"
},
rangName: [
"Novice",
"Novice",
"Adepte",
"Maître",
"Grand Maître"
],
rangNameSpecific: {
"Druidisme": {
"Novice": "Eubage",
"Adepte": "Saronide",
"Maître": "Ovate",
"Grand Maître": "Archidruide"
},
"Faëomancie": {
"Novice": "Marmiton",
"Adepte": "Queux",
"Maître": "Chef",
"Grand Maître": "Maître-queux"
},
"Nécromancie": {
"Novice": "Inexpertus",
"Adepte": "Discipulus",
"Maître": "Dominus",
"Grand Maître": "Magister"
},
"Magie du Clan": {
"Novice": "Apprenti",
"Adepte": "Disciple",
"Maître": "Maître",
"Grand Maître": "Éminence"
},
"Théurgie": {
"Novice": "Frère",
"Adepte": "Père",
"Maître": "Saint",
"Grand Maître": "Apôtre"
},
"Grand Langage": {
"Novice": "Éveillé",
"Adepte": "Initié",
"Maître": "Sage",
"Grand Maître": "Docteur"
}
},
soufflesMagieDuClan: {
"Souffle du Combat": "Souffle du Combat",
"Souffle du Mouvement": "Souffle du Mouvement",
"Souffle de l'Esprit": "Souffle de l'Esprit"
}
}

View File

@@ -118,9 +118,10 @@ export class HeritiersUtility {
/* -------------------------------------------- */
static getSDSortValue(niveau) {
if (niveau <= 2) return 12;
if (niveau <= 4) return 14;
if (niveau <= 6) return 16;
if (niveau <= 1) return 12;
if (niveau == 2) return 14;
if (niveau == 3) return 16;
if (niveau > 3) return 18;
return 18;
}
@@ -129,6 +130,18 @@ export class HeritiersUtility {
return this.competencesMagie
}
/* -------------------------------------------- */
static buildCompetencesMagie() {
let competences = foundry.utils.duplicate(this.getCompetencesMagie())
for (let comp of competences) {
// Calcul du rang
let rang = Math.round(comp.system.niveau / 2);
competences.system.rang = rang;
competences.system.rangGenericName = game.system.lesheritiers.config.rangName[rang];
competences.system.rangSpecificName = game.system.lesheritiers.config.rangNameSpecific[comp.Name][competences.system.rangGenericName];
}
}
/* -------------------------------------------- */
static async loadCompendiumData(compendium) {
const pack = game.packs.get(compendium);
@@ -567,6 +580,17 @@ export class HeritiersUtility {
if (rollData.mode == "pouvoir" || rollData.mode == "pouvoirpassif") {
actor.incDecPointsUsage(rollData.pouvoir._id, -rollData.pouvoirPointsUsage)
}
// Gestion sort et points d'âme
if (rollData.mode == "sort") {
if (rollData.spendEsprit) {
actor.inDecCarac("esp", -1)
} else {
actor.incDecPointsAme(-rollData.sortPointsAme)
if (rollData.sort.system.competence == "Magie du Clan") {
actor.incDecPV(-2)
}
}
}
this.createChatWithRollMode(rollData.alias, {
content: await foundry.applications.handlebars.renderTemplate(`systems/fvtt-les-heritiers/templates/chat-generic-result.html`, rollData)

View File

@@ -1 +1 @@
MANIFEST-000204
MANIFEST-000212

View File

@@ -1,8 +1,8 @@
2025/08/11-22:51:18.392137 7f12ef7fe6c0 Recovering log #202
2025/08/11-22:51:18.402831 7f12ef7fe6c0 Delete type=3 #200
2025/08/11-22:51:18.403033 7f12ef7fe6c0 Delete type=0 #202
2025/08/11-22:52:41.281449 7f12edffb6c0 Level-0 table #207: started
2025/08/11-22:52:41.281484 7f12edffb6c0 Level-0 table #207: 0 bytes OK
2025/08/11-22:52:41.288560 7f12edffb6c0 Delete type=0 #205
2025/08/11-22:52:41.294969 7f12edffb6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2025/08/11-22:52:41.295038 7f12edffb6c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2025/08/12-22:03:12.134639 7f12ef7fe6c0 Recovering log #210
2025/08/12-22:03:12.178916 7f12ef7fe6c0 Delete type=3 #208
2025/08/12-22:03:12.178963 7f12ef7fe6c0 Delete type=0 #210
2025/08/12-23:20:29.693131 7f12edffb6c0 Level-0 table #215: started
2025/08/12-23:20:29.693153 7f12edffb6c0 Level-0 table #215: 0 bytes OK
2025/08/12-23:20:29.699501 7f12edffb6c0 Delete type=0 #213
2025/08/12-23:20:29.716914 7f12edffb6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2025/08/12-23:20:29.716949 7f12edffb6c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/08/11-21:34:20.213810 7f12eeffd6c0 Recovering log #198
2025/08/11-21:34:20.256044 7f12eeffd6c0 Delete type=3 #196
2025/08/11-21:34:20.256149 7f12eeffd6c0 Delete type=0 #198
2025/08/11-22:51:08.095390 7f12edffb6c0 Level-0 table #203: started
2025/08/11-22:51:08.095416 7f12edffb6c0 Level-0 table #203: 0 bytes OK
2025/08/11-22:51:08.101419 7f12edffb6c0 Delete type=0 #201
2025/08/11-22:51:08.115257 7f12edffb6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2025/08/11-22:51:08.115306 7f12edffb6c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2025/08/12-21:44:53.874688 7f12ef7fe6c0 Recovering log #206
2025/08/12-21:44:53.884426 7f12ef7fe6c0 Delete type=3 #204
2025/08/12-21:44:53.884508 7f12ef7fe6c0 Delete type=0 #206
2025/08/12-22:02:55.900490 7f12edffb6c0 Level-0 table #211: started
2025/08/12-22:02:55.900518 7f12edffb6c0 Level-0 table #211: 0 bytes OK
2025/08/12-22:02:55.926362 7f12edffb6c0 Delete type=0 #209
2025/08/12-22:02:55.973371 7f12edffb6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2025/08/12-22:02:55.973401 7f12edffb6c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000204
MANIFEST-000212

View File

@@ -1,8 +1,8 @@
2025/08/11-22:51:18.427459 7f12effff6c0 Recovering log #202
2025/08/11-22:51:18.437741 7f12effff6c0 Delete type=3 #200
2025/08/11-22:51:18.437824 7f12effff6c0 Delete type=0 #202
2025/08/11-22:52:41.295170 7f12edffb6c0 Level-0 table #207: started
2025/08/11-22:52:41.295253 7f12edffb6c0 Level-0 table #207: 0 bytes OK
2025/08/11-22:52:41.301406 7f12edffb6c0 Delete type=0 #205
2025/08/11-22:52:41.321176 7f12edffb6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2025/08/11-22:52:41.321242 7f12edffb6c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2025/08/12-22:03:12.234213 7f12eeffd6c0 Recovering log #210
2025/08/12-22:03:12.274961 7f12eeffd6c0 Delete type=3 #208
2025/08/12-22:03:12.275015 7f12eeffd6c0 Delete type=0 #210
2025/08/12-23:20:29.728859 7f12edffb6c0 Level-0 table #215: started
2025/08/12-23:20:29.728889 7f12edffb6c0 Level-0 table #215: 0 bytes OK
2025/08/12-23:20:29.734828 7f12edffb6c0 Delete type=0 #213
2025/08/12-23:20:29.748366 7f12edffb6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2025/08/12-23:20:29.758780 7f12edffb6c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/08/11-21:34:20.321725 7f12ee7fc6c0 Recovering log #198
2025/08/11-21:34:20.374068 7f12ee7fc6c0 Delete type=3 #196
2025/08/11-21:34:20.374213 7f12ee7fc6c0 Delete type=0 #198
2025/08/11-22:51:08.133789 7f12edffb6c0 Level-0 table #203: started
2025/08/11-22:51:08.133823 7f12edffb6c0 Level-0 table #203: 0 bytes OK
2025/08/11-22:51:08.139874 7f12edffb6c0 Delete type=0 #201
2025/08/11-22:51:08.147851 7f12edffb6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2025/08/11-22:51:08.158002 7f12edffb6c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2025/08/12-21:44:53.900266 7f12effff6c0 Recovering log #206
2025/08/12-21:44:53.910715 7f12effff6c0 Delete type=3 #204
2025/08/12-21:44:53.910770 7f12effff6c0 Delete type=0 #206
2025/08/12-22:02:55.973492 7f12edffb6c0 Level-0 table #211: started
2025/08/12-22:02:55.973528 7f12edffb6c0 Level-0 table #211: 0 bytes OK
2025/08/12-22:02:56.011358 7f12edffb6c0 Delete type=0 #209
2025/08/12-22:02:56.112851 7f12edffb6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2025/08/12-22:02:56.112906 7f12edffb6c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000204
MANIFEST-000212

View File

@@ -1,8 +1,8 @@
2025/08/11-22:51:18.358721 7f12eeffd6c0 Recovering log #202
2025/08/11-22:51:18.370416 7f12eeffd6c0 Delete type=3 #200
2025/08/11-22:51:18.370477 7f12eeffd6c0 Delete type=0 #202
2025/08/11-22:52:41.264660 7f12edffb6c0 Level-0 table #207: started
2025/08/11-22:52:41.264688 7f12edffb6c0 Level-0 table #207: 0 bytes OK
2025/08/11-22:52:41.270787 7f12edffb6c0 Delete type=0 #205
2025/08/11-22:52:41.294911 7f12edffb6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2025/08/11-22:52:41.295015 7f12edffb6c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2025/08/12-22:03:12.046235 7f12effff6c0 Recovering log #210
2025/08/12-22:03:12.089332 7f12effff6c0 Delete type=3 #208
2025/08/12-22:03:12.089400 7f12effff6c0 Delete type=0 #210
2025/08/12-23:20:29.686986 7f12edffb6c0 Level-0 table #215: started
2025/08/12-23:20:29.687016 7f12edffb6c0 Level-0 table #215: 0 bytes OK
2025/08/12-23:20:29.693011 7f12edffb6c0 Delete type=0 #213
2025/08/12-23:20:29.716900 7f12edffb6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2025/08/12-23:20:29.716935 7f12edffb6c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/08/11-21:34:20.151917 7f12ee7fc6c0 Recovering log #198
2025/08/11-21:34:20.210898 7f12ee7fc6c0 Delete type=3 #196
2025/08/11-21:34:20.211020 7f12ee7fc6c0 Delete type=0 #198
2025/08/11-22:51:08.101600 7f12edffb6c0 Level-0 table #203: started
2025/08/11-22:51:08.101658 7f12edffb6c0 Level-0 table #203: 0 bytes OK
2025/08/11-22:51:08.109108 7f12edffb6c0 Delete type=0 #201
2025/08/11-22:51:08.115273 7f12edffb6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2025/08/11-22:51:08.115320 7f12edffb6c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2025/08/12-21:44:53.849593 7f12eeffd6c0 Recovering log #206
2025/08/12-21:44:53.858903 7f12eeffd6c0 Delete type=3 #204
2025/08/12-21:44:53.858956 7f12eeffd6c0 Delete type=0 #206
2025/08/12-22:02:55.872596 7f12edffb6c0 Level-0 table #211: started
2025/08/12-22:02:55.872621 7f12edffb6c0 Level-0 table #211: 0 bytes OK
2025/08/12-22:02:55.900361 7f12edffb6c0 Delete type=0 #209
2025/08/12-22:02:55.973354 7f12edffb6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2025/08/12-22:02:55.973409 7f12edffb6c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000204
MANIFEST-000212

View File

@@ -1,8 +1,8 @@
2025/08/11-22:51:18.304943 7f12ef7fe6c0 Recovering log #202
2025/08/11-22:51:18.317352 7f12ef7fe6c0 Delete type=3 #200
2025/08/11-22:51:18.317883 7f12ef7fe6c0 Delete type=0 #202
2025/08/11-22:52:41.257402 7f12edffb6c0 Level-0 table #207: started
2025/08/11-22:52:41.257472 7f12edffb6c0 Level-0 table #207: 0 bytes OK
2025/08/11-22:52:41.264373 7f12edffb6c0 Delete type=0 #205
2025/08/11-22:52:41.264537 7f12edffb6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2025/08/11-22:52:41.264567 7f12edffb6c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2025/08/12-22:03:11.912233 7f12effff6c0 Recovering log #210
2025/08/12-22:03:11.957119 7f12effff6c0 Delete type=3 #208
2025/08/12-22:03:11.957180 7f12effff6c0 Delete type=0 #210
2025/08/12-23:20:29.661087 7f12edffb6c0 Level-0 table #215: started
2025/08/12-23:20:29.661131 7f12edffb6c0 Level-0 table #215: 0 bytes OK
2025/08/12-23:20:29.667177 7f12edffb6c0 Delete type=0 #213
2025/08/12-23:20:29.686825 7f12edffb6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2025/08/12-23:20:29.686871 7f12edffb6c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/08/11-21:34:19.962488 7f12ee7fc6c0 Recovering log #198
2025/08/11-21:34:20.014408 7f12ee7fc6c0 Delete type=3 #196
2025/08/11-21:34:20.014461 7f12ee7fc6c0 Delete type=0 #198
2025/08/11-22:51:08.055412 7f12edffb6c0 Level-0 table #203: started
2025/08/11-22:51:08.055458 7f12edffb6c0 Level-0 table #203: 0 bytes OK
2025/08/11-22:51:08.062106 7f12edffb6c0 Delete type=0 #201
2025/08/11-22:51:08.085428 7f12edffb6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2025/08/11-22:51:08.085469 7f12edffb6c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2025/08/12-21:44:53.812478 7f12eeffd6c0 Recovering log #206
2025/08/12-21:44:53.821807 7f12eeffd6c0 Delete type=3 #204
2025/08/12-21:44:53.821855 7f12eeffd6c0 Delete type=0 #206
2025/08/12-22:02:55.790099 7f12edffb6c0 Level-0 table #211: started
2025/08/12-22:02:55.790136 7f12edffb6c0 Level-0 table #211: 0 bytes OK
2025/08/12-22:02:55.810684 7f12edffb6c0 Delete type=0 #209
2025/08/12-22:02:55.872475 7f12edffb6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2025/08/12-22:02:55.872506 7f12edffb6c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000204
MANIFEST-000212

View File

@@ -1,8 +1,8 @@
2025/08/11-22:51:18.341321 7f12ee7fc6c0 Recovering log #202
2025/08/11-22:51:18.354195 7f12ee7fc6c0 Delete type=3 #200
2025/08/11-22:51:18.354810 7f12ee7fc6c0 Delete type=0 #202
2025/08/11-22:52:41.237394 7f12edffb6c0 Level-0 table #207: started
2025/08/11-22:52:41.237434 7f12edffb6c0 Level-0 table #207: 0 bytes OK
2025/08/11-22:52:41.243722 7f12edffb6c0 Delete type=0 #205
2025/08/11-22:52:41.264503 7f12edffb6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2025/08/11-22:52:41.264544 7f12edffb6c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2025/08/12-22:03:12.004614 7f12ef7fe6c0 Recovering log #210
2025/08/12-22:03:12.044171 7f12ef7fe6c0 Delete type=3 #208
2025/08/12-22:03:12.044244 7f12ef7fe6c0 Delete type=0 #210
2025/08/12-23:20:29.673446 7f12edffb6c0 Level-0 table #215: started
2025/08/12-23:20:29.673471 7f12edffb6c0 Level-0 table #215: 0 bytes OK
2025/08/12-23:20:29.680450 7f12edffb6c0 Delete type=0 #213
2025/08/12-23:20:29.686854 7f12edffb6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2025/08/12-23:20:29.686885 7f12edffb6c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/08/11-21:34:20.096085 7f12effff6c0 Recovering log #198
2025/08/11-21:34:20.149715 7f12effff6c0 Delete type=3 #196
2025/08/11-21:34:20.149828 7f12effff6c0 Delete type=0 #198
2025/08/11-22:51:08.062220 7f12edffb6c0 Level-0 table #203: started
2025/08/11-22:51:08.062246 7f12edffb6c0 Level-0 table #203: 0 bytes OK
2025/08/11-22:51:08.068241 7f12edffb6c0 Delete type=0 #201
2025/08/11-22:51:08.085439 7f12edffb6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2025/08/11-22:51:08.085475 7f12edffb6c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2025/08/12-21:44:53.836644 7f12effff6c0 Recovering log #206
2025/08/12-21:44:53.846222 7f12effff6c0 Delete type=3 #204
2025/08/12-21:44:53.846283 7f12effff6c0 Delete type=0 #206
2025/08/12-22:02:55.756668 7f12edffb6c0 Level-0 table #211: started
2025/08/12-22:02:55.756719 7f12edffb6c0 Level-0 table #211: 0 bytes OK
2025/08/12-22:02:55.789933 7f12edffb6c0 Delete type=0 #209
2025/08/12-22:02:55.872461 7f12edffb6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2025/08/12-22:02:55.872501 7f12edffb6c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000207
MANIFEST-000215

View File

@@ -1,8 +1,8 @@
2025/08/11-22:51:18.291417 7f12ee7fc6c0 Recovering log #204
2025/08/11-22:51:18.301512 7f12ee7fc6c0 Delete type=3 #202
2025/08/11-22:51:18.301601 7f12ee7fc6c0 Delete type=0 #204
2025/08/11-22:52:41.243942 7f12edffb6c0 Level-0 table #210: started
2025/08/11-22:52:41.244021 7f12edffb6c0 Level-0 table #210: 0 bytes OK
2025/08/11-22:52:41.250458 7f12edffb6c0 Delete type=0 #208
2025/08/11-22:52:41.264517 7f12edffb6c0 Manual compaction at level-0 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2025/08/11-22:52:41.264551 7f12edffb6c0 Manual compaction at level-1 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2025/08/12-22:03:11.864963 7f12ee7fc6c0 Recovering log #213
2025/08/12-22:03:11.909538 7f12ee7fc6c0 Delete type=3 #211
2025/08/12-22:03:11.909606 7f12ee7fc6c0 Delete type=0 #213
2025/08/12-23:20:29.667307 7f12edffb6c0 Level-0 table #218: started
2025/08/12-23:20:29.667339 7f12edffb6c0 Level-0 table #218: 0 bytes OK
2025/08/12-23:20:29.673335 7f12edffb6c0 Delete type=0 #216
2025/08/12-23:20:29.686842 7f12edffb6c0 Manual compaction at level-0 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2025/08/12-23:20:29.686878 7f12edffb6c0 Manual compaction at level-1 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)

View File

@@ -1,15 +1,8 @@
2025/08/11-21:34:19.906242 7f12effff6c0 Recovering log #200
2025/08/11-21:34:19.959359 7f12effff6c0 Delete type=3 #198
2025/08/11-21:34:19.959494 7f12effff6c0 Delete type=0 #200
2025/08/11-22:51:08.074684 7f12edffb6c0 Level-0 table #205: started
2025/08/11-22:51:08.078126 7f12edffb6c0 Level-0 table #205: 31504 bytes OK
2025/08/11-22:51:08.085271 7f12edffb6c0 Delete type=0 #203
2025/08/11-22:51:08.085480 7f12edffb6c0 Manual compaction at level-0 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2025/08/11-22:51:08.085510 7f12edffb6c0 Manual compaction at level-1 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at '!items!zEl2NQsnCpELVWzh' @ 338 : 1
2025/08/11-22:51:08.085516 7f12edffb6c0 Compacting 1@1 + 1@2 files
2025/08/11-22:51:08.088988 7f12edffb6c0 Generated table #206@1: 77 keys, 31504 bytes
2025/08/11-22:51:08.089022 7f12edffb6c0 Compacted 1@1 + 1@2 files => 31504 bytes
2025/08/11-22:51:08.095088 7f12edffb6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/08/11-22:51:08.095209 7f12edffb6c0 Delete type=2 #197
2025/08/11-22:51:08.095332 7f12edffb6c0 Delete type=2 #205
2025/08/11-22:51:08.115239 7f12edffb6c0 Manual compaction at level-1 from '!items!zEl2NQsnCpELVWzh' @ 338 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2025/08/12-21:44:53.799722 7f12effff6c0 Recovering log #209
2025/08/12-21:44:53.809662 7f12effff6c0 Delete type=3 #207
2025/08/12-21:44:53.809735 7f12effff6c0 Delete type=0 #209
2025/08/12-22:02:55.810831 7f12edffb6c0 Level-0 table #214: started
2025/08/12-22:02:55.810861 7f12edffb6c0 Level-0 table #214: 0 bytes OK
2025/08/12-22:02:55.843285 7f12edffb6c0 Delete type=0 #212
2025/08/12-22:02:55.872487 7f12edffb6c0 Manual compaction at level-0 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2025/08/12-22:02:55.872520 7f12edffb6c0 Manual compaction at level-1 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000204
MANIFEST-000212

View File

@@ -1,8 +1,8 @@
2025/08/11-22:51:18.324133 7f12effff6c0 Recovering log #202
2025/08/11-22:51:18.335594 7f12effff6c0 Delete type=3 #200
2025/08/11-22:51:18.336174 7f12effff6c0 Delete type=0 #202
2025/08/11-22:52:41.250593 7f12edffb6c0 Level-0 table #207: started
2025/08/11-22:52:41.250618 7f12edffb6c0 Level-0 table #207: 0 bytes OK
2025/08/11-22:52:41.257077 7f12edffb6c0 Delete type=0 #205
2025/08/11-22:52:41.264527 7f12edffb6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2025/08/11-22:52:41.264560 7f12edffb6c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2025/08/12-22:03:11.960107 7f12eeffd6c0 Recovering log #210
2025/08/12-22:03:12.002183 7f12eeffd6c0 Delete type=3 #208
2025/08/12-22:03:12.002239 7f12eeffd6c0 Delete type=0 #210
2025/08/12-23:20:29.680595 7f12edffb6c0 Level-0 table #215: started
2025/08/12-23:20:29.680637 7f12edffb6c0 Level-0 table #215: 0 bytes OK
2025/08/12-23:20:29.686672 7f12edffb6c0 Delete type=0 #213
2025/08/12-23:20:29.686864 7f12edffb6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2025/08/12-23:20:29.686893 7f12edffb6c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/08/11-21:34:20.017484 7f12eeffd6c0 Recovering log #198
2025/08/11-21:34:20.093316 7f12eeffd6c0 Delete type=3 #196
2025/08/11-21:34:20.093428 7f12eeffd6c0 Delete type=0 #198
2025/08/11-22:51:08.068405 7f12edffb6c0 Level-0 table #203: started
2025/08/11-22:51:08.068464 7f12edffb6c0 Level-0 table #203: 0 bytes OK
2025/08/11-22:51:08.074542 7f12edffb6c0 Delete type=0 #201
2025/08/11-22:51:08.085448 7f12edffb6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2025/08/11-22:51:08.085490 7f12edffb6c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2025/08/12-21:44:53.824323 7f12ee7fc6c0 Recovering log #206
2025/08/12-21:44:53.834365 7f12ee7fc6c0 Delete type=3 #204
2025/08/12-21:44:53.834436 7f12ee7fc6c0 Delete type=0 #206
2025/08/12-22:02:55.843429 7f12edffb6c0 Level-0 table #211: started
2025/08/12-22:02:55.843462 7f12edffb6c0 Level-0 table #211: 0 bytes OK
2025/08/12-22:02:55.872328 7f12edffb6c0 Delete type=0 #209
2025/08/12-22:02:55.872495 7f12edffb6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2025/08/12-22:02:55.872513 7f12edffb6c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000002
MANIFEST-000010

View File

@@ -1,5 +1,15 @@
2025/08/11-22:51:18.389099 7f12eeffd6c0 Delete type=3 #1
2025/08/11-22:52:41.270919 7f12edffb6c0 Level-0 table #5: started
2025/08/11-22:52:41.274955 7f12edffb6c0 Level-0 table #5: 72907 bytes OK
2025/08/11-22:52:41.281286 7f12edffb6c0 Delete type=0 #3
2025/08/11-22:52:41.294945 7f12edffb6c0 Manual compaction at level-0 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)
2025/08/12-22:03:12.092093 7f12ee7fc6c0 Recovering log #8
2025/08/12-22:03:12.132029 7f12ee7fc6c0 Delete type=3 #6
2025/08/12-22:03:12.132100 7f12ee7fc6c0 Delete type=0 #8
2025/08/12-23:20:29.699933 7f12edffb6c0 Level-0 table #13: started
2025/08/12-23:20:29.704268 7f12edffb6c0 Level-0 table #13: 15679 bytes OK
2025/08/12-23:20:29.710447 7f12edffb6c0 Delete type=0 #11
2025/08/12-23:20:29.716925 7f12edffb6c0 Manual compaction at level-0 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)
2025/08/12-23:20:29.716961 7f12edffb6c0 Manual compaction at level-1 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at '!items!vO9OLd8LQMPNckkU' @ 112 : 1
2025/08/12-23:20:29.716966 7f12edffb6c0 Compacting 1@1 + 1@2 files
2025/08/12-23:20:29.721393 7f12edffb6c0 Generated table #14@1: 89 keys, 73118 bytes
2025/08/12-23:20:29.721441 7f12edffb6c0 Compacted 1@1 + 1@2 files => 73118 bytes
2025/08/12-23:20:29.728469 7f12edffb6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/08/12-23:20:29.728621 7f12edffb6c0 Delete type=2 #5
2025/08/12-23:20:29.728770 7f12edffb6c0 Delete type=2 #13
2025/08/12-23:20:29.742024 7f12edffb6c0 Manual compaction at level-1 from '!items!vO9OLd8LQMPNckkU' @ 112 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)

View File

@@ -0,0 +1,8 @@
2025/08/12-21:44:53.861910 7f12ee7fc6c0 Recovering log #4
2025/08/12-21:44:53.872273 7f12ee7fc6c0 Delete type=3 #2
2025/08/12-21:44:53.872341 7f12ee7fc6c0 Delete type=0 #4
2025/08/12-22:02:55.926501 7f12edffb6c0 Level-0 table #9: started
2025/08/12-22:02:55.926533 7f12edffb6c0 Level-0 table #9: 0 bytes OK
2025/08/12-22:02:55.952091 7f12edffb6c0 Delete type=0 #7
2025/08/12-22:02:55.973383 7f12edffb6c0 Manual compaction at level-0 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)
2025/08/12-22:02:55.973418 7f12edffb6c0 Manual compaction at level-1 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000205
MANIFEST-000213

View File

@@ -1,8 +1,8 @@
2025/08/11-22:51:18.409703 7f12eeffd6c0 Recovering log #203
2025/08/11-22:51:18.420789 7f12eeffd6c0 Delete type=3 #201
2025/08/11-22:51:18.420873 7f12eeffd6c0 Delete type=0 #203
2025/08/11-22:52:41.288698 7f12edffb6c0 Level-0 table #208: started
2025/08/11-22:52:41.288730 7f12edffb6c0 Level-0 table #208: 0 bytes OK
2025/08/11-22:52:41.294715 7f12edffb6c0 Delete type=0 #206
2025/08/11-22:52:41.294992 7f12edffb6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2025/08/11-22:52:41.295062 7f12edffb6c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2025/08/12-22:03:12.180814 7f12effff6c0 Recovering log #211
2025/08/12-22:03:12.231131 7f12effff6c0 Delete type=3 #209
2025/08/12-22:03:12.231199 7f12effff6c0 Delete type=0 #211
2025/08/12-23:20:29.710650 7f12edffb6c0 Level-0 table #216: started
2025/08/12-23:20:29.710689 7f12edffb6c0 Level-0 table #216: 0 bytes OK
2025/08/12-23:20:29.716754 7f12edffb6c0 Delete type=0 #214
2025/08/12-23:20:29.716942 7f12edffb6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2025/08/12-23:20:29.728846 7f12edffb6c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/08/11-21:34:20.258603 7f12effff6c0 Recovering log #199
2025/08/11-21:34:20.318194 7f12effff6c0 Delete type=3 #197
2025/08/11-21:34:20.318250 7f12effff6c0 Delete type=0 #199
2025/08/11-22:51:08.109218 7f12edffb6c0 Level-0 table #204: started
2025/08/11-22:51:08.109241 7f12edffb6c0 Level-0 table #204: 0 bytes OK
2025/08/11-22:51:08.115092 7f12edffb6c0 Delete type=0 #202
2025/08/11-22:51:08.115290 7f12edffb6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2025/08/11-22:51:08.115335 7f12edffb6c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2025/08/12-21:44:53.887075 7f12eeffd6c0 Recovering log #207
2025/08/12-21:44:53.897053 7f12eeffd6c0 Delete type=3 #205
2025/08/12-21:44:53.897108 7f12eeffd6c0 Delete type=0 #207
2025/08/12-22:02:55.952240 7f12edffb6c0 Level-0 table #212: started
2025/08/12-22:02:55.952278 7f12edffb6c0 Level-0 table #212: 0 bytes OK
2025/08/12-22:02:55.973222 7f12edffb6c0 Delete type=0 #210
2025/08/12-22:02:55.973393 7f12edffb6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2025/08/12-22:02:55.973428 7f12edffb6c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000202
MANIFEST-000210

View File

@@ -1,7 +1,7 @@
2025/08/11-22:51:18.440585 7f12ef7fe6c0 Recovering log #200
2025/08/11-22:51:18.452074 7f12ef7fe6c0 Delete type=3 #198
2025/08/11-22:51:18.452406 7f12ef7fe6c0 Delete type=0 #200
2025/08/11-22:52:41.301484 7f12edffb6c0 Level-0 table #205: started
2025/08/11-22:52:41.301507 7f12edffb6c0 Level-0 table #205: 0 bytes OK
2025/08/11-22:52:41.307731 7f12edffb6c0 Delete type=0 #203
2025/08/11-22:52:41.321197 7f12edffb6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2025/08/12-22:03:12.277655 7f12ee7fc6c0 Recovering log #208
2025/08/12-22:03:12.314903 7f12ee7fc6c0 Delete type=3 #206
2025/08/12-22:03:12.314992 7f12ee7fc6c0 Delete type=0 #208
2025/08/12-23:20:29.734915 7f12edffb6c0 Level-0 table #213: started
2025/08/12-23:20:29.734943 7f12edffb6c0 Level-0 table #213: 0 bytes OK
2025/08/12-23:20:29.741871 7f12edffb6c0 Delete type=0 #211
2025/08/12-23:20:29.748380 7f12edffb6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/08/11-21:34:20.376707 7f12eeffd6c0 Recovering log #196
2025/08/11-21:34:20.429317 7f12eeffd6c0 Delete type=3 #194
2025/08/11-21:34:20.429419 7f12eeffd6c0 Delete type=0 #196
2025/08/11-22:51:08.115446 7f12edffb6c0 Level-0 table #201: started
2025/08/11-22:51:08.115492 7f12edffb6c0 Level-0 table #201: 0 bytes OK
2025/08/11-22:51:08.121470 7f12edffb6c0 Delete type=0 #199
2025/08/11-22:51:08.147831 7f12edffb6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2025/08/12-21:44:53.912977 7f12ef7fe6c0 Recovering log #204
2025/08/12-21:44:53.922769 7f12ef7fe6c0 Delete type=3 #202
2025/08/12-21:44:53.922841 7f12ef7fe6c0 Delete type=0 #204
2025/08/12-22:02:56.011511 7f12edffb6c0 Level-0 table #209: started
2025/08/12-22:02:56.011542 7f12edffb6c0 Level-0 table #209: 0 bytes OK
2025/08/12-22:02:56.043924 7f12edffb6c0 Delete type=0 #207
2025/08/12-22:02:56.112870 7f12edffb6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000173
MANIFEST-000181

View File

@@ -1,8 +1,8 @@
2025/08/11-22:51:18.458421 7f12eeffd6c0 Recovering log #171
2025/08/11-22:51:18.469978 7f12eeffd6c0 Delete type=3 #169
2025/08/11-22:51:18.470069 7f12eeffd6c0 Delete type=0 #171
2025/08/11-22:52:41.314747 7f12edffb6c0 Level-0 table #176: started
2025/08/11-22:52:41.314796 7f12edffb6c0 Level-0 table #176: 0 bytes OK
2025/08/11-22:52:41.320976 7f12edffb6c0 Delete type=0 #174
2025/08/11-22:52:41.321230 7f12edffb6c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2025/08/11-22:52:41.321269 7f12edffb6c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2025/08/12-22:03:12.317962 7f12effff6c0 Recovering log #179
2025/08/12-22:03:12.360482 7f12effff6c0 Delete type=3 #177
2025/08/12-22:03:12.360548 7f12effff6c0 Delete type=0 #179
2025/08/12-23:20:29.742044 7f12edffb6c0 Level-0 table #184: started
2025/08/12-23:20:29.742079 7f12edffb6c0 Level-0 table #184: 0 bytes OK
2025/08/12-23:20:29.748132 7f12edffb6c0 Delete type=0 #182
2025/08/12-23:20:29.758795 7f12edffb6c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2025/08/12-23:20:29.764960 7f12edffb6c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/08/11-21:34:20.432403 7f12effff6c0 Recovering log #167
2025/08/11-21:34:20.484938 7f12effff6c0 Delete type=3 #165
2025/08/11-21:34:20.484995 7f12effff6c0 Delete type=0 #167
2025/08/11-22:51:08.140001 7f12edffb6c0 Level-0 table #172: started
2025/08/11-22:51:08.140028 7f12edffb6c0 Level-0 table #172: 0 bytes OK
2025/08/11-22:51:08.147678 7f12edffb6c0 Delete type=0 #170
2025/08/11-22:51:08.147861 7f12edffb6c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2025/08/11-22:51:08.157987 7f12edffb6c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2025/08/12-21:44:53.925146 7f12eeffd6c0 Recovering log #175
2025/08/12-21:44:53.935539 7f12eeffd6c0 Delete type=3 #173
2025/08/12-21:44:53.935613 7f12eeffd6c0 Delete type=0 #175
2025/08/12-22:02:56.087146 7f12edffb6c0 Level-0 table #180: started
2025/08/12-22:02:56.087179 7f12edffb6c0 Level-0 table #180: 0 bytes OK
2025/08/12-22:02:56.112667 7f12edffb6c0 Delete type=0 #178
2025/08/12-22:02:56.112896 7f12edffb6c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2025/08/12-22:02:56.152759 7f12edffb6c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)

View File

@@ -366,6 +366,7 @@
"ingredients": "",
"resistance": "",
"coutactivation": "",
"souffle": "",
"description": ""
},
"arme": {

View File

@@ -509,6 +509,8 @@
<li class="item flexrow " data-item-id="{{magie.competence._id}}" data-item-type="competence">
<h2 class="flexrow"><label class="items-title-text "><a class="roll-competence item-field-label-short"
data-attr-key="tochoose">{{magie.name}} {{magie.competence.system.niveau}} </a> </label>
<span>Rang : {{magie.rang}}</span>
<span>{{magie.rangSpecificName}}</span>
<div class="item-controls item-controls-fixed">
<a class="item-control item-edit" title="Editer l'item"><i class="fas fa-edit"></i></a>
<a class="item-control item-delete" title="Supprimer l'item"><i class="fas fa-trash"></i></a>
@@ -539,6 +541,10 @@
<span class="item-field-label-long2 roll-style"><a class="roll-sort">{{sort.name}}</a></span>
<span class="item-field-label-medium">{{upperFirst sort.system.niveau}}</span>
{{#if (eq system.competence "Magie du Clan")}}
<span class="item-field-label-medium">{{upperFirst sort.system.souffle}}</span>*
{{/if}}
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
<a class="item-control item-edit" title="Editer l'item"><i class="fas fa-edit"></i></a>

View File

@@ -46,11 +46,19 @@
{{#if sort}}
<li>Sort : {{sort.name}}</li>
{{#if spendEsprit}}
<li>Points d'Esprit dépensé : 1</li>
{{else}}
<li>Cout en Points d'âmes : {{sortPointsAme}}</li>
{{#if (eq sort.system.competence "Magie du Clan")}}
<li>Souffle : {{sort.system.souffle}}</li>
<li>Cout en PV : 2</li>
{{/if}}
{{/if}}
{{/if}}
{{#if forcedValue}}
<li>Vous dépense 2 points de Tricherie et utilisé une face adjacente du dé !</li>
<li>Vous dépensez 2 points de Tricherie et utilisez une face adjacente du dé !</li>
{{/if}}
{{#if noRoll}}

View File

@@ -38,13 +38,23 @@
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long2">Niveau </label>
<label class="generic-label item-field-label-long2">Niveau/Rang </label>
<select class="status-small-label color-class-common item-field-label-long" type="text" name="system.niveau"
value="{{system.niveau}}" data-dtype="string">
{{selectOptions config.listNiveauSort selected=system.niveau}}
</select>
</li>
{{#if (eq system.competence "Magie du Clan")}}
<li class="flexrow item">
<label class="generic-label item-field-label-long2">Souffle </label>
<select class="status-small-label color-class-common item-field-label-long" type="text" name="system.souffle"
value="{{system.souffle}}" data-dtype="string">
{{selectOptions config.soufflesMagieDuClan selected=system.souffle}}
</select>
</li>
{{/if}}
<li class="flexrow item">
<label class="generic-label item-field-label-long2">Durée </label>
<input type="text" class="padd-right status-small-label color-class-common item-field-label-long3"