Amelioration diverses pour la magie

This commit is contained in:
2025-09-14 20:12:02 +02:00
parent 4d41986c12
commit cc7de0e53c
63 changed files with 260 additions and 205 deletions

View File

@@ -724,12 +724,12 @@ export class HeritiersActor extends Actor {
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 !")
if (carac.value < 0 || carac.value > carac.rang) {
ui.notifications.warn("Pas assez de points dans cette caractéristique ou rang max atteint !")
return false
}
carac.value = Math.max(carac.value, 0)
carac.value = Math.min(carac.value, carac.max)
carac.value = Math.min(carac.value, carac.rang)
this.update({ [`system.caracteristiques.${key}`]: carac })
return true
}
@@ -747,15 +747,24 @@ export class HeritiersActor extends Actor {
rollData.mode = "sort"
rollData.sort = foundry.utils.duplicate(sort)
rollData.sdValue = HeritiersUtility.getSDSortValue(Number(sort.system.niveau))
if (Number(sort.system.sdspecial) && Number(sort.system.sdspecial) > 0) {
rollData.sdValue = Number(sort.system.sdspecial)
}
rollData.sortPointsAme = Number(sort.system.niveau)
rollData.totalEsprit = 1
if (sort.system.competence == "Grand Langage") {
rollData.sortPointsAme *= 2
rollData.totalEsprit = Math.floor((rollData.sortPointsAme) / 3)
}
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 + ")")
if (this.system.caracteristiques.esp.value <= rollData.totalEsprit) {
ui.notifications.warn(`Pas assez de Points d'Esprit ni de Points d'Ame pour lancer ce sort (requis: ${rollData.totalEsprit}, 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.`)
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}).`)
ui.notifications.warn(`${rollData.totalEsprit} Points d'Esprit seront utilisés à la place si vous effectuez le lancer.`)
}
}

View File

