diff --git a/modules/heritiers-roll-dialog.js b/modules/heritiers-roll-dialog.js index 60d7e85..a27c55e 100644 --- a/modules/heritiers-roll-dialog.js +++ b/modules/heritiers-roll-dialog.js @@ -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: '', label: "Lancer 1d10", callback: () => { this.roll("d10") } } - buttons.rolld12 = { + } + if (enableD12) { + buttons.rolld12 = { icon: '', label: "Lancer 1d12", callback: () => { this.roll("d12") } diff --git a/modules/heritiers-utility.js b/modules/heritiers-utility.js index 7adad9d..b20f007 100644 --- a/modules/heritiers-utility.js +++ b/modules/heritiers-utility.js @@ -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 + } } } diff --git a/packs/archetypes-fees/000040.log b/packs/archetypes-fees/000044.log similarity index 100% rename from packs/archetypes-fees/000040.log rename to packs/archetypes-fees/000044.log diff --git a/packs/archetypes-fees/CURRENT b/packs/archetypes-fees/CURRENT index 59611b0..8e0a062 100644 --- a/packs/archetypes-fees/CURRENT +++ b/packs/archetypes-fees/CURRENT @@ -1 +1 @@ -MANIFEST-000038 +MANIFEST-000042 diff --git a/packs/archetypes-fees/LOG b/packs/archetypes-fees/LOG index 689f953..76e6b5e 100644 --- a/packs/archetypes-fees/LOG +++ b/packs/archetypes-fees/LOG @@ -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) diff --git a/packs/archetypes-fees/LOG.old b/packs/archetypes-fees/LOG.old index 1236319..689f953 100644 --- a/packs/archetypes-fees/LOG.old +++ b/packs/archetypes-fees/LOG.old @@ -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) diff --git a/packs/archetypes-fees/MANIFEST-000038 b/packs/archetypes-fees/MANIFEST-000038 deleted file mode 100644 index a84ed94..0000000 Binary files a/packs/archetypes-fees/MANIFEST-000038 and /dev/null differ diff --git a/packs/archetypes-fees/MANIFEST-000042 b/packs/archetypes-fees/MANIFEST-000042 new file mode 100644 index 0000000..0de1b35 Binary files /dev/null and b/packs/archetypes-fees/MANIFEST-000042 differ diff --git a/packs/armes-et-protection/000040.log b/packs/armes-et-protection/000044.log similarity index 100% rename from packs/armes-et-protection/000040.log rename to packs/armes-et-protection/000044.log diff --git a/packs/armes-et-protection/CURRENT b/packs/armes-et-protection/CURRENT index 59611b0..8e0a062 100644 --- a/packs/armes-et-protection/CURRENT +++ b/packs/armes-et-protection/CURRENT @@ -1 +1 @@ -MANIFEST-000038 +MANIFEST-000042 diff --git a/packs/armes-et-protection/LOG b/packs/armes-et-protection/LOG index 0a99862..373e435 100644 --- a/packs/armes-et-protection/LOG +++ b/packs/armes-et-protection/LOG @@ -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) diff --git a/packs/armes-et-protection/LOG.old b/packs/armes-et-protection/LOG.old index b1adaf8..0a99862 100644 --- a/packs/armes-et-protection/LOG.old +++ b/packs/armes-et-protection/LOG.old @@ -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) diff --git a/packs/armes-et-protection/MANIFEST-000038 b/packs/armes-et-protection/MANIFEST-000038 deleted file mode 100644 index d28ebbc..0000000 Binary files a/packs/armes-et-protection/MANIFEST-000038 and /dev/null differ diff --git a/packs/armes-et-protection/MANIFEST-000042 b/packs/armes-et-protection/MANIFEST-000042 new file mode 100644 index 0000000..3b61b06 Binary files /dev/null and b/packs/armes-et-protection/MANIFEST-000042 differ diff --git a/packs/atouts-feeriques/000040.log b/packs/atouts-feeriques/000044.log similarity index 100% rename from packs/atouts-feeriques/000040.log rename to packs/atouts-feeriques/000044.log diff --git a/packs/atouts-feeriques/CURRENT b/packs/atouts-feeriques/CURRENT index 59611b0..8e0a062 100644 --- a/packs/atouts-feeriques/CURRENT +++ b/packs/atouts-feeriques/CURRENT @@ -1 +1 @@ -MANIFEST-000038 +MANIFEST-000042 diff --git a/packs/atouts-feeriques/LOG b/packs/atouts-feeriques/LOG index 7a13d01..1db768f 100644 --- a/packs/atouts-feeriques/LOG +++ b/packs/atouts-feeriques/LOG @@ -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) diff --git a/packs/atouts-feeriques/LOG.old b/packs/atouts-feeriques/LOG.old index df66d02..7a13d01 100644 --- a/packs/atouts-feeriques/LOG.old +++ b/packs/atouts-feeriques/LOG.old @@ -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) diff --git a/packs/atouts-feeriques/MANIFEST-000038 b/packs/atouts-feeriques/MANIFEST-000038 deleted file mode 100644 index 15336d6..0000000 Binary files a/packs/atouts-feeriques/MANIFEST-000038 and /dev/null differ diff --git a/packs/atouts-feeriques/MANIFEST-000042 b/packs/atouts-feeriques/MANIFEST-000042 new file mode 100644 index 0000000..bc7b7a6 Binary files /dev/null and b/packs/atouts-feeriques/MANIFEST-000042 differ diff --git a/packs/avantages/000040.log b/packs/avantages/000044.log similarity index 100% rename from packs/avantages/000040.log rename to packs/avantages/000044.log diff --git a/packs/avantages/CURRENT b/packs/avantages/CURRENT index 59611b0..8e0a062 100644 --- a/packs/avantages/CURRENT +++ b/packs/avantages/CURRENT @@ -1 +1 @@ -MANIFEST-000038 +MANIFEST-000042 diff --git a/packs/avantages/LOG b/packs/avantages/LOG index a69fdde..be9cf23 100644 --- a/packs/avantages/LOG +++ b/packs/avantages/LOG @@ -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) diff --git a/packs/avantages/LOG.old b/packs/avantages/LOG.old index c4d6936..a69fdde 100644 --- a/packs/avantages/LOG.old +++ b/packs/avantages/LOG.old @@ -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) diff --git a/packs/avantages/MANIFEST-000038 b/packs/avantages/MANIFEST-000038 deleted file mode 100644 index cbf1fc7..0000000 Binary files a/packs/avantages/MANIFEST-000038 and /dev/null differ diff --git a/packs/avantages/MANIFEST-000042 b/packs/avantages/MANIFEST-000042 new file mode 100644 index 0000000..3858680 Binary files /dev/null and b/packs/avantages/MANIFEST-000042 differ diff --git a/packs/capacites/000040.log b/packs/capacites/000044.log similarity index 100% rename from packs/capacites/000040.log rename to packs/capacites/000044.log diff --git a/packs/capacites/CURRENT b/packs/capacites/CURRENT index 59611b0..8e0a062 100644 --- a/packs/capacites/CURRENT +++ b/packs/capacites/CURRENT @@ -1 +1 @@ -MANIFEST-000038 +MANIFEST-000042 diff --git a/packs/capacites/LOG b/packs/capacites/LOG index f688066..dee46c9 100644 --- a/packs/capacites/LOG +++ b/packs/capacites/LOG @@ -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) diff --git a/packs/capacites/LOG.old b/packs/capacites/LOG.old index 84fb053..f688066 100644 --- a/packs/capacites/LOG.old +++ b/packs/capacites/LOG.old @@ -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) diff --git a/packs/capacites/MANIFEST-000038 b/packs/capacites/MANIFEST-000038 deleted file mode 100644 index c94b87b..0000000 Binary files a/packs/capacites/MANIFEST-000038 and /dev/null differ diff --git a/packs/capacites/MANIFEST-000042 b/packs/capacites/MANIFEST-000042 new file mode 100644 index 0000000..5162204 Binary files /dev/null and b/packs/capacites/MANIFEST-000042 differ diff --git a/packs/competences/000040.log b/packs/competences/000044.log similarity index 100% rename from packs/competences/000040.log rename to packs/competences/000044.log diff --git a/packs/competences/CURRENT b/packs/competences/CURRENT index 59611b0..8e0a062 100644 --- a/packs/competences/CURRENT +++ b/packs/competences/CURRENT @@ -1 +1 @@ -MANIFEST-000038 +MANIFEST-000042 diff --git a/packs/competences/LOG b/packs/competences/LOG index aa767d4..f050d04 100644 --- a/packs/competences/LOG +++ b/packs/competences/LOG @@ -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) diff --git a/packs/competences/LOG.old b/packs/competences/LOG.old index 63b220e..aa767d4 100644 --- a/packs/competences/LOG.old +++ b/packs/competences/LOG.old @@ -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) diff --git a/packs/competences/MANIFEST-000038 b/packs/competences/MANIFEST-000038 deleted file mode 100644 index 319a9b9..0000000 Binary files a/packs/competences/MANIFEST-000038 and /dev/null differ diff --git a/packs/competences/MANIFEST-000042 b/packs/competences/MANIFEST-000042 new file mode 100644 index 0000000..2450c97 Binary files /dev/null and b/packs/competences/MANIFEST-000042 differ diff --git a/packs/desavantages/000040.log b/packs/desavantages/000044.log similarity index 100% rename from packs/desavantages/000040.log rename to packs/desavantages/000044.log diff --git a/packs/desavantages/CURRENT b/packs/desavantages/CURRENT index 59611b0..8e0a062 100644 --- a/packs/desavantages/CURRENT +++ b/packs/desavantages/CURRENT @@ -1 +1 @@ -MANIFEST-000038 +MANIFEST-000042 diff --git a/packs/desavantages/LOG b/packs/desavantages/LOG index 99d297f..d501b8e 100644 --- a/packs/desavantages/LOG +++ b/packs/desavantages/LOG @@ -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) diff --git a/packs/desavantages/LOG.old b/packs/desavantages/LOG.old index b5c4cdd..99d297f 100644 --- a/packs/desavantages/LOG.old +++ b/packs/desavantages/LOG.old @@ -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) diff --git a/packs/desavantages/MANIFEST-000038 b/packs/desavantages/MANIFEST-000038 deleted file mode 100644 index 8243689..0000000 Binary files a/packs/desavantages/MANIFEST-000038 and /dev/null differ diff --git a/packs/desavantages/MANIFEST-000042 b/packs/desavantages/MANIFEST-000042 new file mode 100644 index 0000000..4b3af83 Binary files /dev/null and b/packs/desavantages/MANIFEST-000042 differ diff --git a/packs/pouvoirs/000040.log b/packs/pouvoirs/000044.log similarity index 100% rename from packs/pouvoirs/000040.log rename to packs/pouvoirs/000044.log diff --git a/packs/pouvoirs/CURRENT b/packs/pouvoirs/CURRENT index 59611b0..8e0a062 100644 --- a/packs/pouvoirs/CURRENT +++ b/packs/pouvoirs/CURRENT @@ -1 +1 @@ -MANIFEST-000038 +MANIFEST-000042 diff --git a/packs/pouvoirs/LOG b/packs/pouvoirs/LOG index abd6429..578a47d 100644 --- a/packs/pouvoirs/LOG +++ b/packs/pouvoirs/LOG @@ -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) diff --git a/packs/pouvoirs/LOG.old b/packs/pouvoirs/LOG.old index 89c7c6b..abd6429 100644 --- a/packs/pouvoirs/LOG.old +++ b/packs/pouvoirs/LOG.old @@ -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) diff --git a/packs/pouvoirs/MANIFEST-000038 b/packs/pouvoirs/MANIFEST-000038 deleted file mode 100644 index eb7c77a..0000000 Binary files a/packs/pouvoirs/MANIFEST-000038 and /dev/null differ diff --git a/packs/pouvoirs/MANIFEST-000042 b/packs/pouvoirs/MANIFEST-000042 new file mode 100644 index 0000000..fb3421d Binary files /dev/null and b/packs/pouvoirs/MANIFEST-000042 differ diff --git a/packs/profils/000040.log b/packs/profils/000044.log similarity index 100% rename from packs/profils/000040.log rename to packs/profils/000044.log diff --git a/packs/profils/CURRENT b/packs/profils/CURRENT index 59611b0..8e0a062 100644 --- a/packs/profils/CURRENT +++ b/packs/profils/CURRENT @@ -1 +1 @@ -MANIFEST-000038 +MANIFEST-000042 diff --git a/packs/profils/LOG b/packs/profils/LOG index 8858c16..63f732f 100644 --- a/packs/profils/LOG +++ b/packs/profils/LOG @@ -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) diff --git a/packs/profils/LOG.old b/packs/profils/LOG.old index f13317c..8858c16 100644 --- a/packs/profils/LOG.old +++ b/packs/profils/LOG.old @@ -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) diff --git a/packs/profils/MANIFEST-000038 b/packs/profils/MANIFEST-000038 deleted file mode 100644 index b8d6ce3..0000000 Binary files a/packs/profils/MANIFEST-000038 and /dev/null differ diff --git a/packs/profils/MANIFEST-000042 b/packs/profils/MANIFEST-000042 new file mode 100644 index 0000000..b5dbe9b Binary files /dev/null and b/packs/profils/MANIFEST-000042 differ diff --git a/packs/scenes/000008.log b/packs/scenes/000012.log similarity index 100% rename from packs/scenes/000008.log rename to packs/scenes/000012.log diff --git a/packs/scenes/CURRENT b/packs/scenes/CURRENT index f7753e2..3051f81 100644 --- a/packs/scenes/CURRENT +++ b/packs/scenes/CURRENT @@ -1 +1 @@ -MANIFEST-000006 +MANIFEST-000010 diff --git a/packs/scenes/LOG b/packs/scenes/LOG index 2ee7c5a..ffe3951 100644 --- a/packs/scenes/LOG +++ b/packs/scenes/LOG @@ -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) diff --git a/packs/scenes/LOG.old b/packs/scenes/LOG.old index 4e9e96a..2ee7c5a 100644 --- a/packs/scenes/LOG.old +++ b/packs/scenes/LOG.old @@ -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) diff --git a/packs/scenes/MANIFEST-000006 b/packs/scenes/MANIFEST-000006 deleted file mode 100644 index abc99e1..0000000 Binary files a/packs/scenes/MANIFEST-000006 and /dev/null differ diff --git a/packs/scenes/MANIFEST-000010 b/packs/scenes/MANIFEST-000010 new file mode 100644 index 0000000..30b865d Binary files /dev/null and b/packs/scenes/MANIFEST-000010 differ diff --git a/system.json b/system.json index ee444ad..5669969 100644 --- a/system.json +++ b/system.json @@ -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",