Correction sur competences à 0 + diverses ameliorations

This commit is contained in:
LeRatierBretonnien 2024-03-06 19:00:01 +01:00
parent 8c38aead3e
commit 8781462c8d
63 changed files with 185 additions and 172 deletions

View File

@ -20,17 +20,23 @@ export class HeritiersRollDialog extends Dialog {
callback: () => { this.roll("d8") }
}
}
let enableD10D12 = true
if (rollData.competence?.system.niveau == 0) {
enableD10D12 = false
let enableD10 = false
let enableD12 = false
if (rollData.competence?.system.niveau > 0) {
enableD10 = true
}
if (enableD10D12) {
if (rollData.competence?.system.niveau > 1) {
enableD12 = true
}
if (enableD10) {
buttons.rolld10 = {
icon: '<i class="fas fa-check"></i>',
label: "Lancer 1d10",
callback: () => { this.roll("d10") }
}
buttons.rolld12 = {
}
if (enableD12) {
buttons.rolld12 = {
icon: '<i class="fas fa-check"></i>',
label: "Lancer 1d12",
callback: () => { this.roll("d12") }

View File

@ -434,6 +434,10 @@ export class HeritiersUtility {
rollData.isSuccess = (rollData.finalResult >= seuil)
rollData.isCriticalSuccess = ((rollData.finalResult - seuil) >= 7)
rollData.isCriticalFailure = ((rollData.finalResult - seuil) <= -7)
// Si compétence > 0 et d8 -> echec critique impossible
if (rollData?.competence?.system.niveau > 0 && rollData?.mainDice == "d8") {
rollData.isCriticalFailure = false
}
}
}

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,8 +1,8 @@
2024/03/06-18:44:25.568521 7f0ad34006c0 Recovering log #36
2024/03/06-18:44:25.578793 7f0ad34006c0 Delete type=3 #34
2024/03/06-18:44:25.578840 7f0ad34006c0 Delete type=0 #36
2024/03/06-18:46:24.175017 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.175038 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.182284 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.188691 7f0ad20006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.195894 7f0ad20006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/03/06-18:59:13.196298 7f0ad3e006c0 Recovering log #40
2024/03/06-18:59:13.207222 7f0ad3e006c0 Delete type=3 #38
2024/03/06-18:59:13.207352 7f0ad3e006c0 Delete type=0 #40
2024/03/06-18:59:54.852223 7f0ad20006c0 Level-0 table #45: started
2024/03/06-18:59:54.852282 7f0ad20006c0 Level-0 table #45: 0 bytes OK
2024/03/06-18:59:54.858458 7f0ad20006c0 Delete type=0 #43
2024/03/06-18:59:54.858765 7f0ad20006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/03/06-18:59:54.858791 7f0ad20006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/06-18:38:24.774853 7f0ad34006c0 Recovering log #32
2024/03/06-18:38:24.785470 7f0ad34006c0 Delete type=3 #30
2024/03/06-18:38:24.785662 7f0ad34006c0 Delete type=0 #32
2024/03/06-18:42:43.343014 7f0ad20006c0 Level-0 table #37: started
2024/03/06-18:42:43.343041 7f0ad20006c0 Level-0 table #37: 0 bytes OK
2024/03/06-18:42:43.348988 7f0ad20006c0 Delete type=0 #35
2024/03/06-18:42:43.349144 7f0ad20006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/03/06-18:42:43.349169 7f0ad20006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/03/06-18:44:25.568521 7f0ad34006c0 Recovering log #36
2024/03/06-18:44:25.578793 7f0ad34006c0 Delete type=3 #34
2024/03/06-18:44:25.578840 7f0ad34006c0 Delete type=0 #36
2024/03/06-18:46:24.175017 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.175038 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.182284 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.188691 7f0ad20006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.195894 7f0ad20006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,8 +1,8 @@
2024/03/06-18:44:25.594975 7f0ad34006c0 Recovering log #36
2024/03/06-18:44:25.604899 7f0ad34006c0 Delete type=3 #34
2024/03/06-18:44:25.605412 7f0ad34006c0 Delete type=0 #36
2024/03/06-18:46:24.188713 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.188737 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.195790 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.202331 7f0ad20006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.209583 7f0ad20006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/03/06-18:59:13.221694 7f0ad3e006c0 Recovering log #40
2024/03/06-18:59:13.232417 7f0ad3e006c0 Delete type=3 #38
2024/03/06-18:59:13.232531 7f0ad3e006c0 Delete type=0 #40
2024/03/06-18:59:54.871381 7f0ad20006c0 Level-0 table #45: started
2024/03/06-18:59:54.871434 7f0ad20006c0 Level-0 table #45: 0 bytes OK
2024/03/06-18:59:54.880814 7f0ad20006c0 Delete type=0 #43
2024/03/06-18:59:54.893588 7f0ad20006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/03/06-18:59:54.893615 7f0ad20006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/06-18:38:24.800967 7f0ad34006c0 Recovering log #32
2024/03/06-18:38:24.811663 7f0ad34006c0 Delete type=3 #30
2024/03/06-18:38:24.811726 7f0ad34006c0 Delete type=0 #32
2024/03/06-18:42:43.329313 7f0ad20006c0 Level-0 table #37: started
2024/03/06-18:42:43.329342 7f0ad20006c0 Level-0 table #37: 0 bytes OK
2024/03/06-18:42:43.335373 7f0ad20006c0 Delete type=0 #35
2024/03/06-18:42:43.349122 7f0ad20006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/03/06-18:42:43.349153 7f0ad20006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/03/06-18:44:25.594975 7f0ad34006c0 Recovering log #36
2024/03/06-18:44:25.604899 7f0ad34006c0 Delete type=3 #34
2024/03/06-18:44:25.605412 7f0ad34006c0 Delete type=0 #36
2024/03/06-18:46:24.188713 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.188737 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.195790 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.202331 7f0ad20006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.209583 7f0ad20006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,8 +1,8 @@
2024/03/06-18:44:25.556505 7f0ad94006c0 Recovering log #36
2024/03/06-18:44:25.565851 7f0ad94006c0 Delete type=3 #34
2024/03/06-18:44:25.565906 7f0ad94006c0 Delete type=0 #36
2024/03/06-18:46:24.168720 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.168740 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.174891 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.182563 7f0ad20006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.188703 7f0ad20006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/03/06-18:59:13.183873 7f0ad8a006c0 Recovering log #40
2024/03/06-18:59:13.193539 7f0ad8a006c0 Delete type=3 #38
2024/03/06-18:59:13.193588 7f0ad8a006c0 Delete type=0 #40
2024/03/06-18:59:54.838571 7f0ad20006c0 Level-0 table #45: started
2024/03/06-18:59:54.838599 7f0ad20006c0 Level-0 table #45: 0 bytes OK
2024/03/06-18:59:54.844970 7f0ad20006c0 Delete type=0 #43
2024/03/06-18:59:54.858747 7f0ad20006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/03/06-18:59:54.858778 7f0ad20006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/06-18:38:24.762318 7f0ad3e006c0 Recovering log #32
2024/03/06-18:38:24.771804 7f0ad3e006c0 Delete type=3 #30
2024/03/06-18:38:24.772061 7f0ad3e006c0 Delete type=0 #32
2024/03/06-18:42:43.316209 7f0ad20006c0 Level-0 table #37: started
2024/03/06-18:42:43.316229 7f0ad20006c0 Level-0 table #37: 0 bytes OK
2024/03/06-18:42:43.322596 7f0ad20006c0 Delete type=0 #35
2024/03/06-18:42:43.322731 7f0ad20006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/03/06-18:42:43.322763 7f0ad20006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/03/06-18:44:25.556505 7f0ad94006c0 Recovering log #36
2024/03/06-18:44:25.565851 7f0ad94006c0 Delete type=3 #34
2024/03/06-18:44:25.565906 7f0ad94006c0 Delete type=0 #36
2024/03/06-18:46:24.168720 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.168740 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.174891 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.182563 7f0ad20006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.188703 7f0ad20006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,8 +1,8 @@
2024/03/06-18:44:25.520679 7f0ad34006c0 Recovering log #36
2024/03/06-18:44:25.530573 7f0ad34006c0 Delete type=3 #34
2024/03/06-18:44:25.530645 7f0ad34006c0 Delete type=0 #36
2024/03/06-18:46:24.149265 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.149287 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.155653 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.161941 7f0ad20006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.168702 7f0ad20006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/03/06-18:59:13.146641 7f0ad3e006c0 Recovering log #40
2024/03/06-18:59:13.156095 7f0ad3e006c0 Delete type=3 #38
2024/03/06-18:59:13.156156 7f0ad3e006c0 Delete type=0 #40
2024/03/06-18:59:54.817526 7f0ad20006c0 Level-0 table #45: started
2024/03/06-18:59:54.817581 7f0ad20006c0 Level-0 table #45: 0 bytes OK
2024/03/06-18:59:54.823954 7f0ad20006c0 Delete type=0 #43
2024/03/06-18:59:54.832163 7f0ad20006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/03/06-18:59:54.832224 7f0ad20006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/06-18:38:24.726349 7f0ad34006c0 Recovering log #32
2024/03/06-18:38:24.736299 7f0ad34006c0 Delete type=3 #30
2024/03/06-18:38:24.736397 7f0ad34006c0 Delete type=0 #32
2024/03/06-18:42:43.296768 7f0ad20006c0 Level-0 table #37: started
2024/03/06-18:42:43.296798 7f0ad20006c0 Level-0 table #37: 0 bytes OK
2024/03/06-18:42:43.302818 7f0ad20006c0 Delete type=0 #35
2024/03/06-18:42:43.316198 7f0ad20006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/03/06-18:42:43.322723 7f0ad20006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/03/06-18:44:25.520679 7f0ad34006c0 Recovering log #36
2024/03/06-18:44:25.530573 7f0ad34006c0 Delete type=3 #34
2024/03/06-18:44:25.530645 7f0ad34006c0 Delete type=0 #36
2024/03/06-18:46:24.149265 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.149287 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.155653 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.161941 7f0ad20006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.168702 7f0ad20006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,8 +1,8 @@
2024/03/06-18:44:25.544510 7f0ad34006c0 Recovering log #36
2024/03/06-18:44:25.554577 7f0ad34006c0 Delete type=3 #34
2024/03/06-18:44:25.554623 7f0ad34006c0 Delete type=0 #36
2024/03/06-18:46:24.161959 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.161984 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.168612 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.174998 7f0ad20006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.182577 7f0ad20006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/03/06-18:59:13.171182 7f0ad3e006c0 Recovering log #40
2024/03/06-18:59:13.181656 7f0ad3e006c0 Delete type=3 #38
2024/03/06-18:59:13.181712 7f0ad3e006c0 Delete type=0 #40
2024/03/06-18:59:54.832282 7f0ad20006c0 Level-0 table #45: started
2024/03/06-18:59:54.832328 7f0ad20006c0 Level-0 table #45: 0 bytes OK
2024/03/06-18:59:54.838450 7f0ad20006c0 Delete type=0 #43
2024/03/06-18:59:54.858561 7f0ad20006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/03/06-18:59:54.858771 7f0ad20006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/06-18:38:24.750612 7f0ad34006c0 Recovering log #32
2024/03/06-18:38:24.760735 7f0ad34006c0 Delete type=3 #30
2024/03/06-18:38:24.760785 7f0ad34006c0 Delete type=0 #32
2024/03/06-18:42:43.302940 7f0ad20006c0 Level-0 table #37: started
2024/03/06-18:42:43.302963 7f0ad20006c0 Level-0 table #37: 0 bytes OK
2024/03/06-18:42:43.309925 7f0ad20006c0 Delete type=0 #35
2024/03/06-18:42:43.322702 7f0ad20006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/03/06-18:42:43.322749 7f0ad20006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/03/06-18:44:25.544510 7f0ad34006c0 Recovering log #36
2024/03/06-18:44:25.554577 7f0ad34006c0 Delete type=3 #34
2024/03/06-18:44:25.554623 7f0ad34006c0 Delete type=0 #36
2024/03/06-18:46:24.161959 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.161984 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.168612 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.174998 7f0ad20006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.182577 7f0ad20006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,8 +1,8 @@
2024/03/06-18:44:25.508577 7f0ad94006c0 Recovering log #36
2024/03/06-18:44:25.518629 7f0ad94006c0 Delete type=3 #34
2024/03/06-18:44:25.518679 7f0ad94006c0 Delete type=0 #36
2024/03/06-18:46:24.142406 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.142437 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.149137 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.155816 7f0ad20006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.161951 7f0ad20006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/03/06-18:59:13.134222 7f0ad8a006c0 Recovering log #40
2024/03/06-18:59:13.144640 7f0ad8a006c0 Delete type=3 #38
2024/03/06-18:59:13.144704 7f0ad8a006c0 Delete type=0 #40
2024/03/06-18:59:54.810298 7f0ad20006c0 Level-0 table #45: started
2024/03/06-18:59:54.810361 7f0ad20006c0 Level-0 table #45: 0 bytes OK
2024/03/06-18:59:54.817371 7f0ad20006c0 Delete type=0 #43
2024/03/06-18:59:54.832145 7f0ad20006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/03/06-18:59:54.832211 7f0ad20006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/06-18:38:24.713502 7f0ad3e006c0 Recovering log #32
2024/03/06-18:38:24.724430 7f0ad3e006c0 Delete type=3 #30
2024/03/06-18:38:24.724484 7f0ad3e006c0 Delete type=0 #32
2024/03/06-18:42:43.280171 7f0ad20006c0 Level-0 table #37: started
2024/03/06-18:42:43.280236 7f0ad20006c0 Level-0 table #37: 0 bytes OK
2024/03/06-18:42:43.286427 7f0ad20006c0 Delete type=0 #35
2024/03/06-18:42:43.286549 7f0ad20006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/03/06-18:42:43.296750 7f0ad20006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/03/06-18:44:25.508577 7f0ad94006c0 Recovering log #36
2024/03/06-18:44:25.518629 7f0ad94006c0 Delete type=3 #34
2024/03/06-18:44:25.518679 7f0ad94006c0 Delete type=0 #36
2024/03/06-18:46:24.142406 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.142437 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.149137 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.155816 7f0ad20006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.161951 7f0ad20006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,8 +1,8 @@
2024/03/06-18:44:25.532864 7f0ad94006c0 Recovering log #36
2024/03/06-18:44:25.542781 7f0ad94006c0 Delete type=3 #34
2024/03/06-18:44:25.542832 7f0ad94006c0 Delete type=0 #36
2024/03/06-18:46:24.155844 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.155874 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.161851 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.168712 7f0ad20006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.175009 7f0ad20006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/03/06-18:59:13.158253 7f0ad8a006c0 Recovering log #40
2024/03/06-18:59:13.169250 7f0ad8a006c0 Delete type=3 #38
2024/03/06-18:59:13.169308 7f0ad8a006c0 Delete type=0 #40
2024/03/06-18:59:54.824195 7f0ad20006c0 Level-0 table #45: started
2024/03/06-18:59:54.824253 7f0ad20006c0 Level-0 table #45: 0 bytes OK
2024/03/06-18:59:54.831973 7f0ad20006c0 Delete type=0 #43
2024/03/06-18:59:54.832196 7f0ad20006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/03/06-18:59:54.832239 7f0ad20006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/06-18:38:24.738330 7f0ad3e006c0 Recovering log #32
2024/03/06-18:38:24.748511 7f0ad3e006c0 Delete type=3 #30
2024/03/06-18:38:24.748603 7f0ad3e006c0 Delete type=0 #32
2024/03/06-18:42:43.310037 7f0ad20006c0 Level-0 table #37: started
2024/03/06-18:42:43.310060 7f0ad20006c0 Level-0 table #37: 0 bytes OK
2024/03/06-18:42:43.316084 7f0ad20006c0 Delete type=0 #35
2024/03/06-18:42:43.322714 7f0ad20006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/03/06-18:42:43.322757 7f0ad20006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/03/06-18:44:25.532864 7f0ad94006c0 Recovering log #36
2024/03/06-18:44:25.542781 7f0ad94006c0 Delete type=3 #34
2024/03/06-18:44:25.542832 7f0ad94006c0 Delete type=0 #36
2024/03/06-18:46:24.155844 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.155874 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.161851 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.168712 7f0ad20006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.175009 7f0ad20006c0 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-000038
MANIFEST-000042

View File

@ -1,8 +1,8 @@
2024/03/06-18:44:25.581915 7f0ad94006c0 Recovering log #36
2024/03/06-18:44:25.592375 7f0ad94006c0 Delete type=3 #34
2024/03/06-18:44:25.592428 7f0ad94006c0 Delete type=0 #36
2024/03/06-18:46:24.182586 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.182611 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.188586 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.195882 7f0ad20006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.202340 7f0ad20006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/03/06-18:59:13.209880 7f0ad8a006c0 Recovering log #40
2024/03/06-18:59:13.219277 7f0ad8a006c0 Delete type=3 #38
2024/03/06-18:59:13.219340 7f0ad8a006c0 Delete type=0 #40
2024/03/06-18:59:54.845141 7f0ad20006c0 Level-0 table #45: started
2024/03/06-18:59:54.845181 7f0ad20006c0 Level-0 table #45: 0 bytes OK
2024/03/06-18:59:54.852067 7f0ad20006c0 Delete type=0 #43
2024/03/06-18:59:54.858757 7f0ad20006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/03/06-18:59:54.858784 7f0ad20006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/06-18:38:24.787435 7f0ad3e006c0 Recovering log #32
2024/03/06-18:38:24.797940 7f0ad3e006c0 Delete type=3 #30
2024/03/06-18:38:24.798012 7f0ad3e006c0 Delete type=0 #32
2024/03/06-18:42:43.335473 7f0ad20006c0 Level-0 table #37: started
2024/03/06-18:42:43.335496 7f0ad20006c0 Level-0 table #37: 0 bytes OK
2024/03/06-18:42:43.342907 7f0ad20006c0 Delete type=0 #35
2024/03/06-18:42:43.349133 7f0ad20006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/03/06-18:42:43.349161 7f0ad20006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/03/06-18:44:25.581915 7f0ad94006c0 Recovering log #36
2024/03/06-18:44:25.592375 7f0ad94006c0 Delete type=3 #34
2024/03/06-18:44:25.592428 7f0ad94006c0 Delete type=0 #36
2024/03/06-18:46:24.182586 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.182611 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.188586 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.195882 7f0ad20006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.202340 7f0ad20006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,7 +1,7 @@
2024/03/06-18:44:25.607498 7f0ad94006c0 Recovering log #36
2024/03/06-18:44:25.619089 7f0ad94006c0 Delete type=3 #34
2024/03/06-18:44:25.619169 7f0ad94006c0 Delete type=0 #36
2024/03/06-18:46:24.195903 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.195928 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.202215 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.209558 7f0ad20006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2024/03/06-18:59:13.234663 7f0ad8a006c0 Recovering log #40
2024/03/06-18:59:13.245554 7f0ad8a006c0 Delete type=3 #38
2024/03/06-18:59:13.245629 7f0ad8a006c0 Delete type=0 #40
2024/03/06-18:59:54.858867 7f0ad20006c0 Level-0 table #45: started
2024/03/06-18:59:54.858894 7f0ad20006c0 Level-0 table #45: 0 bytes OK
2024/03/06-18:59:54.871179 7f0ad20006c0 Delete type=0 #43
2024/03/06-18:59:54.893571 7f0ad20006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2024/03/06-18:38:24.814232 7f0ad3e006c0 Recovering log #32
2024/03/06-18:38:24.824843 7f0ad3e006c0 Delete type=3 #30
2024/03/06-18:38:24.824931 7f0ad3e006c0 Delete type=0 #32
2024/03/06-18:42:43.322942 7f0ad20006c0 Level-0 table #37: started
2024/03/06-18:42:43.322968 7f0ad20006c0 Level-0 table #37: 0 bytes OK
2024/03/06-18:42:43.329218 7f0ad20006c0 Delete type=0 #35
2024/03/06-18:42:43.349108 7f0ad20006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2024/03/06-18:44:25.607498 7f0ad94006c0 Recovering log #36
2024/03/06-18:44:25.619089 7f0ad94006c0 Delete type=3 #34
2024/03/06-18:44:25.619169 7f0ad94006c0 Delete type=0 #36
2024/03/06-18:46:24.195903 7f0ad20006c0 Level-0 table #41: started
2024/03/06-18:46:24.195928 7f0ad20006c0 Level-0 table #41: 0 bytes OK
2024/03/06-18:46:24.202215 7f0ad20006c0 Delete type=0 #39
2024/03/06-18:46:24.209558 7f0ad20006c0 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-000006
MANIFEST-000010

View File

@ -1,8 +1,8 @@
2024/03/06-18:44:25.621882 7f0ad34006c0 Recovering log #4
2024/03/06-18:44:25.632172 7f0ad34006c0 Delete type=3 #2
2024/03/06-18:44:25.632258 7f0ad34006c0 Delete type=0 #4
2024/03/06-18:46:24.202350 7f0ad20006c0 Level-0 table #9: started
2024/03/06-18:46:24.202372 7f0ad20006c0 Level-0 table #9: 0 bytes OK
2024/03/06-18:46:24.209447 7f0ad20006c0 Delete type=0 #7
2024/03/06-18:46:24.216156 7f0ad20006c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.216180 7f0ad20006c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2024/03/06-18:59:13.247253 7f0ad3e006c0 Recovering log #8
2024/03/06-18:59:13.257389 7f0ad3e006c0 Delete type=3 #6
2024/03/06-18:59:13.257446 7f0ad3e006c0 Delete type=0 #8
2024/03/06-18:59:54.880924 7f0ad20006c0 Level-0 table #13: started
2024/03/06-18:59:54.880949 7f0ad20006c0 Level-0 table #13: 0 bytes OK
2024/03/06-18:59:54.887230 7f0ad20006c0 Delete type=0 #11
2024/03/06-18:59:54.893597 7f0ad20006c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2024/03/06-18:59:54.893637 7f0ad20006c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)

View File

@ -1,5 +1,8 @@
2024/03/06-18:38:24.841322 7f0ad8a006c0 Delete type=3 #1
2024/03/06-18:42:43.349231 7f0ad20006c0 Level-0 table #5: started
2024/03/06-18:42:43.352595 7f0ad20006c0 Level-0 table #5: 1578 bytes OK
2024/03/06-18:42:43.359762 7f0ad20006c0 Delete type=0 #3
2024/03/06-18:42:43.366135 7f0ad20006c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2024/03/06-18:44:25.621882 7f0ad34006c0 Recovering log #4
2024/03/06-18:44:25.632172 7f0ad34006c0 Delete type=3 #2
2024/03/06-18:44:25.632258 7f0ad34006c0 Delete type=0 #4
2024/03/06-18:46:24.202350 7f0ad20006c0 Level-0 table #9: started
2024/03/06-18:46:24.202372 7f0ad20006c0 Level-0 table #9: 0 bytes OK
2024/03/06-18:46:24.209447 7f0ad20006c0 Delete type=0 #7
2024/03/06-18:46:24.216156 7f0ad20006c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2024/03/06-18:46:24.216180 7f0ad20006c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"id": "fvtt-les-heritiers",
"description": "Les Héritiers pour FoundryVTT",
"version": "11.0.7",
"version": "11.0.8",
"authors": [
{
"name": "Uberwald/LeRatierBretonnien",
@ -19,7 +19,7 @@
"gridUnits": "m",
"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-11.0.7.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-11.0.8.zip",
"languages": [
{
"lang": "fr",