@@ -583,7 +583,7 @@ export class HeritiersUtility {
// Gestion sort et points d'âme
if (rollData.mode == "sort") {
if (rollData.spendEsprit) {
actor.inDecCarac("esp", -1)
actor.inDecCarac("esp", rollData.totalEsprit)
} else {
actor.incDecPointsAme(-rollData.sortPointsAme)
if (rollData.sort.system.competence == "Magie du Clan") {

View File

@@ -1 +1 @@
MANIFEST-000240
MANIFEST-000256

View File

@@ -1,8 +1,8 @@
2025/09/13-00:19:21.334396 7fa5077fe6c0 Recovering log #238
2025/09/13-00:19:21.344951 7fa5077fe6c0 Delete type=3 #236
2025/09/13-00:19:21.345013 7fa5077fe6c0 Delete type=0 #238
2025/09/13-00:23:49.906242 7fa506bff6c0 Level-0 table #243: started
2025/09/13-00:23:49.906282 7fa506bff6c0 Level-0 table #243: 0 bytes OK
2025/09/13-00:23:49.919621 7fa506bff6c0 Delete type=0 #241
2025/09/13-00:23:49.943471 7fa506bff6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2025/09/13-00:23:49.943533 7fa506bff6c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2025/09/14-18:44:06.231652 7f4e4bfff6c0 Recovering log #254
2025/09/14-18:44:06.327997 7f4e4bfff6c0 Delete type=3 #252
2025/09/14-18:44:06.328106 7f4e4bfff6c0 Delete type=0 #254
2025/09/14-20:11:26.870045 7f4e49ffb6c0 Level-0 table #259: started
2025/09/14-20:11:26.870068 7f4e49ffb6c0 Level-0 table #259: 0 bytes OK
2025/09/14-20:11:26.876035 7f4e49ffb6c0 Delete type=0 #257
2025/09/14-20:11:26.890009 7f4e49ffb6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2025/09/14-20:11:26.890094 7f4e49ffb6c0 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/09/12-22:42:55.465809 7fa507fff6c0 Recovering log #234
2025/09/12-22:42:55.475838 7fa507fff6c0 Delete type=3 #232
2025/09/12-22:42:55.475940 7fa507fff6c0 Delete type=0 #234
2025/09/13-00:19:16.157291 7fa506bff6c0 Level-0 table #239: started
2025/09/13-00:19:16.157318 7fa506bff6c0 Level-0 table #239: 0 bytes OK
2025/09/13-00:19:16.169152 7fa506bff6c0 Delete type=0 #237
2025/09/13-00:19:16.189346 7fa506bff6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2025/09/13-00:19:16.189422 7fa506bff6c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2025/09/14-18:32:45.936465 7f4e4b7fe6c0 Recovering log #250
2025/09/14-18:32:45.947148 7f4e4b7fe6c0 Delete type=3 #248
2025/09/14-18:32:45.947197 7f4e4b7fe6c0 Delete type=0 #250
2025/09/14-18:44:00.803313 7f4e49ffb6c0 Level-0 table #255: started
2025/09/14-18:44:00.803346 7f4e49ffb6c0 Level-0 table #255: 0 bytes OK
2025/09/14-18:44:00.859097 7f4e49ffb6c0 Delete type=0 #253
2025/09/14-18:44:00.958916 7f4e49ffb6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2025/09/14-18:44:01.052684 7f4e49ffb6c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000240
MANIFEST-000256

View File

@@ -1,8 +1,8 @@
2025/09/13-00:19:21.364108 7fa50cbf96c0 Recovering log #238
2025/09/13-00:19:21.373869 7fa50cbf96c0 Delete type=3 #236
2025/09/13-00:19:21.373934 7fa50cbf96c0 Delete type=0 #238
2025/09/13-00:23:49.943627 7fa506bff6c0 Level-0 table #243: started
2025/09/13-00:23:49.943672 7fa506bff6c0 Level-0 table #243: 0 bytes OK
2025/09/13-00:23:49.953247 7fa506bff6c0 Delete type=0 #241
2025/09/13-00:23:49.997730 7fa506bff6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2025/09/13-00:23:49.997793 7fa506bff6c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2025/09/14-18:44:06.392750 7f4e4b7fe6c0 Recovering log #254
2025/09/14-18:44:06.445647 7f4e4b7fe6c0 Delete type=3 #252
2025/09/14-18:44:06.445742 7f4e4b7fe6c0 Delete type=0 #254
2025/09/14-20:11:26.907829 7f4e49ffb6c0 Level-0 table #259: started
2025/09/14-20:11:26.907864 7f4e49ffb6c0 Level-0 table #259: 0 bytes OK
2025/09/14-20:11:26.914179 7f4e49ffb6c0 Delete type=0 #257
2025/09/14-20:11:26.922012 7f4e49ffb6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2025/09/14-20:11:26.932255 7f4e49ffb6c0 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/09/12-22:42:55.493084 7fa50d3fa6c0 Recovering log #234
2025/09/12-22:42:55.503204 7fa50d3fa6c0 Delete type=3 #232
2025/09/12-22:42:55.503264 7fa50d3fa6c0 Delete type=0 #234
2025/09/13-00:19:16.181338 7fa506bff6c0 Level-0 table #239: started
2025/09/13-00:19:16.181386 7fa506bff6c0 Level-0 table #239: 0 bytes OK
2025/09/13-00:19:16.189077 7fa506bff6c0 Delete type=0 #237
2025/09/13-00:19:16.189385 7fa506bff6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2025/09/13-00:19:16.189457 7fa506bff6c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2025/09/14-18:32:45.963809 7f4e4bfff6c0 Recovering log #250
2025/09/14-18:32:45.973991 7f4e4bfff6c0 Delete type=3 #248
2025/09/14-18:32:45.974092 7f4e4bfff6c0 Delete type=0 #250
2025/09/14-18:44:01.015826 7f4e49ffb6c0 Level-0 table #255: started
2025/09/14-18:44:01.015851 7f4e49ffb6c0 Level-0 table #255: 0 bytes OK
2025/09/14-18:44:01.052522 7f4e49ffb6c0 Delete type=0 #253
2025/09/14-18:44:01.082840 7f4e49ffb6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2025/09/14-18:44:01.145583 7f4e49ffb6c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000240
MANIFEST-000256

View File

@@ -1,8 +1,8 @@
2025/09/13-00:19:21.308006 7fa50d3fa6c0 Recovering log #238
2025/09/13-00:19:21.319049 7fa50d3fa6c0 Delete type=3 #236
2025/09/13-00:19:21.319109 7fa50d3fa6c0 Delete type=0 #238
2025/09/13-00:23:49.894650 7fa506bff6c0 Level-0 table #243: started
2025/09/13-00:23:49.894688 7fa506bff6c0 Level-0 table #243: 0 bytes OK
2025/09/13-00:23:49.906014 7fa506bff6c0 Delete type=0 #241
2025/09/13-00:23:49.943452 7fa506bff6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2025/09/13-00:23:49.943519 7fa506bff6c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2025/09/14-18:44:06.094503 7f4e4affd6c0 Recovering log #254
2025/09/14-18:44:06.148796 7f4e4affd6c0 Delete type=3 #252
2025/09/14-18:44:06.148856 7f4e4affd6c0 Delete type=0 #254
2025/09/14-20:11:26.862468 7f4e49ffb6c0 Level-0 table #259: started
2025/09/14-20:11:26.862531 7f4e49ffb6c0 Level-0 table #259: 0 bytes OK
2025/09/14-20:11:26.869915 7f4e49ffb6c0 Delete type=0 #257
2025/09/14-20:11:26.889984 7f4e49ffb6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2025/09/14-20:11:26.890073 7f4e49ffb6c0 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/09/12-22:42:55.438389 7fa5077fe6c0 Recovering log #234
2025/09/12-22:42:55.449024 7fa5077fe6c0 Delete type=3 #232
2025/09/12-22:42:55.449158 7fa5077fe6c0 Delete type=0 #234
2025/09/13-00:19:16.107423 7fa506bff6c0 Level-0 table #239: started
2025/09/13-00:19:16.107448 7fa506bff6c0 Level-0 table #239: 0 bytes OK
2025/09/13-00:19:16.119476 7fa506bff6c0 Delete type=0 #237
2025/09/13-00:19:16.144823 7fa506bff6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2025/09/13-00:19:16.144857 7fa506bff6c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2025/09/14-18:32:45.910946 7f4e4affd6c0 Recovering log #250
2025/09/14-18:32:45.921365 7f4e4affd6c0 Delete type=3 #248
2025/09/14-18:32:45.921475 7f4e4affd6c0 Delete type=0 #250
2025/09/14-18:44:00.762129 7f4e49ffb6c0 Level-0 table #255: started
2025/09/14-18:44:00.762193 7f4e49ffb6c0 Level-0 table #255: 0 bytes OK
2025/09/14-18:44:00.803110 7f4e49ffb6c0 Delete type=0 #253
2025/09/14-18:44:00.958892 7f4e49ffb6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2025/09/14-18:44:00.958971 7f4e49ffb6c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000240
MANIFEST-000256

View File

@@ -1,8 +1,8 @@
2025/09/13-00:19:21.268491 7fa5077fe6c0 Recovering log #238
2025/09/13-00:19:21.279675 7fa5077fe6c0 Delete type=3 #236
2025/09/13-00:19:21.279726 7fa5077fe6c0 Delete type=0 #238
2025/09/13-00:23:49.863626 7fa506bff6c0 Level-0 table #243: started
2025/09/13-00:23:49.863658 7fa506bff6c0 Level-0 table #243: 0 bytes OK
2025/09/13-00:23:49.873805 7fa506bff6c0 Delete type=0 #241
2025/09/13-00:23:49.894434 7fa506bff6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2025/09/13-00:23:49.894484 7fa506bff6c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2025/09/14-18:44:05.833954 7f4e4bfff6c0 Recovering log #254
2025/09/14-18:44:05.936437 7f4e4bfff6c0 Delete type=3 #252
2025/09/14-18:44:05.936567 7f4e4bfff6c0 Delete type=0 #254
2025/09/14-20:11:26.849402 7f4e49ffb6c0 Level-0 table #259: started
2025/09/14-20:11:26.849447 7f4e49ffb6c0 Level-0 table #259: 0 bytes OK
2025/09/14-20:11:26.856023 7f4e49ffb6c0 Delete type=0 #257
2025/09/14-20:11:26.862159 7f4e49ffb6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2025/09/14-20:11:26.862225 7f4e49ffb6c0 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/09/12-22:42:55.400653 7fa50cbf96c0 Recovering log #234
2025/09/12-22:42:55.410659 7fa50cbf96c0 Delete type=3 #232
2025/09/12-22:42:55.410812 7fa50cbf96c0 Delete type=0 #234
2025/09/13-00:19:16.132163 7fa506bff6c0 Level-0 table #239: started
2025/09/13-00:19:16.132192 7fa506bff6c0 Level-0 table #239: 0 bytes OK
2025/09/13-00:19:16.144694 7fa506bff6c0 Delete type=0 #237
2025/09/13-00:19:16.144842 7fa506bff6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2025/09/13-00:19:16.144872 7fa506bff6c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2025/09/14-18:32:45.872639 7f4e4b7fe6c0 Recovering log #250
2025/09/14-18:32:45.883723 7f4e4b7fe6c0 Delete type=3 #248
2025/09/14-18:32:45.883847 7f4e4b7fe6c0 Delete type=0 #250
2025/09/14-18:44:00.687324 7f4e49ffb6c0 Level-0 table #255: started
2025/09/14-18:44:00.687380 7f4e49ffb6c0 Level-0 table #255: 0 bytes OK
2025/09/14-18:44:00.729665 7f4e49ffb6c0 Delete type=0 #253
2025/09/14-18:44:00.761866 7f4e49ffb6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2025/09/14-18:44:00.761925 7f4e49ffb6c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000240
MANIFEST-000256

View File

@@ -1,8 +1,8 @@
2025/09/13-00:19:21.296168 7fa507fff6c0 Recovering log #238
2025/09/13-00:19:21.305712 7fa507fff6c0 Delete type=3 #236
2025/09/13-00:19:21.305760 7fa507fff6c0 Delete type=0 #238
2025/09/13-00:23:49.884597 7fa506bff6c0 Level-0 table #243: started
2025/09/13-00:23:49.884644 7fa506bff6c0 Level-0 table #243: 0 bytes OK
2025/09/13-00:23:49.894226 7fa506bff6c0 Delete type=0 #241
2025/09/13-00:23:49.894466 7fa506bff6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2025/09/13-00:23:49.894528 7fa506bff6c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2025/09/14-18:44:06.033365 7f4e4b7fe6c0 Recovering log #254
2025/09/14-18:44:06.092152 7f4e4b7fe6c0 Delete type=3 #252
2025/09/14-18:44:06.092214 7f4e4b7fe6c0 Delete type=0 #254
2025/09/14-20:11:26.856120 7f4e49ffb6c0 Level-0 table #259: started
2025/09/14-20:11:26.856146 7f4e49ffb6c0 Level-0 table #259: 0 bytes OK
2025/09/14-20:11:26.862040 7f4e49ffb6c0 Delete type=0 #257
2025/09/14-20:11:26.862231 7f4e49ffb6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2025/09/14-20:11:26.862287 7f4e49ffb6c0 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/09/12-22:42:55.426015 7fa507fff6c0 Recovering log #234
2025/09/12-22:42:55.435789 7fa507fff6c0 Delete type=3 #232
2025/09/12-22:42:55.435841 7fa507fff6c0 Delete type=0 #234
2025/09/13-00:19:16.144975 7fa506bff6c0 Level-0 table #239: started
2025/09/13-00:19:16.145001 7fa506bff6c0 Level-0 table #239: 0 bytes OK
2025/09/13-00:19:16.157163 7fa506bff6c0 Delete type=0 #237
2025/09/13-00:19:16.189315 7fa506bff6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2025/09/13-00:19:16.189405 7fa506bff6c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2025/09/14-18:32:45.898041 7f4e4a7fc6c0 Recovering log #250
2025/09/14-18:32:45.908137 7f4e4a7fc6c0 Delete type=3 #248
2025/09/14-18:32:45.908184 7f4e4a7fc6c0 Delete type=0 #250
2025/09/14-18:44:00.630523 7f4e49ffb6c0 Level-0 table #255: started
2025/09/14-18:44:00.630565 7f4e49ffb6c0 Level-0 table #255: 0 bytes OK
2025/09/14-18:44:00.687084 7f4e49ffb6c0 Delete type=0 #253
2025/09/14-18:44:00.761851 7f4e49ffb6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2025/09/14-18:44:00.761913 7f4e49ffb6c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000244
MANIFEST-000260

View File

@@ -1,8 +1,8 @@
2025/09/13-00:19:21.255755 7fa507fff6c0 Recovering log #242
2025/09/13-00:19:21.265612 7fa507fff6c0 Delete type=3 #240
2025/09/13-00:19:21.265700 7fa507fff6c0 Delete type=0 #242
2025/09/13-00:23:49.874022 7fa506bff6c0 Level-0 table #247: started
2025/09/13-00:23:49.874085 7fa506bff6c0 Level-0 table #247: 0 bytes OK
2025/09/13-00:23:49.884276 7fa506bff6c0 Delete type=0 #245
2025/09/13-00:23:49.894451 7fa506bff6c0 Manual compaction at level-0 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2025/09/13-00:23:49.894495 7fa506bff6c0 Manual compaction at level-1 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2025/09/14-18:44:05.761810 7f4e4b7fe6c0 Recovering log #258
2025/09/14-18:44:05.830903 7f4e4b7fe6c0 Delete type=3 #256
2025/09/14-18:44:05.831031 7f4e4b7fe6c0 Delete type=0 #258
2025/09/14-20:11:26.842270 7f4e49ffb6c0 Level-0 table #263: started
2025/09/14-20:11:26.842297 7f4e49ffb6c0 Level-0 table #263: 0 bytes OK
2025/09/14-20:11:26.849193 7f4e49ffb6c0 Delete type=0 #261
2025/09/14-20:11:26.862148 7f4e49ffb6c0 Manual compaction at level-0 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2025/09/14-20:11:26.862217 7f4e49ffb6c0 Manual compaction at level-1 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/09/12-22:42:55.386980 7fa5077fe6c0 Recovering log #238
2025/09/12-22:42:55.397627 7fa5077fe6c0 Delete type=3 #236
2025/09/12-22:42:55.397730 7fa5077fe6c0 Delete type=0 #238
2025/09/13-00:19:16.119722 7fa506bff6c0 Level-0 table #243: started
2025/09/13-00:19:16.119769 7fa506bff6c0 Level-0 table #243: 0 bytes OK
2025/09/13-00:19:16.131930 7fa506bff6c0 Delete type=0 #241
2025/09/13-00:19:16.144833 7fa506bff6c0 Manual compaction at level-0 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2025/09/13-00:19:16.144865 7fa506bff6c0 Manual compaction at level-1 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2025/09/14-18:32:45.860574 7f4e4a7fc6c0 Recovering log #254
2025/09/14-18:32:45.870106 7f4e4a7fc6c0 Delete type=3 #252
2025/09/14-18:32:45.870217 7f4e4a7fc6c0 Delete type=0 #254
2025/09/14-18:44:00.729801 7f4e49ffb6c0 Level-0 table #259: started
2025/09/14-18:44:00.729826 7f4e49ffb6c0 Level-0 table #259: 0 bytes OK
2025/09/14-18:44:00.761619 7f4e49ffb6c0 Delete type=0 #257
2025/09/14-18:44:00.761883 7f4e49ffb6c0 Manual compaction at level-0 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2025/09/14-18:44:00.761939 7f4e49ffb6c0 Manual compaction at level-1 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000240
MANIFEST-000256

View File

@@ -1,8 +1,8 @@
2025/09/13-00:19:21.283146 7fa50cbf96c0 Recovering log #238
2025/09/13-00:19:21.293685 7fa50cbf96c0 Delete type=3 #236
2025/09/13-00:19:21.293809 7fa50cbf96c0 Delete type=0 #238
2025/09/13-00:23:49.853271 7fa506bff6c0 Level-0 table #243: started
2025/09/13-00:23:49.853312 7fa506bff6c0 Level-0 table #243: 0 bytes OK
2025/09/13-00:23:49.863450 7fa506bff6c0 Delete type=0 #241
2025/09/13-00:23:49.894416 7fa506bff6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2025/09/13-00:23:49.894477 7fa506bff6c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2025/09/14-18:44:05.938881 7f4e4a7fc6c0 Recovering log #254
2025/09/14-18:44:06.030523 7f4e4a7fc6c0 Delete type=3 #252
2025/09/14-18:44:06.030588 7f4e4a7fc6c0 Delete type=0 #254
2025/09/14-20:11:26.835922 7f4e49ffb6c0 Level-0 table #259: started
2025/09/14-20:11:26.836012 7f4e49ffb6c0 Level-0 table #259: 0 bytes OK
2025/09/14-20:11:26.842166 7f4e49ffb6c0 Delete type=0 #257
2025/09/14-20:11:26.862136 7f4e49ffb6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2025/09/14-20:11:26.862210 7f4e49ffb6c0 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/09/12-22:42:55.413587 7fa50d3fa6c0 Recovering log #234
2025/09/12-22:42:55.423498 7fa50d3fa6c0 Delete type=3 #232
2025/09/12-22:42:55.423555 7fa50d3fa6c0 Delete type=0 #234
2025/09/13-00:19:16.096714 7fa506bff6c0 Level-0 table #239: started
2025/09/13-00:19:16.096799 7fa506bff6c0 Level-0 table #239: 0 bytes OK
2025/09/13-00:19:16.107186 7fa506bff6c0 Delete type=0 #237
2025/09/13-00:19:16.144811 7fa506bff6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2025/09/13-00:19:16.144850 7fa506bff6c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2025/09/14-18:32:45.886170 7f4e4bfff6c0 Recovering log #250
2025/09/14-18:32:45.895851 7f4e4bfff6c0 Delete type=3 #248
2025/09/14-18:32:45.895945 7f4e4bfff6c0 Delete type=0 #250
2025/09/14-18:44:00.559996 7f4e49ffb6c0 Level-0 table #255: started
2025/09/14-18:44:00.560039 7f4e49ffb6c0 Level-0 table #255: 0 bytes OK
2025/09/14-18:44:00.630276 7f4e49ffb6c0 Delete type=0 #253
2025/09/14-18:44:00.761829 7f4e49ffb6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2025/09/14-18:44:00.761898 7f4e49ffb6c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000041
MANIFEST-000057

View File

@@ -1,8 +1,8 @@
2025/09/13-00:19:21.321878 7fa50cbf96c0 Recovering log #39
2025/09/13-00:19:21.331597 7fa50cbf96c0 Delete type=3 #37
2025/09/13-00:19:21.331753 7fa50cbf96c0 Delete type=0 #39
2025/09/13-00:23:49.919835 7fa506bff6c0 Level-0 table #44: started
2025/09/13-00:23:49.919864 7fa506bff6c0 Level-0 table #44: 0 bytes OK
2025/09/13-00:23:49.931115 7fa506bff6c0 Delete type=0 #42
2025/09/13-00:23:49.943487 7fa506bff6c0 Manual compaction at level-0 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)
2025/09/13-00:23:49.943562 7fa506bff6c0 Manual compaction at level-1 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)
2025/09/14-18:44:06.151906 7f4e4a7fc6c0 Recovering log #55
2025/09/14-18:44:06.228905 7f4e4a7fc6c0 Delete type=3 #53
2025/09/14-18:44:06.229001 7f4e4a7fc6c0 Delete type=0 #55
2025/09/14-20:11:26.876107 7f4e49ffb6c0 Level-0 table #60: started
2025/09/14-20:11:26.876127 7f4e49ffb6c0 Level-0 table #60: 0 bytes OK
2025/09/14-20:11:26.882585 7f4e49ffb6c0 Delete type=0 #58
2025/09/14-20:11:26.890030 7f4e49ffb6c0 Manual compaction at level-0 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)
2025/09/14-20:11:26.890116 7f4e49ffb6c0 Manual compaction at level-1 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/09/12-22:42:55.452797 7fa50d3fa6c0 Recovering log #35
2025/09/12-22:42:55.462675 7fa50d3fa6c0 Delete type=3 #33
2025/09/12-22:42:55.462724 7fa50d3fa6c0 Delete type=0 #35
2025/09/13-00:19:16.169291 7fa506bff6c0 Level-0 table #40: started
2025/09/13-00:19:16.169344 7fa506bff6c0 Level-0 table #40: 0 bytes OK
2025/09/13-00:19:16.181136 7fa506bff6c0 Delete type=0 #38
2025/09/13-00:19:16.189366 7fa506bff6c0 Manual compaction at level-0 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)
2025/09/13-00:19:16.189440 7fa506bff6c0 Manual compaction at level-1 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)
2025/09/14-18:32:45.923890 7f4e4bfff6c0 Recovering log #51
2025/09/14-18:32:45.933491 7f4e4bfff6c0 Delete type=3 #49
2025/09/14-18:32:45.933605 7f4e4bfff6c0 Delete type=0 #51
2025/09/14-18:44:00.897409 7f4e49ffb6c0 Level-0 table #56: started
2025/09/14-18:44:00.897475 7f4e49ffb6c0 Level-0 table #56: 0 bytes OK
2025/09/14-18:44:00.958678 7f4e49ffb6c0 Delete type=0 #54
2025/09/14-18:44:00.958950 7f4e49ffb6c0 Manual compaction at level-0 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)
2025/09/14-18:44:00.958987 7f4e49ffb6c0 Manual compaction at level-1 from '!folders!NE8l8XLXdVUw0aZm' @ 72057594037927935 : 1 .. '!items!zjQQhJpujpdbG4zl' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000241
MANIFEST-000257

