From 96f8d2bcebb850c35c97962b405a5e7d08c75d1b Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Thu, 11 Apr 2024 12:36:50 +0200 Subject: [PATCH] Fix roll pouvoir + pouvoirs passifs --- lang/fr.json | 2 +- modules/heritiers-actor.js | 71 +++++++++++++++++- modules/heritiers-roll-dialog.js | 4 +- modules/heritiers-utility.js | 17 +++-- .../{000060.log => 000092.log} | 0 packs/archetypes-fees/CURRENT | 2 +- packs/archetypes-fees/LOG | 16 ++-- packs/archetypes-fees/LOG.old | 16 ++-- packs/archetypes-fees/MANIFEST-000058 | Bin 135 -> 0 bytes packs/archetypes-fees/MANIFEST-000090 | Bin 0 -> 135 bytes .../{000060.log => 000092.log} | 0 packs/armes-et-protection/CURRENT | 2 +- packs/armes-et-protection/LOG | 16 ++-- packs/armes-et-protection/LOG.old | 16 ++-- packs/armes-et-protection/MANIFEST-000058 | Bin 135 -> 0 bytes packs/armes-et-protection/MANIFEST-000090 | Bin 0 -> 135 bytes .../{000060.log => 000092.log} | 0 packs/atouts-feeriques/CURRENT | 2 +- packs/atouts-feeriques/LOG | 16 ++-- packs/atouts-feeriques/LOG.old | 16 ++-- packs/atouts-feeriques/MANIFEST-000058 | Bin 137 -> 0 bytes packs/atouts-feeriques/MANIFEST-000090 | Bin 0 -> 137 bytes packs/avantages/{000060.log => 000092.log} | 0 packs/avantages/CURRENT | 2 +- packs/avantages/LOG | 16 ++-- packs/avantages/LOG.old | 16 ++-- packs/avantages/MANIFEST-000058 | Bin 135 -> 0 bytes packs/avantages/MANIFEST-000090 | Bin 0 -> 135 bytes packs/capacites/{000060.log => 000092.log} | 0 packs/capacites/CURRENT | 2 +- packs/capacites/LOG | 16 ++-- packs/capacites/LOG.old | 16 ++-- packs/capacites/MANIFEST-000058 | Bin 135 -> 0 bytes packs/capacites/MANIFEST-000090 | Bin 0 -> 135 bytes packs/competences/{000060.log => 000092.log} | 0 packs/competences/CURRENT | 2 +- packs/competences/LOG | 16 ++-- packs/competences/LOG.old | 16 ++-- packs/competences/MANIFEST-000058 | Bin 135 -> 0 bytes packs/competences/MANIFEST-000090 | Bin 0 -> 135 bytes packs/desavantages/{000060.log => 000092.log} | 0 packs/desavantages/CURRENT | 2 +- packs/desavantages/LOG | 16 ++-- packs/desavantages/LOG.old | 16 ++-- packs/desavantages/MANIFEST-000058 | Bin 135 -> 0 bytes packs/desavantages/MANIFEST-000090 | Bin 0 -> 135 bytes packs/pouvoirs/{000060.log => 000092.log} | 0 packs/pouvoirs/CURRENT | 2 +- packs/pouvoirs/LOG | 16 ++-- packs/pouvoirs/LOG.old | 16 ++-- packs/pouvoirs/MANIFEST-000058 | Bin 137 -> 0 bytes packs/pouvoirs/MANIFEST-000090 | Bin 0 -> 137 bytes packs/profils/{000060.log => 000092.log} | 0 packs/profils/CURRENT | 2 +- packs/profils/LOG | 14 ++-- packs/profils/LOG.old | 14 ++-- packs/profils/MANIFEST-000058 | Bin 65 -> 0 bytes packs/profils/MANIFEST-000090 | Bin 0 -> 65 bytes packs/scenes/{000028.log => 000060.log} | 0 packs/scenes/CURRENT | 2 +- packs/scenes/LOG | 16 ++-- packs/scenes/LOG.old | 16 ++-- packs/scenes/MANIFEST-000026 | Bin 136 -> 0 bytes packs/scenes/MANIFEST-000058 | Bin 0 -> 136 bytes system.json | 4 +- template.json | 3 +- templates/actor-sheet.html | 11 +-- templates/chat-generic-result.html | 67 +++++++++-------- 68 files changed, 295 insertions(+), 220 deletions(-) rename packs/archetypes-fees/{000060.log => 000092.log} (100%) delete mode 100644 packs/archetypes-fees/MANIFEST-000058 create mode 100644 packs/archetypes-fees/MANIFEST-000090 rename packs/armes-et-protection/{000060.log => 000092.log} (100%) delete mode 100644 packs/armes-et-protection/MANIFEST-000058 create mode 100644 packs/armes-et-protection/MANIFEST-000090 rename packs/atouts-feeriques/{000060.log => 000092.log} (100%) delete mode 100644 packs/atouts-feeriques/MANIFEST-000058 create mode 100644 packs/atouts-feeriques/MANIFEST-000090 rename packs/avantages/{000060.log => 000092.log} (100%) delete mode 100644 packs/avantages/MANIFEST-000058 create mode 100644 packs/avantages/MANIFEST-000090 rename packs/capacites/{000060.log => 000092.log} (100%) delete mode 100644 packs/capacites/MANIFEST-000058 create mode 100644 packs/capacites/MANIFEST-000090 rename packs/competences/{000060.log => 000092.log} (100%) delete mode 100644 packs/competences/MANIFEST-000058 create mode 100644 packs/competences/MANIFEST-000090 rename packs/desavantages/{000060.log => 000092.log} (100%) delete mode 100644 packs/desavantages/MANIFEST-000058 create mode 100644 packs/desavantages/MANIFEST-000090 rename packs/pouvoirs/{000060.log => 000092.log} (100%) delete mode 100644 packs/pouvoirs/MANIFEST-000058 create mode 100644 packs/pouvoirs/MANIFEST-000090 rename packs/profils/{000060.log => 000092.log} (100%) delete mode 100644 packs/profils/MANIFEST-000058 create mode 100644 packs/profils/MANIFEST-000090 rename packs/scenes/{000028.log => 000060.log} (100%) delete mode 100644 packs/scenes/MANIFEST-000026 create mode 100644 packs/scenes/MANIFEST-000058 diff --git a/lang/fr.json b/lang/fr.json index 7ef81d9..4edc286 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -2,7 +2,7 @@ "TYPES": { "Actor": { "personnage": "Personnage", - "PNJ": "PNJ" + "pnj": "PNJ" }, "Item": { "accessoire": "Accessoire", diff --git a/modules/heritiers-actor.js b/modules/heritiers-actor.js index 9836175..73b8ea6 100644 --- a/modules/heritiers-actor.js +++ b/modules/heritiers-actor.js @@ -259,6 +259,11 @@ export class HeritiersActor extends Actor { /* -------------------------------------------- */ async prepareData() { super.prepareData(); + + let pvMax = (this.system.caracteristiques.con.rang * 3) + 9 + this.system.pv.mod + if (this.system.pv.max != pvMax) { + this.update({ 'system.pv.max': pvMax }) + } } /* -------------------------------------------- */ @@ -533,6 +538,7 @@ export class HeritiersActor extends Actor { } return undefined } + /* -------------------------------------------- */ getCommonRollData(compId = undefined, compName = undefined) { let rollData = HeritiersUtility.getBasicRollData() @@ -703,10 +709,73 @@ export class HeritiersActor extends Actor { } } + /* -------------------------------------------- */ + pouvoirPassifDialog(pouvoir) { + let rollData = this.getCommonRollData() + rollData.pouvoir = pouvoir + rollData.mode = "pouvoirpassif" + rollData.pouvoirPointsUsage = 0 + rollData.noRoll = true + + let d = new Dialog({ + title: "Activer le pouvoir passif " + pouvoir.name, + content: "

Choisissez le nombre de Points d'Usage

", + buttons: { + one: { + icon: '', + label: "1 Point d'Usage", + callback: () => { + rollData.pouvoirPointsUsage = 1; + HeritiersUtility.rollHeritiers(rollData); + } + }, + two: { + icon: '', + label: "2 Points d'Usage", + callback: () => { + rollData.pouvoirPointsUsage = 2; + HeritiersUtility.rollHeritiers(rollData); + } + }, + three: { + icon: '', + label: "3 Points d'Usage", + callback: () => { + rollData.pouvoirPointsUsage = 3; + HeritiersUtility.rollHeritiers(rollData); + } + }, + four: { + icon: '', + label: "4 Points d'Usage", + callback: () => { + rollData.pouvoirPointsUsage = 4; + HeritiersUtility.rollHeritiers(rollData); + } + }, + close: { + icon: '', + label: "Annuler", + callback: () => { + } + } + }, + default: "one", + render: html => console.log("Pouvoir passif"), + close: html => console.log("No option") + }); + d.render(true); + } + /* -------------------------------------------- */ async rollPouvoir(pouvoirId) { let pouvoir = this.items.get(pouvoirId) if (pouvoir) { + if (pouvoir.system.pouvoirtype == "passif") { + this.pouvoirPassifDialog(pouvoir) + return + } + let rollData = this.getCommonRollData(undefined, undefined) if (pouvoir.system.feeriemasque != "autre") { rollData.pouvoirBase = duplicate(this.system.rang[pouvoir.system.feeriemasque.toLowerCase()]) @@ -755,7 +824,7 @@ export class HeritiersActor extends Actor { updates.push({ _id: pouvoir.id, 'system.pointsusagecourant': newValue }) } } - if (updates.length > 0) { + if (updates.length > 0) { this.updateEmbeddedDocuments('Item', updates) } } diff --git a/modules/heritiers-roll-dialog.js b/modules/heritiers-roll-dialog.js index ce9505a..3ba0e53 100644 --- a/modules/heritiers-roll-dialog.js +++ b/modules/heritiers-roll-dialog.js @@ -22,10 +22,10 @@ export class HeritiersRollDialog extends Dialog { } let enableD10 = false let enableD12 = false - if (rollData.competence?.system.niveau > 0) { + if (rollData.mode == "pouvoir" || rollData.competence?.system.niveau > 0) { enableD10 = true } - if (rollData.competence?.system.niveau > 1) { + if (rollData.mode == "pouvoir" || rollData.competence?.system.niveau > 1) { enableD12 = true } if (enableD10) { diff --git a/modules/heritiers-utility.js b/modules/heritiers-utility.js index f028faf..b8deea4 100644 --- a/modules/heritiers-utility.js +++ b/modules/heritiers-utility.js @@ -535,20 +535,21 @@ export class HeritiersUtility { } } - - let myRoll = new Roll(rollData.diceFormula).roll({ async: false }) - await this.showDiceSoNice(myRoll, game.settings.get("core", "rollMode")) - rollData.roll = duplicate(myRoll) - console.log(">>>> ", myRoll) - this.computeResult(actor, rollData) - this.computeMarge(rollData, rollData.sdValue) // Calcul de la marge si seuil présent + if ( !rollData.noRoll) { + let myRoll = new Roll(rollData.diceFormula).roll({ async: false }) + await this.showDiceSoNice(myRoll, game.settings.get("core", "rollMode")) + rollData.roll = duplicate(myRoll) + console.log(">>>> ", myRoll) + this.computeResult(actor, rollData) + this.computeMarge(rollData, rollData.sdValue) // Calcul de la marge si seuil présent + } if (rollData.mode == "init") { actor.setFlag("world", "last-initiative", rollData.finalResult) } // Gestion pouvoir et points d'usage - if (rollData.mode == "pouvoir") { + if (rollData.mode == "pouvoir" || rollData.mode == "pouvoirpassif") { actor.incDecPointsUsage(rollData.pouvoir._id, -rollData.pouvoirPointsUsage) } diff --git a/packs/archetypes-fees/000060.log b/packs/archetypes-fees/000092.log similarity index 100% rename from packs/archetypes-fees/000060.log rename to packs/archetypes-fees/000092.log diff --git a/packs/archetypes-fees/CURRENT b/packs/archetypes-fees/CURRENT index 717cf9a..2f2c868 100644 --- a/packs/archetypes-fees/CURRENT +++ b/packs/archetypes-fees/CURRENT @@ -1 +1 @@ -MANIFEST-000058 +MANIFEST-000090 diff --git a/packs/archetypes-fees/LOG b/packs/archetypes-fees/LOG index df2dbc3..f661c18 100644 --- a/packs/archetypes-fees/LOG +++ b/packs/archetypes-fees/LOG @@ -1,8 +1,8 @@ -2024/04/01-17:26:18.400582 7f2f096006c0 Recovering log #56 -2024/04/01-17:26:18.410531 7f2f096006c0 Delete type=3 #54 -2024/04/01-17:26:18.410588 7f2f096006c0 Delete type=0 #56 -2024/04/01-17:27:00.271754 7f2f03a006c0 Level-0 table #61: started -2024/04/01-17:27:00.271819 7f2f03a006c0 Level-0 table #61: 0 bytes OK -2024/04/01-17:27:00.307464 7f2f03a006c0 Delete type=0 #59 -2024/04/01-17:27:00.345066 7f2f03a006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) -2024/04/01-17:27:00.345103 7f2f03a006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) +2024/04/11-06:57:01.656084 7faaec2006c0 Recovering log #88 +2024/04/11-06:57:01.666957 7faaec2006c0 Delete type=3 #86 +2024/04/11-06:57:01.667075 7faaec2006c0 Delete type=0 #88 +2024/04/11-12:35:54.521478 7faaeae006c0 Level-0 table #93: started +2024/04/11-12:35:54.521514 7faaeae006c0 Level-0 table #93: 0 bytes OK +2024/04/11-12:35:54.527725 7faaeae006c0 Delete type=0 #91 +2024/04/11-12:35:54.534670 7faaeae006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) +2024/04/11-12:35:54.541869 7faaeae006c0 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 2cda735..54c29fe 100644 --- a/packs/archetypes-fees/LOG.old +++ b/packs/archetypes-fees/LOG.old @@ -1,8 +1,8 @@ -2024/03/31-17:51:10.121804 7f2efb8006c0 Recovering log #52 -2024/03/31-17:51:10.132699 7f2efb8006c0 Delete type=3 #50 -2024/03/31-17:51:10.132828 7f2efb8006c0 Delete type=0 #52 -2024/03/31-17:52:39.333208 7f2efae006c0 Level-0 table #57: started -2024/03/31-17:52:39.333263 7f2efae006c0 Level-0 table #57: 0 bytes OK -2024/03/31-17:52:39.340471 7f2efae006c0 Delete type=0 #55 -2024/03/31-17:52:39.340751 7f2efae006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) -2024/03/31-17:52:39.340782 7f2efae006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) +2024/04/07-18:53:23.340520 7f38a3e006c0 Recovering log #84 +2024/04/07-18:53:23.351008 7f38a3e006c0 Delete type=3 #82 +2024/04/07-18:53:23.351081 7f38a3e006c0 Delete type=0 #84 +2024/04/07-20:09:01.423397 7f38a10006c0 Level-0 table #89: started +2024/04/07-20:09:01.423433 7f38a10006c0 Level-0 table #89: 0 bytes OK +2024/04/07-20:09:01.430760 7f38a10006c0 Delete type=0 #87 +2024/04/07-20:09:01.438028 7f38a10006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) +2024/04/07-20:09:01.438088 7f38a10006c0 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-000058 b/packs/archetypes-fees/MANIFEST-000058 deleted file mode 100644 index 7f8d4918206f2ca848db96eb7ac7be74f196914a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmewnzoIaSfss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfcQb>0~kdBx0<)ZAi4 zL%$3!4--$Xf{J4ITpuS3Mn(oOfXP=HR{E#rr8#or@BfJ0r diff --git a/packs/archetypes-fees/MANIFEST-000090 b/packs/archetypes-fees/MANIFEST-000090 new file mode 100644 index 0000000000000000000000000000000000000000..fa5e426c22d0b0e8f2245c00ea324718a3b9bb4f GIT binary patch literal 135 zcmewnzoIaSfss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfcQb>0~kdBx0<)ZAi4 zL%$3!4--$Xf{J4ITpuS3Mn(oOfXP=HR{E#rr8#GN|iFfv7R VGBC%m$RFLP?gQe+0J(82@&FwOBjEr5 literal 0 HcmV?d00001 diff --git a/packs/armes-et-protection/000060.log b/packs/armes-et-protection/000092.log similarity index 100% rename from packs/armes-et-protection/000060.log rename to packs/armes-et-protection/000092.log diff --git a/packs/armes-et-protection/CURRENT b/packs/armes-et-protection/CURRENT index 717cf9a..2f2c868 100644 --- a/packs/armes-et-protection/CURRENT +++ b/packs/armes-et-protection/CURRENT @@ -1 +1 @@ -MANIFEST-000058 +MANIFEST-000090 diff --git a/packs/armes-et-protection/LOG b/packs/armes-et-protection/LOG index 24aec88..ded8cbc 100644 --- a/packs/armes-et-protection/LOG +++ b/packs/armes-et-protection/LOG @@ -1,8 +1,8 @@ -2024/04/01-17:26:18.436287 7f2f096006c0 Recovering log #56 -2024/04/01-17:26:18.446918 7f2f096006c0 Delete type=3 #54 -2024/04/01-17:26:18.447011 7f2f096006c0 Delete type=0 #56 -2024/04/01-17:27:00.345258 7f2f03a006c0 Level-0 table #61: started -2024/04/01-17:27:00.345284 7f2f03a006c0 Level-0 table #61: 0 bytes OK -2024/04/01-17:27:00.384063 7f2f03a006c0 Delete type=0 #59 -2024/04/01-17:27:00.501638 7f2f03a006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) -2024/04/01-17:27:00.501693 7f2f03a006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) +2024/04/11-06:57:01.689381 7faaec2006c0 Recovering log #88 +2024/04/11-06:57:01.700347 7faaec2006c0 Delete type=3 #86 +2024/04/11-06:57:01.700444 7faaec2006c0 Delete type=0 #88 +2024/04/11-12:35:54.534701 7faaeae006c0 Level-0 table #93: started +2024/04/11-12:35:54.534743 7faaeae006c0 Level-0 table #93: 0 bytes OK +2024/04/11-12:35:54.541690 7faaeae006c0 Delete type=0 #91 +2024/04/11-12:35:54.548309 7faaeae006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) +2024/04/11-12:35:54.556094 7faaeae006c0 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 4ee2a96..55e3d41 100644 --- a/packs/armes-et-protection/LOG.old +++ b/packs/armes-et-protection/LOG.old @@ -1,8 +1,8 @@ -2024/03/31-17:51:10.159099 7f2efb8006c0 Recovering log #52 -2024/03/31-17:51:10.171301 7f2efb8006c0 Delete type=3 #50 -2024/03/31-17:51:10.171460 7f2efb8006c0 Delete type=0 #52 -2024/03/31-17:52:39.340903 7f2efae006c0 Level-0 table #57: started -2024/03/31-17:52:39.340946 7f2efae006c0 Level-0 table #57: 0 bytes OK -2024/03/31-17:52:39.348787 7f2efae006c0 Delete type=0 #55 -2024/03/31-17:52:39.370825 7f2efae006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) -2024/03/31-17:52:39.370890 7f2efae006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) +2024/04/07-18:53:23.368773 7f38a3e006c0 Recovering log #84 +2024/04/07-18:53:23.379276 7f38a3e006c0 Delete type=3 #82 +2024/04/07-18:53:23.379342 7f38a3e006c0 Delete type=0 #84 +2024/04/07-20:09:01.430916 7f38a10006c0 Level-0 table #89: started +2024/04/07-20:09:01.430951 7f38a10006c0 Level-0 table #89: 0 bytes OK +2024/04/07-20:09:01.437804 7f38a10006c0 Delete type=0 #87 +2024/04/07-20:09:01.438041 7f38a10006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) +2024/04/07-20:09:01.438076 7f38a10006c0 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-000058 b/packs/armes-et-protection/MANIFEST-000058 deleted file mode 100644 index d3196bf14b9cbccec7d334419bf6530e843af74c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmWeR_2YCB10$nUPHI_dPD+xVQ)NkNd1i5{bAE0?Vo_pAei1tp>z-ytdBx0<)ZAi4 zL)Vb7!~my~ESHk1)EsX^Mn(oOfXP=S6^A(&hgSquWmi?X8~QPNK;)-P^O?xOz{q6H W$-r#G;?eli`5cIA1LWGVcmM!$5GDfv diff --git a/packs/armes-et-protection/MANIFEST-000090 b/packs/armes-et-protection/MANIFEST-000090 new file mode 100644 index 0000000000000000000000000000000000000000..019bc7b97739fc8e1a82f910af18dbe82ba0c507 GIT binary patch literal 135 zcmWeR_2YCB10$nUPHI_dPD+xVQ)NkNd1i5{bAE0?Vo_pAei1tp>z-ytdBx0<)ZAi4 zL)Vb7!~my~ESHk1)EsX^Mn(oOfXP=S6^A(&hgSquWmi?X8~QPNK;-`iC2ZzkU}TEs VWMGbA@!;AKQ32w{0J(829sqT2CFcMD literal 0 HcmV?d00001 diff --git a/packs/atouts-feeriques/000060.log b/packs/atouts-feeriques/000092.log similarity index 100% rename from packs/atouts-feeriques/000060.log rename to packs/atouts-feeriques/000092.log diff --git a/packs/atouts-feeriques/CURRENT b/packs/atouts-feeriques/CURRENT index 717cf9a..2f2c868 100644 --- a/packs/atouts-feeriques/CURRENT +++ b/packs/atouts-feeriques/CURRENT @@ -1 +1 @@ -MANIFEST-000058 +MANIFEST-000090 diff --git a/packs/atouts-feeriques/LOG b/packs/atouts-feeriques/LOG index e43fbb1..56a1945 100644 --- a/packs/atouts-feeriques/LOG +++ b/packs/atouts-feeriques/LOG @@ -1,8 +1,8 @@ -2024/04/01-17:26:18.385599 7f2f0aa006c0 Recovering log #56 -2024/04/01-17:26:18.395901 7f2f0aa006c0 Delete type=3 #54 -2024/04/01-17:26:18.395960 7f2f0aa006c0 Delete type=0 #56 -2024/04/01-17:27:00.228031 7f2f03a006c0 Level-0 table #61: started -2024/04/01-17:27:00.228054 7f2f03a006c0 Level-0 table #61: 0 bytes OK -2024/04/01-17:27:00.271487 7f2f03a006c0 Delete type=0 #59 -2024/04/01-17:27:00.345051 7f2f03a006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) -2024/04/01-17:27:00.345088 7f2f03a006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) +2024/04/11-06:57:01.640175 7faaeb8006c0 Recovering log #88 +2024/04/11-06:57:01.651029 7faaeb8006c0 Delete type=3 #86 +2024/04/11-06:57:01.651155 7faaeb8006c0 Delete type=0 #88 +2024/04/11-12:35:54.513589 7faaeae006c0 Level-0 table #93: started +2024/04/11-12:35:54.513622 7faaeae006c0 Level-0 table #93: 0 bytes OK +2024/04/11-12:35:54.521248 7faaeae006c0 Delete type=0 #91 +2024/04/11-12:35:54.527836 7faaeae006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) +2024/04/11-12:35:54.534686 7faaeae006c0 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 8f58bfb..41ba014 100644 --- a/packs/atouts-feeriques/LOG.old +++ b/packs/atouts-feeriques/LOG.old @@ -1,8 +1,8 @@ -2024/03/31-17:51:10.103648 7f2efcc006c0 Recovering log #52 -2024/03/31-17:51:10.116316 7f2efcc006c0 Delete type=3 #50 -2024/03/31-17:51:10.116475 7f2efcc006c0 Delete type=0 #52 -2024/03/31-17:52:39.317590 7f2efae006c0 Level-0 table #57: started -2024/03/31-17:52:39.317634 7f2efae006c0 Level-0 table #57: 0 bytes OK -2024/03/31-17:52:39.332888 7f2efae006c0 Delete type=0 #55 -2024/03/31-17:52:39.340690 7f2efae006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) -2024/03/31-17:52:39.340767 7f2efae006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) +2024/04/07-18:53:23.326905 7f38a2a006c0 Recovering log #84 +2024/04/07-18:53:23.336578 7f38a2a006c0 Delete type=3 #82 +2024/04/07-18:53:23.336698 7f38a2a006c0 Delete type=0 #84 +2024/04/07-20:09:01.416410 7f38a10006c0 Level-0 table #89: started +2024/04/07-20:09:01.416465 7f38a10006c0 Level-0 table #89: 0 bytes OK +2024/04/07-20:09:01.423224 7f38a10006c0 Delete type=0 #87 +2024/04/07-20:09:01.438013 7f38a10006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) +2024/04/07-20:09:01.438063 7f38a10006c0 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-000058 b/packs/atouts-feeriques/MANIFEST-000058 deleted file mode 100644 index f830913432c7dcebc0a74320cb81dcf6db5bfa48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 137 zcmYe_e7!b_fss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfcQ_1$G=dBx0<)ZAi4 zgS3E%5=T>?Y@c*@i&B>?Mn(oOfXP>tl{n?Nn|V8X<{9KWhh;O)gvcAXYbJ6sFfv(l WGBDe)%w+s?Kz|yDZv*7p0r>!xizQnC diff --git a/packs/atouts-feeriques/MANIFEST-000090 b/packs/atouts-feeriques/MANIFEST-000090 new file mode 100644 index 0000000000000000000000000000000000000000..e845f0bfcdb28eea39e55bb4ef6ca57071aeefb5 GIT binary patch literal 137 zcmYe_e7!b_fss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfcQ_1$G=dBx0<)ZAi4 zgS3E%5=T>?Y@c*@i&B>?Mn(oOfXP>tl{n?Nn|V8X<{9KWhh;O)gvgthtrq8GU}TEs XWMGbAnaTM3^^#j4ehiQw2jl|)wnZl_ literal 0 HcmV?d00001 diff --git a/packs/avantages/000060.log b/packs/avantages/000092.log similarity index 100% rename from packs/avantages/000060.log rename to packs/avantages/000092.log diff --git a/packs/avantages/CURRENT b/packs/avantages/CURRENT index 717cf9a..2f2c868 100644 --- a/packs/avantages/CURRENT +++ b/packs/avantages/CURRENT @@ -1 +1 @@ -MANIFEST-000058 +MANIFEST-000090 diff --git a/packs/avantages/LOG b/packs/avantages/LOG index ced6cea..3ea957c 100644 --- a/packs/avantages/LOG +++ b/packs/avantages/LOG @@ -1,8 +1,8 @@ -2024/04/01-17:26:18.342233 7f2f096006c0 Recovering log #56 -2024/04/01-17:26:18.352564 7f2f096006c0 Delete type=3 #54 -2024/04/01-17:26:18.352637 7f2f096006c0 Delete type=0 #56 -2024/04/01-17:27:00.041914 7f2f03a006c0 Level-0 table #61: started -2024/04/01-17:27:00.041937 7f2f03a006c0 Level-0 table #61: 0 bytes OK -2024/04/01-17:27:00.113315 7f2f03a006c0 Delete type=0 #59 -2024/04/01-17:27:00.191182 7f2f03a006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) -2024/04/01-17:27:00.191238 7f2f03a006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) +2024/04/11-06:57:01.590584 7faaec2006c0 Recovering log #88 +2024/04/11-06:57:01.601094 7faaec2006c0 Delete type=3 #86 +2024/04/11-06:57:01.601188 7faaec2006c0 Delete type=0 #88 +2024/04/11-12:35:54.493515 7faaeae006c0 Level-0 table #93: started +2024/04/11-12:35:54.493550 7faaeae006c0 Level-0 table #93: 0 bytes OK +2024/04/11-12:35:54.500264 7faaeae006c0 Delete type=0 #91 +2024/04/11-12:35:54.507213 7faaeae006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) +2024/04/11-12:35:54.513576 7faaeae006c0 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 2a6d6c8..0becb6f 100644 --- a/packs/avantages/LOG.old +++ b/packs/avantages/LOG.old @@ -1,8 +1,8 @@ -2024/03/31-17:51:10.054712 7f2efb8006c0 Recovering log #52 -2024/03/31-17:51:10.065463 7f2efb8006c0 Delete type=3 #50 -2024/03/31-17:51:10.065576 7f2efb8006c0 Delete type=0 #52 -2024/03/31-17:52:39.281908 7f2efae006c0 Level-0 table #57: started -2024/03/31-17:52:39.281951 7f2efae006c0 Level-0 table #57: 0 bytes OK -2024/03/31-17:52:39.289468 7f2efae006c0 Delete type=0 #55 -2024/03/31-17:52:39.289750 7f2efae006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) -2024/03/31-17:52:39.303742 7f2efae006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) +2024/04/07-18:53:23.286666 7f38a3e006c0 Recovering log #84 +2024/04/07-18:53:23.296985 7f38a3e006c0 Delete type=3 #82 +2024/04/07-18:53:23.297078 7f38a3e006c0 Delete type=0 #84 +2024/04/07-20:09:01.387002 7f38a10006c0 Level-0 table #89: started +2024/04/07-20:09:01.387032 7f38a10006c0 Level-0 table #89: 0 bytes OK +2024/04/07-20:09:01.394935 7f38a10006c0 Delete type=0 #87 +2024/04/07-20:09:01.408951 7f38a10006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) +2024/04/07-20:09:01.409003 7f38a10006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) diff --git a/packs/avantages/MANIFEST-000058 b/packs/avantages/MANIFEST-000058 deleted file mode 100644 index 41608af51b61ec2698c58ae3bd76c7daaf6deb0a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmeY*P`j4Iz{n_-lUkOVlai$8R9TW*o>`pgoS$2eSd>_jU&PMDdixBcykcfaYHqQj zfvclqi9um-RkDj^SdfzkBO?PCz~rma3bKOy!!3PW9CIQ`pgoS$2eSd>_jU&PMDdixBcykcfaYHqQj zfvclqi9um-RkDj^SdfzkBO?PCz~rma3bKOy!!3PW9CIQ{;KyDn1JpjG=BO?F+ literal 0 HcmV?d00001 diff --git a/packs/capacites/000060.log b/packs/capacites/000092.log similarity index 100% rename from packs/capacites/000060.log rename to packs/capacites/000092.log diff --git a/packs/capacites/CURRENT b/packs/capacites/CURRENT index 717cf9a..2f2c868 100644 --- a/packs/capacites/CURRENT +++ b/packs/capacites/CURRENT @@ -1 +1 @@ -MANIFEST-000058 +MANIFEST-000090 diff --git a/packs/capacites/LOG b/packs/capacites/LOG index a7d645c..a86e3cd 100644 --- a/packs/capacites/LOG +++ b/packs/capacites/LOG @@ -1,8 +1,8 @@ -2024/04/01-17:26:18.372566 7f2f096006c0 Recovering log #56 -2024/04/01-17:26:18.382660 7f2f096006c0 Delete type=3 #54 -2024/04/01-17:26:18.382718 7f2f096006c0 Delete type=0 #56 -2024/04/01-17:27:00.191314 7f2f03a006c0 Level-0 table #61: started -2024/04/01-17:27:00.191384 7f2f03a006c0 Level-0 table #61: 0 bytes OK -2024/04/01-17:27:00.227904 7f2f03a006c0 Delete type=0 #59 -2024/04/01-17:27:00.345037 7f2f03a006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end) -2024/04/01-17:27:00.345095 7f2f03a006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end) +2024/04/11-06:57:01.623246 7faaec2006c0 Recovering log #88 +2024/04/11-06:57:01.634524 7faaec2006c0 Delete type=3 #86 +2024/04/11-06:57:01.634699 7faaec2006c0 Delete type=0 #88 +2024/04/11-12:35:54.507245 7faaeae006c0 Level-0 table #93: started +2024/04/11-12:35:54.507282 7faaeae006c0 Level-0 table #93: 0 bytes OK +2024/04/11-12:35:54.513357 7faaeae006c0 Delete type=0 #91 +2024/04/11-12:35:54.521447 7faaeae006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end) +2024/04/11-12:35:54.527846 7faaeae006c0 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 7187e0f..c9bdb7e 100644 --- a/packs/capacites/LOG.old +++ b/packs/capacites/LOG.old @@ -1,8 +1,8 @@ -2024/03/31-17:51:10.086922 7f2efb8006c0 Recovering log #52 -2024/03/31-17:51:10.097896 7f2efb8006c0 Delete type=3 #50 -2024/03/31-17:51:10.098016 7f2efb8006c0 Delete type=0 #52 -2024/03/31-17:52:39.310551 7f2efae006c0 Level-0 table #57: started -2024/03/31-17:52:39.310589 7f2efae006c0 Level-0 table #57: 0 bytes OK -2024/03/31-17:52:39.317387 7f2efae006c0 Delete type=0 #55 -2024/03/31-17:52:39.333187 7f2efae006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end) -2024/03/31-17:52:39.340732 7f2efae006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end) +2024/04/07-18:53:23.313599 7f38a3e006c0 Recovering log #84 +2024/04/07-18:53:23.324153 7f38a3e006c0 Delete type=3 #82 +2024/04/07-18:53:23.324228 7f38a3e006c0 Delete type=0 #84 +2024/04/07-20:09:01.395118 7f38a10006c0 Level-0 table #89: started +2024/04/07-20:09:01.395150 7f38a10006c0 Level-0 table #89: 0 bytes OK +2024/04/07-20:09:01.401527 7f38a10006c0 Delete type=0 #87 +2024/04/07-20:09:01.408979 7f38a10006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end) +2024/04/07-20:09:01.409014 7f38a10006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end) diff --git a/packs/capacites/MANIFEST-000058 b/packs/capacites/MANIFEST-000058 deleted file mode 100644 index fae3f1dabe8e4deba6a318dcedf832ea09cb3239..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmXTF(s(wBfss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfcQb=yuxdBx0<)ZAi4 zgJi$pAg{21Y-9JNvWhepMn(oOfXP>eyQCX==R~+x85@TL=SDHAK;--G8vNp5U}Uo9 VWMH;oQK@#)Fa>dKfLuEk6#zyXBlQ3P diff --git a/packs/capacites/MANIFEST-000090 b/packs/capacites/MANIFEST-000090 new file mode 100644 index 0000000000000000000000000000000000000000..141e5de88f02018f2e9062abb6077293ac889343 GIT binary patch literal 135 zcmXTF(s(wBfss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfcQb=yuxdBx0<)ZAi4 zgJi$pAg{21Y-9JNvWhepMn(oOfXP>eyQCX==R~+x85@TL=SDHAK;&6vY`pgoS$2eSd>_jU&PMD+IopmUNN&IHMdyN zAk4xn&m<(&!Y?(wD9Ff(k&yumVDeS2IYxeg#d*#Ju0CPmRT+#f5P4ylH^LkYj7-*? V49qqxE^PHr!a!UbAlHt?1puK-B8dP1 diff --git a/packs/competences/MANIFEST-000090 b/packs/competences/MANIFEST-000090 new file mode 100644 index 0000000000000000000000000000000000000000..db2aaf5c04fc727e8473630be3c5383ca4a7ce21 GIT binary patch literal 135 zcmXR3vpSc=z{n_-lUkOVlai$8R9TW*o>`pgoS$2eSd>_jU&PMD+IopmUNN&IHMdyN zAk4xn&m<(&!Y?(wD9Ff(k&yumVDeS2IYxeg#d*#Ju0CPmRT+#f5c!I`3`QIbj7-s- V49qbsF1=1a-hj9U}TiaNi9pwNlDUksw_z@&n!-L&d)7KEJ`fNFJfn6eS1|vUNN&IHMdyN z(6Y!fGb<{zvMevhvoJlEk&yumVDeS|eg+w)!C7vVj(%AId5(~4VgHbA}|kPiUesU!XX diff --git a/packs/pouvoirs/MANIFEST-000090 b/packs/pouvoirs/MANIFEST-000090 new file mode 100644 index 0000000000000000000000000000000000000000..9f9e69012857ce02925ed597b9ad0665181a142a GIT binary patch literal 137 zcmb1B^-xV>U}TiaNi9pwNlDUksw_z@&n!-L&d)7KEJ`fNFJfn6eS1|vUNN&IHMdyN z(6Y!fGb<{zvMevhvoJlEk&yumVDeS|eg+w)!C7vVj(%AId5(jcgnYj7-*?49qqx R3`bj5I)k`2K&~AN0|4x860!gQ diff --git a/packs/profils/MANIFEST-000090 b/packs/profils/MANIFEST-000090 new file mode 100644 index 0000000000000000000000000000000000000000..84af25eb1392b8bdc60715797a74294b604cc25d GIT binary patch literal 65 zcmWIhx#Ncn10$nUPHI_dPD+xVQ)NkNd1i5{bAE0?Vo_pAev$R7y*3;Sj7-s-49qbs R41TU#8A03_AUBSM0RZu761D&U literal 0 HcmV?d00001 diff --git a/packs/scenes/000028.log b/packs/scenes/000060.log similarity index 100% rename from packs/scenes/000028.log rename to packs/scenes/000060.log diff --git a/packs/scenes/CURRENT b/packs/scenes/CURRENT index 8b15215..717cf9a 100644 --- a/packs/scenes/CURRENT +++ b/packs/scenes/CURRENT @@ -1 +1 @@ -MANIFEST-000026 +MANIFEST-000058 diff --git a/packs/scenes/LOG b/packs/scenes/LOG index f7aad51..8a14062 100644 --- a/packs/scenes/LOG +++ b/packs/scenes/LOG @@ -1,8 +1,8 @@ -2024/04/01-17:26:18.462590 7f2f096006c0 Recovering log #24 -2024/04/01-17:26:18.472649 7f2f096006c0 Delete type=3 #22 -2024/04/01-17:26:18.472723 7f2f096006c0 Delete type=0 #24 -2024/04/01-17:27:00.384293 7f2f03a006c0 Level-0 table #29: started -2024/04/01-17:27:00.384350 7f2f03a006c0 Level-0 table #29: 0 bytes OK -2024/04/01-17:27:00.411173 7f2f03a006c0 Delete type=0 #27 -2024/04/01-17:27:00.501654 7f2f03a006c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end) -2024/04/01-17:27:00.501685 7f2f03a006c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end) +2024/04/11-06:57:01.720184 7faaec2006c0 Recovering log #56 +2024/04/11-06:57:01.761076 7faaec2006c0 Delete type=3 #54 +2024/04/11-06:57:01.761174 7faaec2006c0 Delete type=0 #56 +2024/04/11-12:35:54.548328 7faaeae006c0 Level-0 table #61: started +2024/04/11-12:35:54.548352 7faaeae006c0 Level-0 table #61: 0 bytes OK +2024/04/11-12:35:54.555900 7faaeae006c0 Delete type=0 #59 +2024/04/11-12:35:54.562976 7faaeae006c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end) +2024/04/11-12:35:54.563070 7faaeae006c0 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 2924495..44d1d94 100644 --- a/packs/scenes/LOG.old +++ b/packs/scenes/LOG.old @@ -1,8 +1,8 @@ -2024/03/31-17:51:10.189493 7f2efb8006c0 Recovering log #20 -2024/03/31-17:51:10.200793 7f2efb8006c0 Delete type=3 #18 -2024/03/31-17:51:10.200888 7f2efb8006c0 Delete type=0 #20 -2024/03/31-17:52:39.363237 7f2efae006c0 Level-0 table #25: started -2024/03/31-17:52:39.363276 7f2efae006c0 Level-0 table #25: 0 bytes OK -2024/03/31-17:52:39.370640 7f2efae006c0 Delete type=0 #23 -2024/03/31-17:52:39.370876 7f2efae006c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end) -2024/03/31-17:52:39.370904 7f2efae006c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end) +2024/04/07-18:53:23.395948 7f38a3e006c0 Recovering log #52 +2024/04/07-18:53:23.405511 7f38a3e006c0 Delete type=3 #50 +2024/04/07-18:53:23.405564 7f38a3e006c0 Delete type=0 #52 +2024/04/07-20:09:01.445775 7f38a10006c0 Level-0 table #57: started +2024/04/07-20:09:01.445830 7f38a10006c0 Level-0 table #57: 0 bytes OK +2024/04/07-20:09:01.452616 7f38a10006c0 Delete type=0 #55 +2024/04/07-20:09:01.459829 7f38a10006c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end) +2024/04/07-20:09:01.459870 7f38a10006c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/MANIFEST-000026 b/packs/scenes/MANIFEST-000026 deleted file mode 100644 index 963cbc0565ede106b6c2d8514cd051c5888d9a79..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 136 zcmb>6bL35CU}TiaNi9pwNlDUksw_z@&n!-L&d)7KEJ`fNFJfn6UB#oISe%@ims+f7 z;gXf@mzr9dRbW(@mS*V3$jkr+a0QhGE~O=fS%p!_MdmpbW}b{J5Cx~d9f{>&U}Tc! WWMGzIVc9qHtOAHD1LVrFumAwJm?QlF diff --git a/packs/scenes/MANIFEST-000058 b/packs/scenes/MANIFEST-000058 new file mode 100644 index 0000000000000000000000000000000000000000..481f5e07f3b9b0c908b7af0a521d7e44ffb996c9 GIT binary patch literal 136 zcmb>6bL35CU}TiaNi9pwNlDUksw_z@&n!-L&d)7KEJ`fNFJfn6UB#oISe%@ims+f7 z;gXf@mzr9dRbW(@mS*V3$jkr+a0QhGE~O=fS%p!_MdmpbW}b{J5Cu!;O?kt?z{q6H W$-r#G!m@#Jjv - + +    @@ -113,6 +114,10 @@
 
+
+ +
{{#each futileSkills as |skill key|}}
  • @@ -409,11 +414,7 @@ {{#each pouvoirs as |pouvoir key|}}
  • - {{#if pouvoir.system.istest}} {{pouvoir.name}} - {{else}} - {{pouvoir.name}} - {{/if}} {{upperFirst pouvoir.system.masquetype}} {{upperFirst pouvoir.system.pouvoirtype}} {{upperFirst pouvoir.system.niveau}} diff --git a/templates/chat-generic-result.html b/templates/chat-generic-result.html index f0085ba..de161f4 100644 --- a/templates/chat-generic-result.html +++ b/templates/chat-generic-result.html @@ -48,41 +48,44 @@
  • Vous dépense 2 points de Tricherie et utilisé une face adjacente du dé !
  • {{/if}} -
  • Formule : {{diceFormula}}
  • -
  • Résultat du dé : {{diceResult}}
  • - - {{#if adjacentFaces}} -
  • Faces Adjacentes : - {{#each adjacentFaces as |value key|}} - {{value}} - {{/each}} -
  • - {{/if}} - -
  • Total : {{finalResult}} {{#if (gt sdValue "-1")}}(Marge : {{marge}}){{/if}}
  • - - - {{#if (gt sdValue "-1")}} - {{#if isSuccess}} -
  • Succès... -
  • + {{#if noRoll}} {{else}} -
  • Echec...
  • - {{/if}} - {{/if}} +
  • Formule : {{diceFormula}}
  • +
  • Résultat du dé : {{diceResult}}
  • - {{#if isBrelan}} -
  • Brelan sur 3 dés !
  • - {{/if}} - {{#if isSuite}} -
  • Suite sur 3 dés !
  • - {{/if}} + {{#if adjacentFaces}} +
  • Faces Adjacentes : + {{#each adjacentFaces as |value key|}} + {{value}} + {{/each}} +
  • + {{/if}} - {{#if isCriticalSuccess}} -
  • Réussite Critique !!!
  • - {{/if}} - {{#if isCriticalFailure}} -
  • Echec Critique !!!
  • +
  • Total : {{finalResult}} {{#if (gt sdValue "-1")}}(Marge : {{marge}}){{/if}}
  • + + + {{#if (gt sdValue "-1")}} + {{#if isSuccess}} +
  • Succès... +
  • + {{else}} +
  • Echec...
  • + {{/if}} + {{/if}} + + {{#if isBrelan}} +
  • Brelan sur 3 dés !
  • + {{/if}} + {{#if isSuite}} +
  • Suite sur 3 dés !
  • + {{/if}} + + {{#if isCriticalSuccess}} +
  • Réussite Critique !!!
  • + {{/if}} + {{#if isCriticalFailure}} +
  • Echec Critique !!!
  • + {{/if}} {{/if}}