diff --git a/assets/fonts/Montserrat-Italic-VariableFont_wght.ttf b/assets/fonts/Montserrat-Italic-VariableFont_wght.ttf new file mode 100644 index 0000000..76e3f9d Binary files /dev/null and b/assets/fonts/Montserrat-Italic-VariableFont_wght.ttf differ diff --git a/assets/fonts/Montserrat-Medium.ttf b/assets/fonts/Montserrat-Medium.ttf new file mode 100644 index 0000000..c9a39ea Binary files /dev/null and b/assets/fonts/Montserrat-Medium.ttf differ diff --git a/assets/fonts/Montserrat-Medium.woff b/assets/fonts/Montserrat-Medium.woff new file mode 100644 index 0000000..9556720 Binary files /dev/null and b/assets/fonts/Montserrat-Medium.woff differ diff --git a/assets/fonts/Montserrat-Thin.woff b/assets/fonts/Montserrat-Thin.woff new file mode 100644 index 0000000..ad7147e Binary files /dev/null and b/assets/fonts/Montserrat-Thin.woff differ diff --git a/assets/fonts/Montserrat-VariableFont_wght.ttf b/assets/fonts/Montserrat-VariableFont_wght.ttf new file mode 100644 index 0000000..451e692 Binary files /dev/null and b/assets/fonts/Montserrat-VariableFont_wght.ttf differ diff --git a/assets/fonts/pfeffer-simpelgotisch.bold.otf b/assets/fonts/pfeffer-simpelgotisch.bold.otf new file mode 100644 index 0000000..ce93430 Binary files /dev/null and b/assets/fonts/pfeffer-simpelgotisch.bold.otf differ diff --git a/assets/fonts/pfeffer-simpelgotisch.regular.otf b/assets/fonts/pfeffer-simpelgotisch.regular.otf new file mode 100644 index 0000000..44bc6d4 Binary files /dev/null and b/assets/fonts/pfeffer-simpelgotisch.regular.otf differ diff --git a/assets/fonts/pfeffer-simpelgotisch.semibold.otf b/assets/fonts/pfeffer-simpelgotisch.semibold.otf new file mode 100644 index 0000000..55109bc Binary files /dev/null and b/assets/fonts/pfeffer-simpelgotisch.semibold.otf differ diff --git a/modules/hawkmoon-roll-dialog.js b/modules/hawkmoon-roll-dialog.js index bc6d048..a07733b 100644 --- a/modules/hawkmoon-roll-dialog.js +++ b/modules/hawkmoon-roll-dialog.js @@ -3,12 +3,12 @@ import { HawkmoonUtility } from "./hawkmoon-utility.js"; export class HawkmoonRollDialog extends Dialog { /* -------------------------------------------- */ - static async create(actor, rollData ) { + static async create(actor, rollData) { - let options = { classes: ["HawkmoonDialog"], width: 320, height: 'fit-content', 'z-index': 99999 }; + let options = { classes: ["HawkmoonDialog"], width: 420, height: 'fit-content', 'z-index': 99999 }; let html = await foundry.applications.handlebars.renderTemplate('systems/fvtt-hawkmoon-cyd/templates/roll-dialog-generic.html', rollData); - return new HawkmoonRollDialog(actor, rollData, html, options ); + return new HawkmoonRollDialog(actor, rollData, html, options); } /* -------------------------------------------- */ @@ -18,20 +18,21 @@ export class HawkmoonRollDialog extends Dialog { content: html, buttons: { rolld10: { - icon: '', - label: "Lancer 1d10", - callback: () => { this.roll("d10") } - }, - rolld20: { - icon: '', - label: "Lancer 1d20", - callback: () => { this.roll("d20") } - }, - cancel: { - icon: '', - label: "Annuler", - callback: () => { this.close() } - } }, + icon: '', + label: "Lancer 1d10", + callback: () => { this.roll("d10") } + }, + rolld20: { + icon: '', + label: "Lancer 1d20", + callback: () => { this.roll("d20") } + }, + cancel: { + icon: '', + label: "Annuler", + callback: () => { this.close() } + } + }, close: close } @@ -42,9 +43,9 @@ export class HawkmoonRollDialog extends Dialog { } /* -------------------------------------------- */ - roll ( dice) { + roll(dice) { this.rollData.mainDice = dice - HawkmoonUtility.rollHawkmoon( this.rollData ) + HawkmoonUtility.rollHawkmoon(this.rollData) } @@ -57,20 +58,20 @@ export class HawkmoonRollDialog extends Dialog { } $(function () { onLoad(); }); - html.find('#modificateur').change(async (event) => { + html.find('#modificateur').change(async (event) => { this.rollData.modificateur = Number(event.currentTarget.value) }) - html.find('#difficulte').change( (event) => { + html.find('#difficulte').change((event) => { console.log("Difficulte: " + event.currentTarget.value) this.rollData.difficulte = Number(event.currentTarget.value) }) - html.find('#attrKey').change(async (event) => { + html.find('#attrKey').change(async (event) => { this.rollData.attrKey = String(event.currentTarget.value) }) - html.find('#attrKey2').change(async (event) => { + html.find('#attrKey2').change(async (event) => { this.rollData.attrKey2 = String(event.currentTarget.value) }) - html.find('#select-maitrise').change(async (event) => { + html.find('#select-maitrise').change(async (event) => { this.rollData.maitriseId = String(event.currentTarget.value) }) html.find('#competence-talents').change((event) => { diff --git a/packs/aides-de-jeu/000319.log b/packs/aides-de-jeu/000327.log similarity index 100% rename from packs/aides-de-jeu/000319.log rename to packs/aides-de-jeu/000327.log diff --git a/packs/aides-de-jeu/CURRENT b/packs/aides-de-jeu/CURRENT index fad7e54..10383e2 100644 --- a/packs/aides-de-jeu/CURRENT +++ b/packs/aides-de-jeu/CURRENT @@ -1 +1 @@ -MANIFEST-000317 +MANIFEST-000325 diff --git a/packs/aides-de-jeu/LOG b/packs/aides-de-jeu/LOG index ad983dd..66b059b 100644 --- a/packs/aides-de-jeu/LOG +++ b/packs/aides-de-jeu/LOG @@ -1,8 +1,8 @@ -2025/10/17-20:49:09.898677 7f7b753f96c0 Recovering log #315 -2025/10/17-20:49:09.909170 7f7b753f96c0 Delete type=3 #313 -2025/10/17-20:49:09.909239 7f7b753f96c0 Delete type=0 #315 -2025/10/17-22:35:10.581106 7f7b6f3ff6c0 Level-0 table #320: started -2025/10/17-22:35:10.581135 7f7b6f3ff6c0 Level-0 table #320: 0 bytes OK -2025/10/17-22:35:10.587115 7f7b6f3ff6c0 Delete type=0 #318 -2025/10/17-22:35:10.603825 7f7b6f3ff6c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) -2025/10/17-22:35:10.603883 7f7b6f3ff6c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.824844 7f058d1fa6c0 Recovering log #323 +2025/10/26-15:18:50.834381 7f058d1fa6c0 Delete type=3 #321 +2025/10/26-15:18:50.834446 7f058d1fa6c0 Delete type=0 #323 +2025/10/26-15:36:37.999570 7f0586bff6c0 Level-0 table #328: started +2025/10/26-15:36:37.999597 7f0586bff6c0 Level-0 table #328: 0 bytes OK +2025/10/26-15:36:38.035738 7f0586bff6c0 Delete type=0 #326 +2025/10/26-15:36:38.190124 7f0586bff6c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) +2025/10/26-15:36:38.190183 7f0586bff6c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) diff --git a/packs/aides-de-jeu/LOG.old b/packs/aides-de-jeu/LOG.old index b195994..2946893 100644 --- a/packs/aides-de-jeu/LOG.old +++ b/packs/aides-de-jeu/LOG.old @@ -1,8 +1,8 @@ -2025/10/17-20:28:53.005538 7f7b6ffff6c0 Recovering log #311 -2025/10/17-20:28:53.015248 7f7b6ffff6c0 Delete type=3 #309 -2025/10/17-20:28:53.015310 7f7b6ffff6c0 Delete type=0 #311 -2025/10/17-20:41:09.987430 7f7b6f3ff6c0 Level-0 table #316: started -2025/10/17-20:41:09.987468 7f7b6f3ff6c0 Level-0 table #316: 0 bytes OK -2025/10/17-20:41:09.993944 7f7b6f3ff6c0 Delete type=0 #314 -2025/10/17-20:41:10.021275 7f7b6f3ff6c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) -2025/10/17-20:41:10.021333 7f7b6f3ff6c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) +2025/10/25-23:36:03.272311 7ff6e2ffd6c0 Recovering log #319 +2025/10/25-23:36:03.325204 7ff6e2ffd6c0 Delete type=3 #317 +2025/10/25-23:36:03.325254 7ff6e2ffd6c0 Delete type=0 #319 +2025/10/25-23:37:08.116379 7ff6e23ff6c0 Level-0 table #324: started +2025/10/25-23:37:08.116400 7ff6e23ff6c0 Level-0 table #324: 0 bytes OK +2025/10/25-23:37:08.122639 7ff6e23ff6c0 Delete type=0 #322 +2025/10/25-23:37:08.148804 7ff6e23ff6c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) +2025/10/25-23:37:08.148837 7ff6e23ff6c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) diff --git a/packs/aides-de-jeu/MANIFEST-000317 b/packs/aides-de-jeu/MANIFEST-000325 similarity index 84% rename from packs/aides-de-jeu/MANIFEST-000317 rename to packs/aides-de-jeu/MANIFEST-000325 index 9980e18..fce8f7e 100644 Binary files a/packs/aides-de-jeu/MANIFEST-000317 and b/packs/aides-de-jeu/MANIFEST-000325 differ diff --git a/packs/armes/000318.log b/packs/armes/000326.log similarity index 100% rename from packs/armes/000318.log rename to packs/armes/000326.log diff --git a/packs/armes/CURRENT b/packs/armes/CURRENT index e90c1f7..75c473d 100644 --- a/packs/armes/CURRENT +++ b/packs/armes/CURRENT @@ -1 +1 @@ -MANIFEST-000316 +MANIFEST-000324 diff --git a/packs/armes/LOG b/packs/armes/LOG index 3add375..13f15fc 100644 --- a/packs/armes/LOG +++ b/packs/armes/LOG @@ -1,8 +1,8 @@ -2025/10/17-20:49:09.793672 7f7b753f96c0 Recovering log #314 -2025/10/17-20:49:09.803546 7f7b753f96c0 Delete type=3 #312 -2025/10/17-20:49:09.803615 7f7b753f96c0 Delete type=0 #314 -2025/10/17-22:35:10.536969 7f7b6f3ff6c0 Level-0 table #319: started -2025/10/17-22:35:10.537001 7f7b6f3ff6c0 Level-0 table #319: 0 bytes OK -2025/10/17-22:35:10.542920 7f7b6f3ff6c0 Delete type=0 #317 -2025/10/17-22:35:10.548820 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) -2025/10/17-22:35:10.548874 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.724903 7f05877fe6c0 Recovering log #322 +2025/10/26-15:18:50.734667 7f05877fe6c0 Delete type=3 #320 +2025/10/26-15:18:50.734726 7f05877fe6c0 Delete type=0 #322 +2025/10/26-15:36:37.786399 7f0586bff6c0 Level-0 table #327: started +2025/10/26-15:36:37.786438 7f0586bff6c0 Level-0 table #327: 0 bytes OK +2025/10/26-15:36:37.828201 7f0586bff6c0 Delete type=0 #325 +2025/10/26-15:36:37.860961 7f0586bff6c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) +2025/10/26-15:36:37.860990 7f0586bff6c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) diff --git a/packs/armes/LOG.old b/packs/armes/LOG.old index c115a52..90331aa 100644 --- a/packs/armes/LOG.old +++ b/packs/armes/LOG.old @@ -1,8 +1,8 @@ -2025/10/17-20:28:52.891518 7f7b74bf86c0 Recovering log #310 -2025/10/17-20:28:52.901457 7f7b74bf86c0 Delete type=3 #308 -2025/10/17-20:28:52.901513 7f7b74bf86c0 Delete type=0 #310 -2025/10/17-20:41:09.934499 7f7b6f3ff6c0 Level-0 table #315: started -2025/10/17-20:41:09.934522 7f7b6f3ff6c0 Level-0 table #315: 0 bytes OK -2025/10/17-20:41:09.940458 7f7b6f3ff6c0 Delete type=0 #313 -2025/10/17-20:41:09.960521 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) -2025/10/17-20:41:09.960598 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) +2025/10/25-23:36:02.733608 7ff6e2ffd6c0 Recovering log #318 +2025/10/25-23:36:02.794587 7ff6e2ffd6c0 Delete type=3 #316 +2025/10/25-23:36:02.794691 7ff6e2ffd6c0 Delete type=0 #318 +2025/10/25-23:37:08.072504 7ff6e23ff6c0 Level-0 table #323: started +2025/10/25-23:37:08.072529 7ff6e23ff6c0 Level-0 table #323: 0 bytes OK +2025/10/25-23:37:08.078944 7ff6e23ff6c0 Delete type=0 #321 +2025/10/25-23:37:08.090856 7ff6e23ff6c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) +2025/10/25-23:37:08.090880 7ff6e23ff6c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) diff --git a/packs/armes/MANIFEST-000316 b/packs/armes/MANIFEST-000324 similarity index 73% rename from packs/armes/MANIFEST-000316 rename to packs/armes/MANIFEST-000324 index b766041..b84c174 100644 Binary files a/packs/armes/MANIFEST-000316 and b/packs/armes/MANIFEST-000324 differ diff --git a/packs/competences-creatures/000318.log b/packs/competences-creatures/000326.log similarity index 100% rename from packs/competences-creatures/000318.log rename to packs/competences-creatures/000326.log diff --git a/packs/competences-creatures/CURRENT b/packs/competences-creatures/CURRENT index e90c1f7..75c473d 100644 --- a/packs/competences-creatures/CURRENT +++ b/packs/competences-creatures/CURRENT @@ -1 +1 @@ -MANIFEST-000316 +MANIFEST-000324 diff --git a/packs/competences-creatures/LOG b/packs/competences-creatures/LOG index 340ded1..969b17f 100644 --- a/packs/competences-creatures/LOG +++ b/packs/competences-creatures/LOG @@ -1,8 +1,8 @@ -2025/10/17-20:49:09.768629 7f7b6ffff6c0 Recovering log #314 -2025/10/17-20:49:09.779130 7f7b6ffff6c0 Delete type=3 #312 -2025/10/17-20:49:09.779215 7f7b6ffff6c0 Delete type=0 #314 -2025/10/17-22:35:10.498148 7f7b6f3ff6c0 Level-0 table #319: started -2025/10/17-22:35:10.498192 7f7b6f3ff6c0 Level-0 table #319: 0 bytes OK -2025/10/17-22:35:10.504185 7f7b6f3ff6c0 Delete type=0 #317 -2025/10/17-22:35:10.523654 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end) -2025/10/17-22:35:10.523691 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.698736 7f058c9f96c0 Recovering log #322 +2025/10/26-15:18:50.709788 7f058c9f96c0 Delete type=3 #320 +2025/10/26-15:18:50.709858 7f058c9f96c0 Delete type=0 #322 +2025/10/26-15:36:37.564245 7f0586bff6c0 Level-0 table #327: started +2025/10/26-15:36:37.564294 7f0586bff6c0 Level-0 table #327: 0 bytes OK +2025/10/26-15:36:37.604220 7f0586bff6c0 Delete type=0 #325 +2025/10/26-15:36:37.709945 7f0586bff6c0 Manual compaction at level-0 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end) +2025/10/26-15:36:37.709995 7f0586bff6c0 Manual compaction at level-1 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end) diff --git a/packs/competences-creatures/LOG.old b/packs/competences-creatures/LOG.old index aae1ac8..0b9e2a8 100644 --- a/packs/competences-creatures/LOG.old +++ b/packs/competences-creatures/LOG.old @@ -1,8 +1,8 @@ -2025/10/17-20:28:52.864581 7f7b6ffff6c0 Recovering log #310 -2025/10/17-20:28:52.874388 7f7b6ffff6c0 Delete type=3 #308 -2025/10/17-20:28:52.874444 7f7b6ffff6c0 Delete type=0 #310 -2025/10/17-20:41:09.921911 7f7b6f3ff6c0 Level-0 table #315: started -2025/10/17-20:41:09.921935 7f7b6f3ff6c0 Level-0 table #315: 0 bytes OK -2025/10/17-20:41:09.928010 7f7b6f3ff6c0 Delete type=0 #313 -2025/10/17-20:41:09.934388 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end) -2025/10/17-20:41:09.934420 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end) +2025/10/25-23:36:02.598513 7ff6e8bfa6c0 Recovering log #318 +2025/10/25-23:36:02.657064 7ff6e8bfa6c0 Delete type=3 #316 +2025/10/25-23:36:02.657139 7ff6e8bfa6c0 Delete type=0 #318 +2025/10/25-23:37:08.060276 7ff6e23ff6c0 Level-0 table #323: started +2025/10/25-23:37:08.060301 7ff6e23ff6c0 Level-0 table #323: 0 bytes OK +2025/10/25-23:37:08.066211 7ff6e23ff6c0 Delete type=0 #321 +2025/10/25-23:37:08.066345 7ff6e23ff6c0 Manual compaction at level-0 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end) +2025/10/25-23:37:08.066390 7ff6e23ff6c0 Manual compaction at level-1 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end) diff --git a/packs/competences-creatures/MANIFEST-000316 b/packs/competences-creatures/MANIFEST-000324 similarity index 73% rename from packs/competences-creatures/MANIFEST-000316 rename to packs/competences-creatures/MANIFEST-000324 index 9e55b7b..cc02f6c 100644 Binary files a/packs/competences-creatures/MANIFEST-000316 and b/packs/competences-creatures/MANIFEST-000324 differ diff --git a/packs/competences/000318.log b/packs/competences/000326.log similarity index 100% rename from packs/competences/000318.log rename to packs/competences/000326.log diff --git a/packs/competences/CURRENT b/packs/competences/CURRENT index e90c1f7..75c473d 100644 --- a/packs/competences/CURRENT +++ b/packs/competences/CURRENT @@ -1 +1 @@ -MANIFEST-000316 +MANIFEST-000324 diff --git a/packs/competences/LOG b/packs/competences/LOG index d8bea12..3806342 100644 --- a/packs/competences/LOG +++ b/packs/competences/LOG @@ -1,8 +1,8 @@ -2025/10/17-20:49:09.744321 7f7b75bfa6c0 Recovering log #314 -2025/10/17-20:49:09.753860 7f7b75bfa6c0 Delete type=3 #312 -2025/10/17-20:49:09.753934 7f7b75bfa6c0 Delete type=0 #314 -2025/10/17-22:35:10.511424 7f7b6f3ff6c0 Level-0 table #319: started -2025/10/17-22:35:10.511449 7f7b6f3ff6c0 Level-0 table #319: 0 bytes OK -2025/10/17-22:35:10.517304 7f7b6f3ff6c0 Delete type=0 #317 -2025/10/17-22:35:10.523675 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) -2025/10/17-22:35:10.523698 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.672996 7f058d1fa6c0 Recovering log #322 +2025/10/26-15:18:50.683402 7f058d1fa6c0 Delete type=3 #320 +2025/10/26-15:18:50.683496 7f058d1fa6c0 Delete type=0 #322 +2025/10/26-15:36:37.604372 7f0586bff6c0 Level-0 table #327: started +2025/10/26-15:36:37.604409 7f0586bff6c0 Level-0 table #327: 0 bytes OK +2025/10/26-15:36:37.638938 7f0586bff6c0 Delete type=0 #325 +2025/10/26-15:36:37.709963 7f0586bff6c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) +2025/10/26-15:36:37.710002 7f0586bff6c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) diff --git a/packs/competences/LOG.old b/packs/competences/LOG.old index 01b7302..9bd6103 100644 --- a/packs/competences/LOG.old +++ b/packs/competences/LOG.old @@ -1,8 +1,8 @@ -2025/10/17-20:28:52.833282 7f7b75bfa6c0 Recovering log #310 -2025/10/17-20:28:52.844042 7f7b75bfa6c0 Delete type=3 #308 -2025/10/17-20:28:52.844117 7f7b75bfa6c0 Delete type=0 #310 -2025/10/17-20:41:09.915408 7f7b6f3ff6c0 Level-0 table #315: started -2025/10/17-20:41:09.915432 7f7b6f3ff6c0 Level-0 table #315: 0 bytes OK -2025/10/17-20:41:09.921802 7f7b6f3ff6c0 Delete type=0 #313 -2025/10/17-20:41:09.934379 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) -2025/10/17-20:41:09.934414 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) +2025/10/25-23:36:02.442750 7ff6e37fe6c0 Recovering log #318 +2025/10/25-23:36:02.510317 7ff6e37fe6c0 Delete type=3 #316 +2025/10/25-23:36:02.515064 7ff6e37fe6c0 Delete type=0 #318 +2025/10/25-23:37:08.053820 7ff6e23ff6c0 Level-0 table #323: started +2025/10/25-23:37:08.053846 7ff6e23ff6c0 Level-0 table #323: 0 bytes OK +2025/10/25-23:37:08.060187 7ff6e23ff6c0 Delete type=0 #321 +2025/10/25-23:37:08.066336 7ff6e23ff6c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) +2025/10/25-23:37:08.066381 7ff6e23ff6c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) diff --git a/packs/competences/MANIFEST-000316 b/packs/competences/MANIFEST-000324 similarity index 73% rename from packs/competences/MANIFEST-000316 rename to packs/competences/MANIFEST-000324 index 5b1869b..e180858 100644 Binary files a/packs/competences/MANIFEST-000316 and b/packs/competences/MANIFEST-000324 differ diff --git a/packs/equipement/000318.log b/packs/equipement/000326.log similarity index 100% rename from packs/equipement/000318.log rename to packs/equipement/000326.log diff --git a/packs/equipement/CURRENT b/packs/equipement/CURRENT index e90c1f7..75c473d 100644 --- a/packs/equipement/CURRENT +++ b/packs/equipement/CURRENT @@ -1 +1 @@ -MANIFEST-000316 +MANIFEST-000324 diff --git a/packs/equipement/LOG b/packs/equipement/LOG index ac9ff11..a17ebec 100644 --- a/packs/equipement/LOG +++ b/packs/equipement/LOG @@ -1,8 +1,8 @@ -2025/10/17-20:49:09.817906 7f7b75bfa6c0 Recovering log #314 -2025/10/17-20:49:09.828670 7f7b75bfa6c0 Delete type=3 #312 -2025/10/17-20:49:09.828748 7f7b75bfa6c0 Delete type=0 #314 -2025/10/17-22:35:10.543003 7f7b6f3ff6c0 Level-0 table #319: started -2025/10/17-22:35:10.543024 7f7b6f3ff6c0 Level-0 table #319: 0 bytes OK -2025/10/17-22:35:10.548737 7f7b6f3ff6c0 Delete type=0 #317 -2025/10/17-22:35:10.548828 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end) -2025/10/17-22:35:10.548865 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.749067 7f058d1fa6c0 Recovering log #322 +2025/10/26-15:18:50.759273 7f058d1fa6c0 Delete type=3 #320 +2025/10/26-15:18:50.759337 7f058d1fa6c0 Delete type=0 #322 +2025/10/26-15:36:37.743796 7f0586bff6c0 Level-0 table #327: started +2025/10/26-15:36:37.743858 7f0586bff6c0 Level-0 table #327: 0 bytes OK +2025/10/26-15:36:37.786277 7f0586bff6c0 Delete type=0 #325 +2025/10/26-15:36:37.860948 7f0586bff6c0 Manual compaction at level-0 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end) +2025/10/26-15:36:37.860984 7f0586bff6c0 Manual compaction at level-1 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end) diff --git a/packs/equipement/LOG.old b/packs/equipement/LOG.old index 6fa75d5..cc87e41 100644 --- a/packs/equipement/LOG.old +++ b/packs/equipement/LOG.old @@ -1,8 +1,8 @@ -2025/10/17-20:28:52.917702 7f7b753f96c0 Recovering log #310 -2025/10/17-20:28:52.927558 7f7b753f96c0 Delete type=3 #308 -2025/10/17-20:28:52.927613 7f7b753f96c0 Delete type=0 #310 -2025/10/17-20:41:09.940553 7f7b6f3ff6c0 Level-0 table #315: started -2025/10/17-20:41:09.940581 7f7b6f3ff6c0 Level-0 table #315: 0 bytes OK -2025/10/17-20:41:09.947637 7f7b6f3ff6c0 Delete type=0 #313 -2025/10/17-20:41:09.960552 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end) -2025/10/17-20:41:09.960608 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end) +2025/10/25-23:36:02.862166 7ff6e8bfa6c0 Recovering log #318 +2025/10/25-23:36:02.921788 7ff6e8bfa6c0 Delete type=3 #316 +2025/10/25-23:36:02.921838 7ff6e8bfa6c0 Delete type=0 #318 +2025/10/25-23:37:08.079047 7ff6e23ff6c0 Level-0 table #323: started +2025/10/25-23:37:08.079067 7ff6e23ff6c0 Level-0 table #323: 0 bytes OK +2025/10/25-23:37:08.084879 7ff6e23ff6c0 Delete type=0 #321 +2025/10/25-23:37:08.090863 7ff6e23ff6c0 Manual compaction at level-0 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end) +2025/10/25-23:37:08.090891 7ff6e23ff6c0 Manual compaction at level-1 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end) diff --git a/packs/equipement/MANIFEST-000316 b/packs/equipement/MANIFEST-000324 similarity index 72% rename from packs/equipement/MANIFEST-000316 rename to packs/equipement/MANIFEST-000324 index 45d7356..837daa6 100644 Binary files a/packs/equipement/MANIFEST-000316 and b/packs/equipement/MANIFEST-000324 differ diff --git a/packs/historiques/000318.log b/packs/historiques/000326.log similarity index 100% rename from packs/historiques/000318.log rename to packs/historiques/000326.log diff --git a/packs/historiques/CURRENT b/packs/historiques/CURRENT index e90c1f7..75c473d 100644 --- a/packs/historiques/CURRENT +++ b/packs/historiques/CURRENT @@ -1 +1 @@ -MANIFEST-000316 +MANIFEST-000324 diff --git a/packs/historiques/LOG b/packs/historiques/LOG index 08608de..9d79114 100644 --- a/packs/historiques/LOG +++ b/packs/historiques/LOG @@ -1,8 +1,8 @@ -2025/10/17-20:49:09.780990 7f7b74bf86c0 Recovering log #314 -2025/10/17-20:49:09.790922 7f7b74bf86c0 Delete type=3 #312 -2025/10/17-20:49:09.791046 7f7b74bf86c0 Delete type=0 #314 -2025/10/17-22:35:10.504312 7f7b6f3ff6c0 Level-0 table #319: started -2025/10/17-22:35:10.504337 7f7b6f3ff6c0 Level-0 table #319: 0 bytes OK -2025/10/17-22:35:10.511317 7f7b6f3ff6c0 Delete type=0 #317 -2025/10/17-22:35:10.523666 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) -2025/10/17-22:35:10.523704 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.712053 7f058d1fa6c0 Recovering log #322 +2025/10/26-15:18:50.722592 7f058d1fa6c0 Delete type=3 #320 +2025/10/26-15:18:50.722674 7f058d1fa6c0 Delete type=0 #322 +2025/10/26-15:36:37.639047 7f0586bff6c0 Level-0 table #327: started +2025/10/26-15:36:37.639075 7f0586bff6c0 Level-0 table #327: 0 bytes OK +2025/10/26-15:36:37.675760 7f0586bff6c0 Delete type=0 #325 +2025/10/26-15:36:37.709975 7f0586bff6c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) +2025/10/26-15:36:37.710009 7f0586bff6c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) diff --git a/packs/historiques/LOG.old b/packs/historiques/LOG.old index c90e6e1..06888bb 100644 --- a/packs/historiques/LOG.old +++ b/packs/historiques/LOG.old @@ -1,8 +1,8 @@ -2025/10/17-20:28:52.876807 7f7b75bfa6c0 Recovering log #310 -2025/10/17-20:28:52.886763 7f7b75bfa6c0 Delete type=3 #308 -2025/10/17-20:28:52.886882 7f7b75bfa6c0 Delete type=0 #310 -2025/10/17-20:41:09.909233 7f7b6f3ff6c0 Level-0 table #315: started -2025/10/17-20:41:09.909293 7f7b6f3ff6c0 Level-0 table #315: 0 bytes OK -2025/10/17-20:41:09.915307 7f7b6f3ff6c0 Delete type=0 #313 -2025/10/17-20:41:09.934366 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) -2025/10/17-20:41:09.934408 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) +2025/10/25-23:36:02.671598 7ff6e37fe6c0 Recovering log #318 +2025/10/25-23:36:02.727108 7ff6e37fe6c0 Delete type=3 #316 +2025/10/25-23:36:02.727182 7ff6e37fe6c0 Delete type=0 #318 +2025/10/25-23:37:08.047345 7ff6e23ff6c0 Level-0 table #323: started +2025/10/25-23:37:08.047375 7ff6e23ff6c0 Level-0 table #323: 0 bytes OK +2025/10/25-23:37:08.053704 7ff6e23ff6c0 Delete type=0 #321 +2025/10/25-23:37:08.066327 7ff6e23ff6c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) +2025/10/25-23:37:08.066354 7ff6e23ff6c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) diff --git a/packs/historiques/MANIFEST-000316 b/packs/historiques/MANIFEST-000324 similarity index 72% rename from packs/historiques/MANIFEST-000316 rename to packs/historiques/MANIFEST-000324 index fb78908..51865a7 100644 Binary files a/packs/historiques/MANIFEST-000316 and b/packs/historiques/MANIFEST-000324 differ diff --git a/packs/mutations/000228.log b/packs/mutations/000236.log similarity index 100% rename from packs/mutations/000228.log rename to packs/mutations/000236.log diff --git a/packs/mutations/CURRENT b/packs/mutations/CURRENT index 72f074e..b4e971f 100644 --- a/packs/mutations/CURRENT +++ b/packs/mutations/CURRENT @@ -1 +1 @@ -MANIFEST-000226 +MANIFEST-000234 diff --git a/packs/mutations/LOG b/packs/mutations/LOG index 38a0559..300fb16 100644 --- a/packs/mutations/LOG +++ b/packs/mutations/LOG @@ -1,8 +1,8 @@ -2025/10/17-20:49:09.755935 7f7b753f96c0 Recovering log #224 -2025/10/17-20:49:09.766032 7f7b753f96c0 Delete type=3 #222 -2025/10/17-20:49:09.766080 7f7b753f96c0 Delete type=0 #224 -2025/10/17-22:35:10.517436 7f7b6f3ff6c0 Level-0 table #229: started -2025/10/17-22:35:10.517471 7f7b6f3ff6c0 Level-0 table #229: 0 bytes OK -2025/10/17-22:35:10.523546 7f7b6f3ff6c0 Delete type=0 #227 -2025/10/17-22:35:10.523683 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) -2025/10/17-22:35:10.523709 7f7b6f3ff6c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.686224 7f0587fff6c0 Recovering log #232 +2025/10/26-15:18:50.696079 7f0587fff6c0 Delete type=3 #230 +2025/10/26-15:18:50.696162 7f0587fff6c0 Delete type=0 #232 +2025/10/26-15:36:37.675951 7f0586bff6c0 Level-0 table #237: started +2025/10/26-15:36:37.676003 7f0586bff6c0 Level-0 table #237: 0 bytes OK +2025/10/26-15:36:37.709795 7f0586bff6c0 Delete type=0 #235 +2025/10/26-15:36:37.709986 7f0586bff6c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) +2025/10/26-15:36:37.710016 7f0586bff6c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) diff --git a/packs/mutations/LOG.old b/packs/mutations/LOG.old index 1ba0ddd..c538a0e 100644 --- a/packs/mutations/LOG.old +++ b/packs/mutations/LOG.old @@ -1,8 +1,8 @@ -2025/10/17-20:28:52.850444 7f7b753f96c0 Recovering log #220 -2025/10/17-20:28:52.860559 7f7b753f96c0 Delete type=3 #218 -2025/10/17-20:28:52.860629 7f7b753f96c0 Delete type=0 #220 -2025/10/17-20:41:09.928209 7f7b6f3ff6c0 Level-0 table #225: started -2025/10/17-20:41:09.928246 7f7b6f3ff6c0 Level-0 table #225: 0 bytes OK -2025/10/17-20:41:09.934269 7f7b6f3ff6c0 Delete type=0 #223 -2025/10/17-20:41:09.934398 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) -2025/10/17-20:41:09.934428 7f7b6f3ff6c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) +2025/10/25-23:36:02.536224 7ff6e2ffd6c0 Recovering log #228 +2025/10/25-23:36:02.590420 7ff6e2ffd6c0 Delete type=3 #226 +2025/10/25-23:36:02.590488 7ff6e2ffd6c0 Delete type=0 #228 +2025/10/25-23:37:08.041041 7ff6e23ff6c0 Level-0 table #233: started +2025/10/25-23:37:08.041112 7ff6e23ff6c0 Level-0 table #233: 0 bytes OK +2025/10/25-23:37:08.047193 7ff6e23ff6c0 Delete type=0 #231 +2025/10/25-23:37:08.066314 7ff6e23ff6c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) +2025/10/25-23:37:08.066372 7ff6e23ff6c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) diff --git a/packs/mutations/MANIFEST-000226 b/packs/mutations/MANIFEST-000234 similarity index 71% rename from packs/mutations/MANIFEST-000226 rename to packs/mutations/MANIFEST-000234 index ac17fc8..15b7a09 100644 Binary files a/packs/mutations/MANIFEST-000226 and b/packs/mutations/MANIFEST-000234 differ diff --git a/packs/profils/000318.log b/packs/profils/000326.log similarity index 100% rename from packs/profils/000318.log rename to packs/profils/000326.log diff --git a/packs/profils/CURRENT b/packs/profils/CURRENT index e90c1f7..75c473d 100644 --- a/packs/profils/CURRENT +++ b/packs/profils/CURRENT @@ -1 +1 @@ -MANIFEST-000316 +MANIFEST-000324 diff --git a/packs/profils/LOG b/packs/profils/LOG index 647a1d8..3165f81 100644 --- a/packs/profils/LOG +++ b/packs/profils/LOG @@ -1,8 +1,8 @@ -2025/10/17-20:49:09.830796 7f7b753f96c0 Recovering log #314 -2025/10/17-20:49:09.842331 7f7b753f96c0 Delete type=3 #312 -2025/10/17-20:49:09.842423 7f7b753f96c0 Delete type=0 #314 -2025/10/17-22:35:10.523783 7f7b6f3ff6c0 Level-0 table #319: started -2025/10/17-22:35:10.523803 7f7b6f3ff6c0 Level-0 table #319: 0 bytes OK -2025/10/17-22:35:10.529922 7f7b6f3ff6c0 Delete type=0 #317 -2025/10/17-22:35:10.548803 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) -2025/10/17-22:35:10.548837 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.761639 7f05877fe6c0 Recovering log #322 +2025/10/26-15:18:50.771506 7f05877fe6c0 Delete type=3 #320 +2025/10/26-15:18:50.771562 7f05877fe6c0 Delete type=0 #322 +2025/10/26-15:36:37.710125 7f0586bff6c0 Level-0 table #327: started +2025/10/26-15:36:37.710175 7f0586bff6c0 Level-0 table #327: 0 bytes OK +2025/10/26-15:36:37.743520 7f0586bff6c0 Delete type=0 #325 +2025/10/26-15:36:37.860930 7f0586bff6c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) +2025/10/26-15:36:37.860978 7f0586bff6c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) diff --git a/packs/profils/LOG.old b/packs/profils/LOG.old index b65fa77..85d8d55 100644 --- a/packs/profils/LOG.old +++ b/packs/profils/LOG.old @@ -1,8 +1,8 @@ -2025/10/17-20:28:52.931574 7f7b74bf86c0 Recovering log #310 -2025/10/17-20:28:52.941330 7f7b74bf86c0 Delete type=3 #308 -2025/10/17-20:28:52.941393 7f7b74bf86c0 Delete type=0 #310 -2025/10/17-20:41:09.947757 7f7b6f3ff6c0 Level-0 table #315: started -2025/10/17-20:41:09.947779 7f7b6f3ff6c0 Level-0 table #315: 0 bytes OK -2025/10/17-20:41:09.953770 7f7b6f3ff6c0 Delete type=0 #313 -2025/10/17-20:41:09.960567 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) -2025/10/17-20:41:09.960660 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) +2025/10/25-23:36:02.942114 7ff6e2ffd6c0 Recovering log #318 +2025/10/25-23:36:03.004480 7ff6e2ffd6c0 Delete type=3 #316 +2025/10/25-23:36:03.004546 7ff6e2ffd6c0 Delete type=0 #318 +2025/10/25-23:37:08.090990 7ff6e23ff6c0 Level-0 table #323: started +2025/10/25-23:37:08.091010 7ff6e23ff6c0 Level-0 table #323: 0 bytes OK +2025/10/25-23:37:08.096820 7ff6e23ff6c0 Delete type=0 #321 +2025/10/25-23:37:08.116250 7ff6e23ff6c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) +2025/10/25-23:37:08.116289 7ff6e23ff6c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) diff --git a/packs/profils/MANIFEST-000316 b/packs/profils/MANIFEST-000324 similarity index 73% rename from packs/profils/MANIFEST-000316 rename to packs/profils/MANIFEST-000324 index 75a6ce0..2d649f4 100644 Binary files a/packs/profils/MANIFEST-000316 and b/packs/profils/MANIFEST-000324 differ diff --git a/packs/protections/000318.log b/packs/protections/000326.log similarity index 100% rename from packs/protections/000318.log rename to packs/protections/000326.log diff --git a/packs/protections/CURRENT b/packs/protections/CURRENT index e90c1f7..75c473d 100644 --- a/packs/protections/CURRENT +++ b/packs/protections/CURRENT @@ -1 +1 @@ -MANIFEST-000316 +MANIFEST-000324 diff --git a/packs/protections/LOG b/packs/protections/LOG index c446ea0..702ff53 100644 --- a/packs/protections/LOG +++ b/packs/protections/LOG @@ -1,8 +1,8 @@ -2025/10/17-20:49:09.806029 7f7b6ffff6c0 Recovering log #314 -2025/10/17-20:49:09.815854 7f7b6ffff6c0 Delete type=3 #312 -2025/10/17-20:49:09.815927 7f7b6ffff6c0 Delete type=0 #314 -2025/10/17-22:35:10.530010 7f7b6f3ff6c0 Level-0 table #319: started -2025/10/17-22:35:10.530036 7f7b6f3ff6c0 Level-0 table #319: 0 bytes OK -2025/10/17-22:35:10.536861 7f7b6f3ff6c0 Delete type=0 #317 -2025/10/17-22:35:10.548812 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end) -2025/10/17-22:35:10.548856 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.736841 7f058c9f96c0 Recovering log #322 +2025/10/26-15:18:50.746818 7f058c9f96c0 Delete type=3 #320 +2025/10/26-15:18:50.746894 7f058c9f96c0 Delete type=0 #322 +2025/10/26-15:36:37.828362 7f0586bff6c0 Level-0 table #327: started +2025/10/26-15:36:37.828487 7f0586bff6c0 Level-0 table #327: 0 bytes OK +2025/10/26-15:36:37.860797 7f0586bff6c0 Delete type=0 #325 +2025/10/26-15:36:37.860970 7f0586bff6c0 Manual compaction at level-0 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end) +2025/10/26-15:36:37.860996 7f0586bff6c0 Manual compaction at level-1 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end) diff --git a/packs/protections/LOG.old b/packs/protections/LOG.old index 66bea77..6d3c134 100644 --- a/packs/protections/LOG.old +++ b/packs/protections/LOG.old @@ -1,8 +1,8 @@ -2025/10/17-20:28:52.904993 7f7b6ffff6c0 Recovering log #310 -2025/10/17-20:28:52.915402 7f7b6ffff6c0 Delete type=3 #308 -2025/10/17-20:28:52.915473 7f7b6ffff6c0 Delete type=0 #310 -2025/10/17-20:41:09.953909 7f7b6f3ff6c0 Level-0 table #315: started -2025/10/17-20:41:09.953941 7f7b6f3ff6c0 Level-0 table #315: 0 bytes OK -2025/10/17-20:41:09.960253 7f7b6f3ff6c0 Delete type=0 #313 -2025/10/17-20:41:09.960585 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end) -2025/10/17-20:41:09.960625 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end) +2025/10/25-23:36:02.801163 7ff6e3fff6c0 Recovering log #318 +2025/10/25-23:36:02.856253 7ff6e3fff6c0 Delete type=3 #316 +2025/10/25-23:36:02.856322 7ff6e3fff6c0 Delete type=0 #318 +2025/10/25-23:37:08.066485 7ff6e23ff6c0 Level-0 table #323: started +2025/10/25-23:37:08.066517 7ff6e23ff6c0 Level-0 table #323: 0 bytes OK +2025/10/25-23:37:08.072413 7ff6e23ff6c0 Delete type=0 #321 +2025/10/25-23:37:08.090848 7ff6e23ff6c0 Manual compaction at level-0 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end) +2025/10/25-23:37:08.090875 7ff6e23ff6c0 Manual compaction at level-1 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end) diff --git a/packs/protections/MANIFEST-000316 b/packs/protections/MANIFEST-000324 similarity index 73% rename from packs/protections/MANIFEST-000316 rename to packs/protections/MANIFEST-000324 index e6bbea7..56b2511 100644 Binary files a/packs/protections/MANIFEST-000316 and b/packs/protections/MANIFEST-000324 differ diff --git a/packs/scenes/000157.log b/packs/scenes/000165.log similarity index 100% rename from packs/scenes/000157.log rename to packs/scenes/000165.log diff --git a/packs/scenes/CURRENT b/packs/scenes/CURRENT index 53dc731..abf5eb3 100644 --- a/packs/scenes/CURRENT +++ b/packs/scenes/CURRENT @@ -1 +1 @@ -MANIFEST-000155 +MANIFEST-000163 diff --git a/packs/scenes/LOG b/packs/scenes/LOG index 6c2b2b2..1436aad 100644 --- a/packs/scenes/LOG +++ b/packs/scenes/LOG @@ -1,8 +1,8 @@ -2025/10/17-20:49:09.884880 7f7b74bf86c0 Recovering log #153 -2025/10/17-20:49:09.895049 7f7b74bf86c0 Delete type=3 #151 -2025/10/17-20:49:09.895170 7f7b74bf86c0 Delete type=0 #153 -2025/10/17-22:35:10.567862 7f7b6f3ff6c0 Level-0 table #158: started -2025/10/17-22:35:10.567895 7f7b6f3ff6c0 Level-0 table #158: 0 bytes OK -2025/10/17-22:35:10.573834 7f7b6f3ff6c0 Delete type=0 #156 -2025/10/17-22:35:10.573961 7f7b6f3ff6c0 Manual compaction at level-0 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end) -2025/10/17-22:35:10.573984 7f7b6f3ff6c0 Manual compaction at level-1 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.811691 7f0587fff6c0 Recovering log #161 +2025/10/26-15:18:50.821681 7f0587fff6c0 Delete type=3 #159 +2025/10/26-15:18:50.821761 7f0587fff6c0 Delete type=0 #161 +2025/10/26-15:36:37.961254 7f0586bff6c0 Level-0 table #166: started +2025/10/26-15:36:37.961290 7f0586bff6c0 Level-0 table #166: 0 bytes OK +2025/10/26-15:36:37.999333 7f0586bff6c0 Delete type=0 #164 +2025/10/26-15:36:37.999500 7f0586bff6c0 Manual compaction at level-0 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end) +2025/10/26-15:36:37.999534 7f0586bff6c0 Manual compaction at level-1 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/LOG.old b/packs/scenes/LOG.old index 3b24dd5..f1697d9 100644 --- a/packs/scenes/LOG.old +++ b/packs/scenes/LOG.old @@ -1,8 +1,8 @@ -2025/10/17-20:28:52.991738 7f7b75bfa6c0 Recovering log #149 -2025/10/17-20:28:53.001988 7f7b75bfa6c0 Delete type=3 #147 -2025/10/17-20:28:53.002043 7f7b75bfa6c0 Delete type=0 #149 -2025/10/17-20:41:09.981079 7f7b6f3ff6c0 Level-0 table #154: started -2025/10/17-20:41:09.981106 7f7b6f3ff6c0 Level-0 table #154: 0 bytes OK -2025/10/17-20:41:09.987177 7f7b6f3ff6c0 Delete type=0 #152 -2025/10/17-20:41:09.987342 7f7b6f3ff6c0 Manual compaction at level-0 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end) -2025/10/17-20:41:09.987364 7f7b6f3ff6c0 Manual compaction at level-1 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end) +2025/10/25-23:36:03.208977 7ff6e37fe6c0 Recovering log #157 +2025/10/25-23:36:03.269235 7ff6e37fe6c0 Delete type=3 #155 +2025/10/25-23:36:03.269304 7ff6e37fe6c0 Delete type=0 #157 +2025/10/25-23:37:08.109722 7ff6e23ff6c0 Level-0 table #162: started +2025/10/25-23:37:08.109751 7ff6e23ff6c0 Level-0 table #162: 0 bytes OK +2025/10/25-23:37:08.116160 7ff6e23ff6c0 Delete type=0 #160 +2025/10/25-23:37:08.116283 7ff6e23ff6c0 Manual compaction at level-0 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end) +2025/10/25-23:37:08.116296 7ff6e23ff6c0 Manual compaction at level-1 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/MANIFEST-000155 b/packs/scenes/MANIFEST-000163 similarity index 73% rename from packs/scenes/MANIFEST-000155 rename to packs/scenes/MANIFEST-000163 index dc5927e..8a3f545 100644 Binary files a/packs/scenes/MANIFEST-000155 and b/packs/scenes/MANIFEST-000163 differ diff --git a/packs/tables/000314.log b/packs/tables/000322.log similarity index 100% rename from packs/tables/000314.log rename to packs/tables/000322.log diff --git a/packs/tables/CURRENT b/packs/tables/CURRENT index 16e7795..7a42ce1 100644 --- a/packs/tables/CURRENT +++ b/packs/tables/CURRENT @@ -1 +1 @@ -MANIFEST-000312 +MANIFEST-000320 diff --git a/packs/tables/LOG b/packs/tables/LOG index 85e5e21..2bddc08 100644 --- a/packs/tables/LOG +++ b/packs/tables/LOG @@ -1,7 +1,7 @@ -2025/10/17-20:49:09.870941 7f7b6ffff6c0 Recovering log #310 -2025/10/17-20:49:09.882449 7f7b6ffff6c0 Delete type=3 #308 -2025/10/17-20:49:09.882502 7f7b6ffff6c0 Delete type=0 #310 -2025/10/17-22:35:10.555404 7f7b6f3ff6c0 Level-0 table #315: started -2025/10/17-22:35:10.555439 7f7b6f3ff6c0 Level-0 table #315: 0 bytes OK -2025/10/17-22:35:10.561830 7f7b6f3ff6c0 Delete type=0 #313 -2025/10/17-22:35:10.573943 7f7b6f3ff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.798879 7f058d1fa6c0 Recovering log #318 +2025/10/26-15:18:50.809138 7f058d1fa6c0 Delete type=3 #316 +2025/10/26-15:18:50.809213 7f058d1fa6c0 Delete type=0 #318 +2025/10/26-15:36:37.898215 7f0586bff6c0 Level-0 table #323: started +2025/10/26-15:36:37.898241 7f0586bff6c0 Level-0 table #323: 0 bytes OK +2025/10/26-15:36:37.926213 7f0586bff6c0 Delete type=0 #321 +2025/10/26-15:36:37.999475 7f0586bff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) diff --git a/packs/tables/LOG.old b/packs/tables/LOG.old index 4e686d3..a786fcc 100644 --- a/packs/tables/LOG.old +++ b/packs/tables/LOG.old @@ -1,7 +1,7 @@ -2025/10/17-20:28:52.979092 7f7b74bf86c0 Recovering log #306 -2025/10/17-20:28:52.988936 7f7b74bf86c0 Delete type=3 #304 -2025/10/17-20:28:52.988991 7f7b74bf86c0 Delete type=0 #306 -2025/10/17-20:41:09.967934 7f7b6f3ff6c0 Level-0 table #311: started -2025/10/17-20:41:09.967969 7f7b6f3ff6c0 Level-0 table #311: 0 bytes OK -2025/10/17-20:41:09.973951 7f7b6f3ff6c0 Delete type=0 #309 -2025/10/17-20:41:09.987325 7f7b6f3ff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) +2025/10/25-23:36:03.146227 7ff6e2ffd6c0 Recovering log #314 +2025/10/25-23:36:03.202581 7ff6e2ffd6c0 Delete type=3 #312 +2025/10/25-23:36:03.202650 7ff6e2ffd6c0 Delete type=0 #314 +2025/10/25-23:37:08.096923 7ff6e23ff6c0 Level-0 table #319: started +2025/10/25-23:37:08.096948 7ff6e23ff6c0 Level-0 table #319: 0 bytes OK +2025/10/25-23:37:08.103550 7ff6e23ff6c0 Delete type=0 #317 +2025/10/25-23:37:08.116259 7ff6e23ff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) diff --git a/packs/tables/MANIFEST-000312 b/packs/tables/MANIFEST-000312 deleted file mode 100644 index 2983ffc..0000000 Binary files a/packs/tables/MANIFEST-000312 and /dev/null differ diff --git a/packs/tables/MANIFEST-000320 b/packs/tables/MANIFEST-000320 new file mode 100644 index 0000000..468a9fe Binary files /dev/null and b/packs/tables/MANIFEST-000320 differ diff --git a/packs/talents-cellule/000318.log b/packs/talents-cellule/000326.log similarity index 100% rename from packs/talents-cellule/000318.log rename to packs/talents-cellule/000326.log diff --git a/packs/talents-cellule/CURRENT b/packs/talents-cellule/CURRENT index e90c1f7..75c473d 100644 --- a/packs/talents-cellule/CURRENT +++ b/packs/talents-cellule/CURRENT @@ -1 +1 @@ -MANIFEST-000316 +MANIFEST-000324 diff --git a/packs/talents-cellule/LOG b/packs/talents-cellule/LOG index 533ad73..c81b7ac 100644 --- a/packs/talents-cellule/LOG +++ b/packs/talents-cellule/LOG @@ -1,8 +1,8 @@ -2025/10/17-20:49:09.858398 7f7b75bfa6c0 Recovering log #314 -2025/10/17-20:49:09.868806 7f7b75bfa6c0 Delete type=3 #312 -2025/10/17-20:49:09.868887 7f7b75bfa6c0 Delete type=0 #314 -2025/10/17-22:35:10.548967 7f7b6f3ff6c0 Level-0 table #319: started -2025/10/17-22:35:10.548991 7f7b6f3ff6c0 Level-0 table #319: 0 bytes OK -2025/10/17-22:35:10.555266 7f7b6f3ff6c0 Delete type=0 #317 -2025/10/17-22:35:10.573933 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end) -2025/10/17-22:35:10.573977 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.786524 7f058c9f96c0 Recovering log #322 +2025/10/26-15:18:50.796170 7f058c9f96c0 Delete type=3 #320 +2025/10/26-15:18:50.796225 7f058c9f96c0 Delete type=0 #322 +2025/10/26-15:36:37.861107 7f0586bff6c0 Level-0 table #327: started +2025/10/26-15:36:37.861131 7f0586bff6c0 Level-0 table #327: 0 bytes OK +2025/10/26-15:36:37.898090 7f0586bff6c0 Delete type=0 #325 +2025/10/26-15:36:37.999464 7f0586bff6c0 Manual compaction at level-0 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end) +2025/10/26-15:36:37.999493 7f0586bff6c0 Manual compaction at level-1 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end) diff --git a/packs/talents-cellule/LOG.old b/packs/talents-cellule/LOG.old index 990182c..e525ba3 100644 --- a/packs/talents-cellule/LOG.old +++ b/packs/talents-cellule/LOG.old @@ -1,8 +1,8 @@ -2025/10/17-20:28:52.961605 7f7b753f96c0 Recovering log #310 -2025/10/17-20:28:52.971801 7f7b753f96c0 Delete type=3 #308 -2025/10/17-20:28:52.971895 7f7b753f96c0 Delete type=0 #310 -2025/10/17-20:41:09.960853 7f7b6f3ff6c0 Level-0 table #315: started -2025/10/17-20:41:09.960897 7f7b6f3ff6c0 Level-0 table #315: 0 bytes OK -2025/10/17-20:41:09.967780 7f7b6f3ff6c0 Delete type=0 #313 -2025/10/17-20:41:09.987311 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end) -2025/10/17-20:41:09.987352 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end) +2025/10/25-23:36:03.081379 7ff6e8bfa6c0 Recovering log #318 +2025/10/25-23:36:03.135416 7ff6e8bfa6c0 Delete type=3 #316 +2025/10/25-23:36:03.135485 7ff6e8bfa6c0 Delete type=0 #318 +2025/10/25-23:37:08.103667 7ff6e23ff6c0 Level-0 table #323: started +2025/10/25-23:37:08.103700 7ff6e23ff6c0 Level-0 table #323: 0 bytes OK +2025/10/25-23:37:08.109606 7ff6e23ff6c0 Delete type=0 #321 +2025/10/25-23:37:08.116266 7ff6e23ff6c0 Manual compaction at level-0 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end) +2025/10/25-23:37:08.116301 7ff6e23ff6c0 Manual compaction at level-1 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end) diff --git a/packs/talents-cellule/MANIFEST-000316 b/packs/talents-cellule/MANIFEST-000324 similarity index 73% rename from packs/talents-cellule/MANIFEST-000316 rename to packs/talents-cellule/MANIFEST-000324 index 134c1f1..9e67c64 100644 Binary files a/packs/talents-cellule/MANIFEST-000316 and b/packs/talents-cellule/MANIFEST-000324 differ diff --git a/packs/talents/000319.log b/packs/talents/000327.log similarity index 100% rename from packs/talents/000319.log rename to packs/talents/000327.log diff --git a/packs/talents/CURRENT b/packs/talents/CURRENT index fad7e54..10383e2 100644 --- a/packs/talents/CURRENT +++ b/packs/talents/CURRENT @@ -1 +1 @@ -MANIFEST-000317 +MANIFEST-000325 diff --git a/packs/talents/LOG b/packs/talents/LOG index 8a77c39..523e55b 100644 --- a/packs/talents/LOG +++ b/packs/talents/LOG @@ -1,8 +1,8 @@ -2025/10/17-20:49:09.845699 7f7b74bf86c0 Recovering log #315 -2025/10/17-20:49:09.855199 7f7b74bf86c0 Delete type=3 #313 -2025/10/17-20:49:09.855263 7f7b74bf86c0 Delete type=0 #315 -2025/10/17-22:35:10.561911 7f7b6f3ff6c0 Level-0 table #320: started -2025/10/17-22:35:10.561934 7f7b6f3ff6c0 Level-0 table #320: 0 bytes OK -2025/10/17-22:35:10.567741 7f7b6f3ff6c0 Delete type=0 #318 -2025/10/17-22:35:10.573953 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end) -2025/10/17-22:35:10.573990 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end) +2025/10/26-15:18:50.773811 7f0587fff6c0 Recovering log #323 +2025/10/26-15:18:50.783703 7f0587fff6c0 Delete type=3 #321 +2025/10/26-15:18:50.783762 7f0587fff6c0 Delete type=0 #323 +2025/10/26-15:36:37.926443 7f0586bff6c0 Level-0 table #328: started +2025/10/26-15:36:37.926479 7f0586bff6c0 Level-0 table #328: 0 bytes OK +2025/10/26-15:36:37.961122 7f0586bff6c0 Delete type=0 #326 +2025/10/26-15:36:37.999484 7f0586bff6c0 Manual compaction at level-0 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end) +2025/10/26-15:36:37.999513 7f0586bff6c0 Manual compaction at level-1 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end) diff --git a/packs/talents/LOG.old b/packs/talents/LOG.old index 0f82eab..99ec2f7 100644 --- a/packs/talents/LOG.old +++ b/packs/talents/LOG.old @@ -1,8 +1,8 @@ -2025/10/17-20:28:52.944617 7f7b6ffff6c0 Recovering log #311 -2025/10/17-20:28:52.955946 7f7b6ffff6c0 Delete type=3 #309 -2025/10/17-20:28:52.956013 7f7b6ffff6c0 Delete type=0 #311 -2025/10/17-20:41:09.974061 7f7b6f3ff6c0 Level-0 table #316: started -2025/10/17-20:41:09.974093 7f7b6f3ff6c0 Level-0 table #316: 0 bytes OK -2025/10/17-20:41:09.980958 7f7b6f3ff6c0 Delete type=0 #314 -2025/10/17-20:41:09.987334 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end) -2025/10/17-20:41:09.987358 7f7b6f3ff6c0 Manual compaction at level-1 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end) +2025/10/25-23:36:03.019643 7ff6e37fe6c0 Recovering log #319 +2025/10/25-23:36:03.074771 7ff6e37fe6c0 Delete type=3 #317 +2025/10/25-23:36:03.074840 7ff6e37fe6c0 Delete type=0 #319 +2025/10/25-23:37:08.084943 7ff6e23ff6c0 Level-0 table #324: started +2025/10/25-23:37:08.084962 7ff6e23ff6c0 Level-0 table #324: 0 bytes OK +2025/10/25-23:37:08.090778 7ff6e23ff6c0 Delete type=0 #322 +2025/10/25-23:37:08.090869 7ff6e23ff6c0 Manual compaction at level-0 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end) +2025/10/25-23:37:08.090885 7ff6e23ff6c0 Manual compaction at level-1 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end) diff --git a/packs/talents/MANIFEST-000317 b/packs/talents/MANIFEST-000325 similarity index 72% rename from packs/talents/MANIFEST-000317 rename to packs/talents/MANIFEST-000325 index 92010b2..da53132 100644 Binary files a/packs/talents/MANIFEST-000317 and b/packs/talents/MANIFEST-000325 differ diff --git a/styles/simple.css b/styles/simple.css index d03ee8b..eb8a934 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -1,33 +1,38 @@ /* ==================== (A) Fonts ==================== */ - /* ==================== (A) Fonts ==================== */ @font-face { - font-family: "Charlemagne"; - src: url('../assets/fonts/CharlemagneStd-Bold.otf') format("otf"); + font-family: "Pfeffer"; + src: url('../assets/fonts/pfeffer-simpelgotisch.regular.otf') format("opentype"); + } + + @font-face { + font-family: "Montserrat"; + src: url('../assets/fonts/Montserrat-Medium.woff') format("woff"); + font-weight: normal; } :root { /* =================== 1. ACTOR SHEET FONT STYLES =========== */ - --window-header-font-family: Charlemagne; - --window-header-title-font-size: 1.1rem; + --window-header-font-family: Montserrat; + --window-header-title-font-size: 0.95rem; --window-header-title-font-weight: normal; --window-header-title-color: #f5f5f5; - --major-button-font-family: Charlemagne; - --major-button-font-size: 1.05rem; + --major-button-font-family: Montserrat; + --major-button-font-size: 0.95rem; --major-button-font-weight: normal; --major-button-color: #dadada; - --tab-header-font-family: Charlemagne; + --tab-header-font-family: Montserrat; --tab-header-font-size: 1.0rem; --tab-header-font-weight: 700; --tab-header-color: #403f3e; --tab-header-color-active: #4a0404; - --actor-input-font-size: 0.8rem; + --actor-input-font-size: 0.9rem; --actor-input-font-weight: 500; --actor-input-color: black; - --actor-label-font-size: 0.8rem; + --actor-label-font-size: 0.9rem; --actor-label-font-weight: 700; --actor-label-color: #464331c4; @@ -56,10 +61,17 @@ } } + .window-app button, + .window-app select, + .window-app input { + font-family: "Montserrat"; + text-align: center; + } + /*@import url("https://fonts.googleapis.com/css2?family=Martel:wght@400;800&family=Roboto:wght@300;400;500&display=swap");*/ /* Global styles & Font */ .window-app { - font-family: Charlemagne; + font-family: Montserrat; text-align: justify; font-size: 12px; letter-spacing: 1px; @@ -71,13 +83,13 @@ .window-app .window-header, #actors .directory-list, #navigation #scene-list .scene.nav-item { - font-family: "Charlemagne"; + font-family: "Montserrat"; font-size: 0.8rem; } /* For title, sidebar character and scene */ .sheet header.sheet-header h1 input { - font-family: "Charlemagne"; + font-family: "Pfeffer"; font-size: 0.8rem; color: lightgray; } @@ -89,7 +101,7 @@ } .sheet nav.sheet-tabs { - font-family: "Charlemagne"; + font-family: "Pfeffer"; font-size: 0.8rem; color: #151c1f; } @@ -356,8 +368,9 @@ border-bottom: 0; font-weight: bold; font-size: 2rem; - font-family: "Charlemagne"; + font-family: "Pfeffer"; color: lightgray; + text-align: left; } .fvtt-hawkmoon-cyd .sheet-header h1.charname input { @@ -365,9 +378,10 @@ height: 100%; margin: 0; font-weight: bold; - font-family: "Charlemagne"; + font-family: "Pfeffer"; font-size: 2rem; color: lightgray; + text-align: left; } .fvtt-hawkmoon-cyd .sheet-tabs { @@ -975,6 +989,11 @@ font-size: 0.9rem; } + .chat-message .message-content { + font-size: 0.9rem; + font-family: CentaurMT; + } + .chat-actor-name { padding: 4px; } @@ -992,7 +1011,7 @@ font-weight: bold; position: absolute; top: 50%; - left: 40%; + left: 54%; transform: translate(-50%, -50%); } @@ -1007,6 +1026,7 @@ .icon-adversite { width: 48px; border: 0px; + margin-left: 8px; } .hud-adversite-container { @@ -1496,8 +1516,8 @@ .item-field-label-medium { padding-top: 6px; flex-grow: 1; - max-width: 6rem; - min-width: 6rem; + max-width: 7rem; + min-width: 7rem; } .item-field-label-long { @@ -1574,7 +1594,7 @@ } textarea { - font-family: "Charlemagne"; + font-family: "Montserrat"; font-size: 0.8rem; } diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index 95dfae7..7c26922 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -40,7 +40,7 @@ {{selectOptions combativiteList selected=system.sante.etat valueAttr="value" nameAttr="value" labelAttr="label"}} - + @@ -55,6 +55,7 @@ Equipement Bio&Notes +
{{!-- Sheet Body --}}
@@ -63,7 +64,7 @@
- +
@@ -86,7 +87,7 @@ - +
@@ -236,17 +237,17 @@ {{#each skills as |skill key|}}
  • - +
    - {{skill.name}} {{#each skill.system.predilections as |pred key|}} {{#if (and pred.acquise (not pred.used))}} {{pred.name}}, - {{/if}} + {{/if}} {{/each}}
    @@ -410,21 +411,21 @@
    - +

    -

    +
    - +
    • -

      +

      @@ -440,7 +441,7 @@
    • {{monnaie.name}} - {{monnaie.system.quantite}} + {{monnaie.system.quantite}} - + @@ -460,7 +461,7 @@ - +
    diff --git a/templates/chat-generic-result.html b/templates/chat-generic-result.html index 4cd061f..5d4ae3c 100644 --- a/templates/chat-generic-result.html +++ b/templates/chat-generic-result.html @@ -2,10 +2,10 @@ {{#if actorImg}} {{alias}} {{/if}} -

    {{alias}}

    +

    {{alias}}

    -
    +
    {{#if actionImg}}
    @@ -13,145 +13,126 @@
    {{/if}} -
    -
    +
      -
    • Attribut : {{attr.label}} ({{attr.value}})
    • +
    • + Attribut : {{attr.label}} ({{attr.value}}) +
    • {{#if attr2}} -
    • Attribut : {{attr2.label}} ({{attr2.value}})
    • +
    • Attribut : {{attr2.label}} ({{attr2.value}})
    • + {{/if}} {{#if competence}} +
    • + Compétence : {{competence.name}} + ({{competence.system.niveau}}) +
    • + {{/if}} {{#if selectedMaitrise}} +
    • Maitrise : {{selectedMaitrise.name}}
    • + {{/if}} {{#if arme}} +
    • + Arme : {{arme.name}} (+{{arme.system.bonusmaniementoff}}) +
    • {{/if}} - {{#if competence}} -
    • Compétence : {{competence.name}} ({{competence.system.niveau}})
    • - {{/if}} - - {{#if selectedMaitrise}} -
    • Maitrise : {{selectedMaitrise.name}}
    • - {{/if}} - - - {{#if arme}} -
    • Arme : {{arme.name}} (+{{arme.system.bonusmaniementoff}})
    • - {{/if}} - -
    • Formule : {{diceFormula}}
    • -
    • Résultat du dé : {{diceResult}}
    • +
    • Formule : {{diceFormula}}
    • +
    • Résultat du dé : {{diceResult}}
    • {{#if bonusRoll}}
    • {{textBonus}} : +{{bonusRoll.total}}
    • {{/if}} -
    • Total : {{finalResult}}
    • +
    • Total : {{finalResult}}
    • {{#if attaqueCharge}} -
    • Vous avez chargé : vos adversaires bénéficient de +3 pour vous attaquer
    • - {{/if}} - - {{#if difficulte}} -
    • SD : {{difficulte}}
    • - - {{#if isSuccess}} -
    • Succés... -
    • - {{#if attaqueDesarme}} -
    • Vous désarmez votre adversaire ! Son arme tombe hors de sa portée.
    • - {{/if}} - {{else}} -
    • Echec...
    • - {{/if}} - {{/if}} - - {{#if isHeroique}} -
    • Héroïque !!!
    • - {{#if attaqueDesarme}} -
    • ... Et en plus vous récupérez l'arme de votre adversaire dans votre main (si vous le souhaitez) !.
    • - {{/if}} - {{/if}} - {{#if isDramatique}} -
    • Dramatique !!!
    • - {{/if}} - - {{#if isInit}} -
    • Initiative stockée !
    • - {{/if}} - - {{#if isSuccess}} - - {{#if immobiliser}} - {{#if isHeroique}} -
    • Votre cible est immobilisée, et vous pouvez faire une action complexe.
    • - {{else}} -
    • Votre cible est immobilisée.
    • - {{/if}} - {{/if}} - - {{#if desengager}} - {{#if isSuccess}} -
    • Vous vous désengagez de votre adversaire.
    • - {{else}} -
    • Vous ne parvenez pas à vous désengager de votre adversaire, il a un bonus de +3 pour vous attaquer
    • - {{/if}} - {{/if}} - - {{#if repousser}} - {{#if isHeroique}} -
    • Votre cible est repoussée de 3 mètres et tombe au sol.
    • - {{else}} -
    • Votre cible tombe au sol.
    • - {{/if}} - {{/if}} - - {{#if assomer}} - {{#if isHeroique}} -
    • Votre cible est assomée pour [[/r 1d10+10]] minutes.
    • - {{else}} -
    • Votre cible est assomée pour [[/r 1d10]] minutes.
    • - {{/if}} - {{/if}} - - {{#if coupBas}} -
    • La cible a reçu 2 adversités bleues et a perdu 1 niveau de combativité (auto).
    • - {{#if isHeroique}} -
    • Et votre cible perd sa prochaine action complexe.
    • - {{/if}} - {{/if}} - - {{#if arme}} - {{#if contenir}} - {{#if isHeroique}} -
    • Aucun dégât, mais tous les adversaires dont le Seuil de Défense + 10 est atteint ou dépassé par le résultat de la manœuvre ne peuvent déclarer d’attaque contre le personnage lors de leur prochaine action complexe (à ce tour de jeu ou au suivant).
    • - {{else}} -
    • Aucun dégât, mais la cible de cette manœuvre ne peut pas déclarer d’attaque contre vous lors de sa prochaine action complexe (à ce tour de jeu ou au suivant).
    • - {{/if}} - {{else}} - {{#if (eq nbCombativitePerdu "vaincu")}} -
    • Votre adversaire est vaincu !
    • - {{else}} -
    • Votre adversaire a perdu {{nbCombativitePerdu}} Etat de Combativité (auto)
    • - {{#if (not arme.system.onlevelonly)}} - - {{#if coupDevastateur}} - - {{/if}} - {{/if}} - {{/if}} - {{/if}} - {{/if}} - {{/if}} - - - {{#each predilections as |pred key|}}
    • - {{#if (and (and pred.acquise (not pred.maitrise)) (not pred.used))}} - - {{/if}} + Vous avez chargé : vos adversaires bénéficient de +3 pour vous attaquer +
    • + {{/if}} {{#if difficulte}} +
    • SD : {{difficulte}}
    • + + {{#if isSuccess}} +
    • Succés...
    • + {{#if attaqueDesarme}} +
    • Vous désarmez votre adversaire ! Son arme tombe hors de sa portée.
    • + {{/if}} {{else}} +
    • Echec...
    • + {{/if}} {{/if}} {{#if isHeroique}} +
    • Héroïque !!!
    • + {{#if attaqueDesarme}} +
    • + ... Et en plus vous récupérez l'arme de votre adversaire dans votre main + (si vous le souhaitez) !. +
    • + {{/if}} {{/if}} {{#if isDramatique}} +
    • Dramatique !!!
    • + {{/if}} {{#if isInit}} +
    • Initiative stockée !
    • + {{/if}} {{#if isSuccess}} {{#if immobiliser}} {{#if isHeroique}} +
    • + Votre cible est immobilisée, et vous pouvez faire une action complexe. +
    • + {{else}} +
    • Votre cible est immobilisée.
    • + {{/if}} {{/if}} {{#if desengager}} {{#if isSuccess}} +
    • Vous vous désengagez de votre adversaire.
    • + {{else}} +
    • + Vous ne parvenez pas à vous désengager de votre adversaire, il a un bonus + de +3 pour vous attaquer +
    • + {{/if}} {{/if}} {{#if repousser}} {{#if isHeroique}} +
    • Votre cible est repoussée de 3 mètres et tombe au sol.
    • + {{else}} +
    • Votre cible tombe au sol.
    • + {{/if}} {{/if}} {{#if assomer}} {{#if isHeroique}} +
    • Votre cible est assomée pour [[/r 1d10+10]] minutes.
    • + {{else}} +
    • Votre cible est assomée pour [[/r 1d10]] minutes.
    • + {{/if}} {{/if}} {{#if coupBas}} +
    • + La cible a reçu 2 adversités bleues et a perdu 1 niveau de combativité + (auto). +
    • + {{#if isHeroique}} +
    • Et votre cible perd sa prochaine action complexe.
    • + {{/if}} {{/if}} {{#if arme}} {{#if contenir}} {{#if isHeroique}} +
    • + Aucun dégât, mais tous les adversaires dont le Seuil de Défense + 10 est + atteint ou dépassé par le résultat de la manœuvre ne peuvent déclarer + d’attaque contre le personnage lors de leur prochaine action complexe (à + ce tour de jeu ou au suivant). +
    • + {{else}} +
    • + Aucun dégât, mais la cible de cette manœuvre ne peut pas déclarer + d’attaque contre vous lors de sa prochaine action complexe (à ce tour de + jeu ou au suivant). +
    • + {{/if}} {{else}} {{#if (eq nbCombativitePerdu "vaincu")}} +
    • Votre adversaire est vaincu !
    • + {{else}} +
    • + Votre adversaire a perdu {{nbCombativitePerdu}} Etat de Combativité (auto) +
    • + {{#if (not arme.system.onlevelonly)}} + + {{#if coupDevastateur}} + + {{/if}} {{/if}} {{/if}} {{/if}} {{/if}} {{/if}} {{#each predilections as + |pred key|}} +
    • + {{#if (and (and pred.acquise (not pred.maitrise)) (not pred.used))}} + + {{/if}}
    • {{/each}} -
    - diff --git a/templates/item-arme-sheet.html b/templates/item-arme-sheet.html index dbb3d36..189b50f 100644 --- a/templates/item-arme-sheet.html +++ b/templates/item-arme-sheet.html @@ -1,93 +1,183 @@
    - {{> systems/fvtt-hawkmoon-cyd/templates/partial-item-header.html}} - - {{> systems/fvtt-hawkmoon-cyd/templates/partial-item-nav.html}} - - {{!-- Sheet Body --}} + {{> systems/fvtt-hawkmoon-cyd/templates/partial-item-header.html}} {{> + systems/fvtt-hawkmoon-cyd/templates/partial-item-nav.html}} {{!-- Sheet Body + --}}
    - {{> systems/fvtt-hawkmoon-cyd/templates/partial-item-description.html}}
    -
    • - - -
    • -
    • - - -
    • -
    • - - -
    • -
    • - - -
    • -
    • - - -
    • -
    • - - -
    • - {{#if system.onlevelonly}} - {{else}} -
    • - - + + +
    • +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • + {{#if system.onlevelonly}} {{else}} +
    • + + +
    • + {{/if}} +
    • + + +
    • +
    • + + +
    • + {{#if system.percearmure}} +
    • + + +
    • + {{/if}} +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • +
    • + +
    • - {{/if}} -
    • - - -
    • -
    • - - -
    • - {{#if system.percearmure}} -
    • - - -
    • - {{/if}} -
    • - - -
    • -
    • - - -
    • -
    • - - -
    • -
    • - - -
    • - {{> systems/fvtt-hawkmoon-cyd/templates/partial-item-prix.html}} + {{> systems/fvtt-hawkmoon-cyd/templates/partial-item-prix.html}}
    -
    -
    -
    \ No newline at end of file + diff --git a/templates/partial-actor-equipment.html b/templates/partial-actor-equipment.html index 1e18b27..b9d1527 100644 --- a/templates/partial-actor-equipment.html +++ b/templates/partial-actor-equipment.html @@ -1,23 +1,36 @@ -
  • - +
  • + {{#if (eq level 1)}} {{equip.name}} {{else}} {{equip.name}} {{/if}} - - - + + +
     
  • diff --git a/templates/partial-item-nav.html b/templates/partial-item-nav.html index 95b52cd..db51f93 100644 --- a/templates/partial-item-nav.html +++ b/templates/partial-item-nav.html @@ -3,3 +3,4 @@ Description Details +
    diff --git a/templates/roll-dialog-generic.html b/templates/roll-dialog-generic.html index 8da11f4..f820f7c 100644 --- a/templates/roll-dialog-generic.html +++ b/templates/roll-dialog-generic.html @@ -7,234 +7,328 @@
    -
    {{#if (eq attrKey "tochoose")}} - Attribut - + Attribut + {{else}} - {{attr.label}} - {{attr.value}} + {{attr.label}} + {{attr.value}} {{/if}}
    {{#if nbAdversites}}
    - Malus d'adversités + Malus d'adversités - {{nbAdversites}}
    - {{/if}} - - {{#if competence}} -
    - {{competence.name}} - {{competence.system.niveau}} -
    - {{#if maitrises}} -
    - Utiliser une maîtrise - -
    - {{/if}} - {{else}} -
    - Second Attribut - -
    - {{/if}} - - {{#if (count talents)}} + {{/if}} {{#if competence}}
    - Talents - + {{selectOptions maitrises selected=maitriseId valueAttr="key" + nameAttr="key" labelAttr="label"}} + +
    + {{/if}} {{else}} +
    + Second Attribut + +
    + {{/if}} {{#if (count talents)}} +
    + Talents +
    + {{/if}} {{#if conditionsCommunes}} +
    + En surplomb, défenseur au sol (+3)? + +
    +
    + Défenseur aveuglé (+10)? + +
    +
    + Défenseur de dos (+5)? + +
    +
    + Défenseur immobilisé (+5)? + +
    + {{/if}} {{#if (or immobiliser repousser)}} +
    + Cible consciente? + +
    + {{/if}} {{#if arme}} {{#if arme.system.isMelee}} {{#if bonusArmeNaturelle}} +
    + Arme naturelle/fortune en défense + {{bonusArmeNaturelle}} +
    {{/if}} - - {{#if conditionsCommunes}} -
    - En surplomb, défenseur au sol (+3)? - -
    -
    - Défenseur aveuglé (+10)? - -
    -
    - Défenseur de dos (+5)? - -
    -
    - Défenseur immobilisé (+5)? - -
    - {{/if}} - - {{#if (or immobiliser repousser)}} -
    - Cible consciente? - -
    - {{/if}} - - {{#if arme}} - {{#if arme.system.isMelee}} - {{#if bonusArmeNaturelle}} -
    - Arme naturelle/fortune en défense - {{bonusArmeNaturelle}} -
    - {{/if}} -
    - En surplomb, défenseur au sol (+3)? - -
    -
    - Attaquants multiples (après le premier) (+3)? - -
    - {{#if hasAmbidextre}} -
    - Première attaque avec deux armes (-3)? - -
    -
    - Seconde attaque avec deux armes (-6)? - -
    - {{/if}} - {{#if hasFeinte}} -
    - Feinte (cout : 1 BA) ? - -
    - {{/if}} -
    - Soutiens - -
    -
    - Défenseur aveuglé (+10)? - -
    -
    - Défenseur de dos (+5)? - -
    -
    - Défenseur dans espace restreint (+3)? - -
    -
    - Défenseur immobilisé (+5)? - -
    -
    - Charge ? - -
    -
    - Contenir? - -
    -
    - Désarmer (SD+10)? - -
    - {{#if isMonte}} -
    - Charge de cavalerie? - -
    - {{/if}} - {{else}} -
    - Tireur en déplacement ? - -
    -
    - Couvert de la cible ? - -
    -
    - Cible se déplace vite (SD+3)? - -
    -
    - Cible corps à corps (SD+3)? - -
    -
    - Taille de la cible ? - -
    - {{/if}} +
    + En surplomb, défenseur au sol (+3)? + +
    +
    + Attaquants multiples (après le premier) (+3)? + +
    + {{#if hasAmbidextre}} +
    + Première attaque avec deux armes (-3)? + +
    +
    + Seconde attaque avec deux armes (-6)? + +
    + {{/if}} {{#if hasFeinte}} +
    + Feinte (cout : 1 BA) ? + +
    {{/if}} +
    + Soutiens + +
    +
    + Défenseur aveuglé (+10)? + +
    +
    + Défenseur de dos (+5)? + +
    +
    + Défenseur dans espace restreint (+3)? + +
    +
    + Défenseur immobilisé (+5)? + +
    +
    + Charge ? + +
    +
    + Contenir? + +
    +
    + Désarmer (SD+10)? + +
    + {{#if isMonte}} +
    + Charge de cavalerie? + +
    + {{/if}} {{else}} +
    + Tireur en déplacement ? + +
    +
    + Couvert de la cible ? + +
    +
    + Cible se déplace vite (SD+3)? + +
    +
    + Cible corps à corps (SD+3)? + +
    +
    + Taille de la cible ? + +
    + {{/if}} {{/if}}
    Bonus/Malus - + {{selectOptions config.optionsBonusMalus selected=bonusMalusContext + valueAttr="key" nameAttr="key" labelAttr="label"}}
    - {{#if (or armeDefense arme.system.isDistance)}} - - {{#if arme.system.isDistance}} -
    - SD de distance - -
    - {{else}} -
    - {{#if desengager}} - C. Offensive adversaire - {{else}} - C. Défensive adversaire - {{/if}} - {{difficulte}} -
    - {{/if}} - + {{#if (or armeDefense arme.system.isDistance)}} {{#if + arme.system.isDistance}} +
    + SD de distance + +
    {{else}} - - {{#if isInit}} - +
    + {{#if desengager}} + C. Offensive adversaire {{else}} -
    - Difficulté : - -
    + C. Défensive adversaire {{/if}} - {{/if}} - + {{difficulte}} +
    + {{/if}} {{else}} {{#if isInit}} {{else}} +
    + Difficulté : + +
    + {{/if}} {{/if}}
    - - \ No newline at end of file +