View File

@@ -1,8 +1,8 @@
2025/09/13-00:19:21.348439 7fa507fff6c0 Recovering log #239
2025/09/13-00:19:21.360125 7fa507fff6c0 Delete type=3 #237
2025/09/13-00:19:21.360264 7fa507fff6c0 Delete type=0 #239
2025/09/13-00:23:49.931363 7fa506bff6c0 Level-0 table #244: started
2025/09/13-00:23:49.931398 7fa506bff6c0 Level-0 table #244: 0 bytes OK
2025/09/13-00:23:49.943278 7fa506bff6c0 Delete type=0 #242
2025/09/13-00:23:49.943503 7fa506bff6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2025/09/13-00:23:49.943549 7fa506bff6c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2025/09/14-18:44:06.330863 7f4e4affd6c0 Recovering log #255
2025/09/14-18:44:06.389509 7f4e4affd6c0 Delete type=3 #253
2025/09/14-18:44:06.389593 7f4e4affd6c0 Delete type=0 #255
2025/09/14-20:11:26.882779 7f4e49ffb6c0 Level-0 table #260: started
2025/09/14-20:11:26.882821 7f4e49ffb6c0 Level-0 table #260: 0 bytes OK
2025/09/14-20:11:26.889748 7f4e49ffb6c0 Delete type=0 #258
2025/09/14-20:11:26.890052 7f4e49ffb6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2025/09/14-20:11:26.890136 7f4e49ffb6c0 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/09/12-22:42:55.479036 7fa5077fe6c0 Recovering log #235
2025/09/12-22:42:55.489910 7fa5077fe6c0 Delete type=3 #233
2025/09/12-22:42:55.489968 7fa5077fe6c0 Delete type=0 #235
2025/09/13-00:19:16.189644 7fa506bff6c0 Level-0 table #240: started
2025/09/13-00:19:16.189704 7fa506bff6c0 Level-0 table #240: 0 bytes OK
2025/09/13-00:19:16.196200 7fa506bff6c0 Delete type=0 #238
2025/09/13-00:19:16.217660 7fa506bff6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2025/09/13-00:19:16.217703 7fa506bff6c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2025/09/14-18:32:45.950155 7f4e4a7fc6c0 Recovering log #251
2025/09/14-18:32:45.960336 7f4e4a7fc6c0 Delete type=3 #249
2025/09/14-18:32:45.960389 7f4e4a7fc6c0 Delete type=0 #251
2025/09/14-18:44:00.859221 7f4e49ffb6c0 Level-0 table #256: started
2025/09/14-18:44:00.859248 7f4e49ffb6c0 Level-0 table #256: 0 bytes OK
2025/09/14-18:44:00.897065 7f4e49ffb6c0 Delete type=0 #254
2025/09/14-18:44:00.958928 7f4e49ffb6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2025/09/14-18:44:00.958978 7f4e49ffb6c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000238
MANIFEST-000254

View File

@@ -1,7 +1,7 @@
2025/09/13-00:19:21.376814 7fa50d3fa6c0 Recovering log #236
2025/09/13-00:19:21.387738 7fa50d3fa6c0 Delete type=3 #234
2025/09/13-00:19:21.387807 7fa50d3fa6c0 Delete type=0 #236
2025/09/13-00:23:49.964101 7fa506bff6c0 Level-0 table #241: started
2025/09/13-00:23:49.964142 7fa506bff6c0 Level-0 table #241: 0 bytes OK
2025/09/13-00:23:49.974966 7fa506bff6c0 Delete type=0 #239
2025/09/13-00:23:49.997771 7fa506bff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2025/09/14-18:44:06.448301 7f4e4bfff6c0 Recovering log #252
2025/09/14-18:44:06.514630 7f4e4bfff6c0 Delete type=3 #250
2025/09/14-18:44:06.514695 7f4e4bfff6c0 Delete type=0 #252
2025/09/14-20:11:26.890302 7f4e49ffb6c0 Level-0 table #257: started
2025/09/14-20:11:26.890371 7f4e49ffb6c0 Level-0 table #257: 0 bytes OK
2025/09/14-20:11:26.896699 7f4e49ffb6c0 Delete type=0 #255
2025/09/14-20:11:26.921989 7f4e49ffb6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/09/12-22:42:55.506022 7fa507fff6c0 Recovering log #232
2025/09/12-22:42:55.525934 7fa507fff6c0 Delete type=3 #230
2025/09/12-22:42:55.525996 7fa507fff6c0 Delete type=0 #232
2025/09/13-00:19:16.203395 7fa506bff6c0 Level-0 table #237: started
2025/09/13-00:19:16.203465 7fa506bff6c0 Level-0 table #237: 0 bytes OK
2025/09/13-00:19:16.210478 7fa506bff6c0 Delete type=0 #235
2025/09/13-00:19:16.217685 7fa506bff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2025/09/14-18:32:45.977047 7f4e4b7fe6c0 Recovering log #248
2025/09/14-18:32:45.987390 7f4e4b7fe6c0 Delete type=3 #246
2025/09/14-18:32:45.987492 7f4e4b7fe6c0 Delete type=0 #248
2025/09/14-18:44:00.959082 7f4e49ffb6c0 Level-0 table #253: started
2025/09/14-18:44:00.959116 7f4e49ffb6c0 Level-0 table #253: 0 bytes OK
2025/09/14-18:44:01.015683 7f4e49ffb6c0 Delete type=0 #251
2025/09/14-18:44:01.082822 7f4e49ffb6c0 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-000209
MANIFEST-000225

View File

@@ -1,8 +1,8 @@
2025/09/13-00:19:21.390036 7fa507fff6c0 Recovering log #207
2025/09/13-00:19:21.400355 7fa507fff6c0 Delete type=3 #205
2025/09/13-00:19:21.400412 7fa507fff6c0 Delete type=0 #207
2025/09/13-00:23:49.953427 7fa506bff6c0 Level-0 table #212: started
2025/09/13-00:23:49.953466 7fa506bff6c0 Level-0 table #212: 0 bytes OK
2025/09/13-00:23:49.963802 7fa506bff6c0 Delete type=0 #210
2025/09/13-00:23:49.997755 7fa506bff6c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2025/09/13-00:23:49.997800 7fa506bff6c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2025/09/14-18:44:06.517911 7f4e4a7fc6c0 Recovering log #223
2025/09/14-18:44:06.577494 7f4e4a7fc6c0 Delete type=3 #221
2025/09/14-18:44:06.577559 7f4e4a7fc6c0 Delete type=0 #223
2025/09/14-20:11:26.914401 7f4e49ffb6c0 Level-0 table #228: started
2025/09/14-20:11:26.914450 7f4e49ffb6c0 Level-0 table #228: 0 bytes OK
2025/09/14-20:11:26.921850 7f4e49ffb6c0 Delete type=0 #226
2025/09/14-20:11:26.922020 7f4e49ffb6c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2025/09/14-20:11:26.932273 7f4e49ffb6c0 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/09/12-22:42:55.528860 7fa5077fe6c0 Recovering log #203
2025/09/12-22:42:55.539814 7fa5077fe6c0 Delete type=3 #201
2025/09/12-22:42:55.539881 7fa5077fe6c0 Delete type=0 #203
2025/09/13-00:19:16.210679 7fa506bff6c0 Level-0 table #208: started
2025/09/13-00:19:16.210735 7fa506bff6c0 Level-0 table #208: 0 bytes OK
2025/09/13-00:19:16.217528 7fa506bff6c0 Delete type=0 #206
2025/09/13-00:19:16.217694 7fa506bff6c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2025/09/13-00:19:16.217733 7fa506bff6c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2025/09/14-18:32:45.989871 7f4e4a7fc6c0 Recovering log #219
2025/09/14-18:32:46.000197 7f4e4a7fc6c0 Delete type=3 #217
2025/09/14-18:32:46.000316 7f4e4a7fc6c0 Delete type=0 #219
2025/09/14-18:44:01.052701 7f4e49ffb6c0 Level-0 table #224: started
2025/09/14-18:44:01.052729 7f4e49ffb6c0 Level-0 table #224: 0 bytes OK
2025/09/14-18:44:01.082634 7f4e49ffb6c0 Delete type=0 #222
2025/09/14-18:44:01.145568 7f4e49ffb6c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2025/09/14-18:44:01.180947 7f4e49ffb6c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
{
"id": "fvtt-les-heritiers",
"description": "Les Héritiers pour FoundryVTT",
"version": "13.0.4",
"version": "13.0.5",
"authors": [
{
"name": "Uberwald/LeRatierBretonnien",
@@ -21,7 +21,7 @@
},
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/raw/branch/master/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-13.0.4.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-13.0.5.zip",
"languages": [
{
"lang": "fr",

View File

@@ -361,6 +361,7 @@
"competence": "Druidisme",
"carac1": "esp",
"carac2": "none",
"sdspecial": "",
"duree": "",
"portee": "",
"concentration": "",

View File

@@ -507,15 +507,15 @@
{{#each magieList as |magie idx|}}
<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"
<h3 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>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>
</div>
</h2>
</h3>
</li>
<div class="sheet-box color-bg-archetype">
@@ -552,7 +552,6 @@
</div>
{{!-- Equipement Tab --}}
<div class="tab equipement" data-group="primary" data-tab="equipement">

View File

@@ -41,19 +41,58 @@
{{#if pouvoir}}
<li>Pouvoir : {{pouvoir.name}}</li>
<li>Effet : {{pouvoir.system.effet}}</li>
<li>Points d'usage consommés : {{pouvoirPointsUsage}}</li>
{{#if (ne pouvoir.system.duree "")}}
<li>Durée : {{pouvoir.system.duree}}</li>
{{/if}}
{{#if (ne pouvoir.system.portee "")}}
<li>Portée : {{pouvoir.system.portee}}</li>
{{/if}}
{{#if (ne pouvoir.system.resistance "")}}
<li>Résistance : {{pouvoir.system.resistance}}</li>
{{/if}}
{{#if (ne pouvoir.system.resistanceautre "")}}
<li>Résistance autre : {{pouvoir.system.resistanceautre}}</li>
{{/if}}
{{#if (ne pouvoir.system.zoneeffet "")}}
<li>Zone d'effet : {{pouvoir.system.zoneeffet}}</li>
{{/if}}
{{#if (ne pouvoir.system.cibles "")}}
<li>Cibles : {{pouvoir.system.cibles}}</li>
{{/if}}
{{#if (ne pouvoir.system.virulence "")}}
<li>Virulence : {{pouvoir.system.virulence}}</li>
{{/if}}
<li>Points d'usage consommés : {{pouvoirPointsUsage}}</li>
{{/if}}
{{#if sort}}
<li>Sort : {{sort.name}}</li>
{{#if (ne sort.system.resistance "")}}
<li>Résistance : {{sort.system.resistance}}</li>
{{/if}}
{{#if (ne sort.system.concentration "")}}
<li>Concentration : {{sort.system.concentration}}</li>
{{/if}}
{{#if (ne sort.system.duree "")}}
<li>Durée : {{sort.system.duree}}</li>
{{/if}}
{{#if (ne sort.system.portee "")}}
<li>Portée : {{sort.system.portee}}</li>
{{/if}}
{{#if (ne sort.system.ingredients "")}}
<li>Ingrédients : {{sort.system.ingredients}}</li>
{{/if}}
{{#if (ne sort.system.coutactivation "")}}
<li>Coût d'activation : {{sort.system.coutactivation}}</li>
{{/if}}
{{#if spendEsprit}}
<li>Points d'Esprit dépensé : 1</li>
<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}}
<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}}

View File

@@ -45,6 +45,13 @@
</select>
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long2"
data-tooltip="A renseigner si le SD n'est pas celui du niveau par défaut">SD spécial</label>
<input type="text" class="padd-right status-small-label color-class-common item-field-label-short"
name="system.sdspecial" value="{{system.sdspecial}}" data-dtype="String" />
</li>
<!--
<li class="flexrow item">
<label class="generic-label item-field-label-long2">Rang</label>