From 8598df5a57079519b6b666dca7871178508cd85e Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Sat, 23 Mar 2024 11:37:15 +0100 Subject: [PATCH] Ajout de la gestion des Points d'usage --- modules/heritiers-actor-sheet.js | 48 +++++++++++++---- modules/heritiers-actor.js | 51 +++++++++++++++++- modules/heritiers-item-sheet.js | 13 ++++- modules/heritiers-roll-dialog.js | 3 ++ modules/heritiers-utility.js | 12 ++++- .../{000044.log => 000052.log} | 0 packs/archetypes-fees/CURRENT | 2 +- packs/archetypes-fees/LOG | 16 +++--- packs/archetypes-fees/LOG.old | 16 +++--- packs/archetypes-fees/MANIFEST-000042 | Bin 135 -> 0 bytes packs/archetypes-fees/MANIFEST-000050 | Bin 0 -> 135 bytes .../{000044.log => 000052.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-000042 | Bin 135 -> 0 bytes packs/armes-et-protection/MANIFEST-000050 | Bin 0 -> 135 bytes .../{000044.log => 000052.log} | 0 packs/atouts-feeriques/CURRENT | 2 +- packs/atouts-feeriques/LOG | 16 +++--- packs/atouts-feeriques/LOG.old | 16 +++--- packs/atouts-feeriques/MANIFEST-000042 | Bin 137 -> 0 bytes packs/atouts-feeriques/MANIFEST-000050 | Bin 0 -> 137 bytes packs/avantages/{000044.log => 000052.log} | 0 packs/avantages/CURRENT | 2 +- packs/avantages/LOG | 16 +++--- packs/avantages/LOG.old | 16 +++--- packs/avantages/MANIFEST-000042 | Bin 135 -> 0 bytes packs/avantages/MANIFEST-000050 | Bin 0 -> 135 bytes packs/capacites/{000044.log => 000052.log} | 0 packs/capacites/CURRENT | 2 +- packs/capacites/LOG | 16 +++--- packs/capacites/LOG.old | 16 +++--- packs/capacites/MANIFEST-000042 | Bin 135 -> 0 bytes packs/capacites/MANIFEST-000050 | Bin 0 -> 135 bytes packs/competences/{000044.log => 000052.log} | 0 packs/competences/CURRENT | 2 +- packs/competences/LOG | 16 +++--- packs/competences/LOG.old | 16 +++--- packs/competences/MANIFEST-000042 | Bin 135 -> 0 bytes packs/competences/MANIFEST-000050 | Bin 0 -> 135 bytes packs/desavantages/{000044.log => 000052.log} | 0 packs/desavantages/CURRENT | 2 +- packs/desavantages/LOG | 16 +++--- packs/desavantages/LOG.old | 16 +++--- packs/desavantages/MANIFEST-000042 | Bin 135 -> 0 bytes packs/desavantages/MANIFEST-000050 | Bin 0 -> 135 bytes packs/pouvoirs/{000044.log => 000052.log} | 0 packs/pouvoirs/CURRENT | 2 +- packs/pouvoirs/LOG | 16 +++--- packs/pouvoirs/LOG.old | 16 +++--- packs/pouvoirs/MANIFEST-000042 | Bin 137 -> 0 bytes packs/pouvoirs/MANIFEST-000050 | Bin 0 -> 137 bytes packs/profils/{000044.log => 000052.log} | 0 packs/profils/CURRENT | 2 +- packs/profils/LOG | 14 ++--- packs/profils/LOG.old | 14 ++--- packs/profils/MANIFEST-000042 | Bin 65 -> 0 bytes packs/profils/MANIFEST-000050 | Bin 0 -> 65 bytes packs/scenes/{000012.log => 000020.log} | 0 packs/scenes/CURRENT | 2 +- packs/scenes/LOG | 16 +++--- packs/scenes/LOG.old | 16 +++--- packs/scenes/MANIFEST-000010 | Bin 136 -> 0 bytes packs/scenes/MANIFEST-000018 | Bin 0 -> 136 bytes system.json | 4 +- template.json | 1 + templates/actor-sheet.html | 8 ++- templates/chat-generic-result.html | 1 + templates/item-pouvoir-sheet.html | 15 ++++++ templates/roll-dialog-generic.html | 13 ++++- 71 files changed, 318 insertions(+), 187 deletions(-) rename packs/archetypes-fees/{000044.log => 000052.log} (100%) delete mode 100644 packs/archetypes-fees/MANIFEST-000042 create mode 100644 packs/archetypes-fees/MANIFEST-000050 rename packs/armes-et-protection/{000044.log => 000052.log} (100%) delete mode 100644 packs/armes-et-protection/MANIFEST-000042 create mode 100644 packs/armes-et-protection/MANIFEST-000050 rename packs/atouts-feeriques/{000044.log => 000052.log} (100%) delete mode 100644 packs/atouts-feeriques/MANIFEST-000042 create mode 100644 packs/atouts-feeriques/MANIFEST-000050 rename packs/avantages/{000044.log => 000052.log} (100%) delete mode 100644 packs/avantages/MANIFEST-000042 create mode 100644 packs/avantages/MANIFEST-000050 rename packs/capacites/{000044.log => 000052.log} (100%) delete mode 100644 packs/capacites/MANIFEST-000042 create mode 100644 packs/capacites/MANIFEST-000050 rename packs/competences/{000044.log => 000052.log} (100%) delete mode 100644 packs/competences/MANIFEST-000042 create mode 100644 packs/competences/MANIFEST-000050 rename packs/desavantages/{000044.log => 000052.log} (100%) delete mode 100644 packs/desavantages/MANIFEST-000042 create mode 100644 packs/desavantages/MANIFEST-000050 rename packs/pouvoirs/{000044.log => 000052.log} (100%) delete mode 100644 packs/pouvoirs/MANIFEST-000042 create mode 100644 packs/pouvoirs/MANIFEST-000050 rename packs/profils/{000044.log => 000052.log} (100%) delete mode 100644 packs/profils/MANIFEST-000042 create mode 100644 packs/profils/MANIFEST-000050 rename packs/scenes/{000012.log => 000020.log} (100%) delete mode 100644 packs/scenes/MANIFEST-000010 create mode 100644 packs/scenes/MANIFEST-000018 diff --git a/modules/heritiers-actor-sheet.js b/modules/heritiers-actor-sheet.js index f038f2b..fb48d76 100644 --- a/modules/heritiers-actor-sheet.js +++ b/modules/heritiers-actor-sheet.js @@ -77,19 +77,42 @@ export class HeritiersActorSheet extends ActorSheet { } /* -------------------------------------------- */ - getCelluleTalents( ) { - let talents = [] - for(let cellule of game.actors) { - if (cellule.type == "cellule") { - let found = cellule.system.members.find( it => it.id == this.actor.id) - if (found) { - talents = talents.concat( cellule.getTalents() ) + dialogRecupUsage() { + new Dialog({ + title: "Récupération des Points d'Usage", + content: "

Combien de Points d'Usage souhaitez-vous récupérer ?

", + buttons: { + one: { + icon: '', + label: "1 Point", + callback: () => { + this.actor.recupUsage(1) + } + }, + two: { + icon: '', + label: "2 Points", + callback: () => { + this.actor.recupUsage(2) + } + }, + four: { + icon: '', + label: "4 Points", + callback: () => { + this.actor.recupUsage(4) + } + }, + all: { + icon: '', + label: "Tous les Points", + callback: () => { + this.actor.recupUsage(100) + } } } - } - return talents + }).render(true) } - /* -------------------------------------------- */ /** @override */ activateListeners(html) { @@ -180,7 +203,10 @@ export class HeritiersActorSheet extends ActorSheet { let pouvoirId = li.data("item-id") this.actor.rollPouvoir(pouvoirId) }) - + html.find('.dialog-recup-usage').click((event) => { + this.dialogRecupUsage() + }) + html.find('.item-add').click((event) => { const itemType = $(event.currentTarget).data("type") this.actor.createEmbeddedDocuments('Item', [{ name: `Nouveau ${itemType}`, type: itemType }], { renderSheet: true }) diff --git a/modules/heritiers-actor.js b/modules/heritiers-actor.js index c3c2c63..9836175 100644 --- a/modules/heritiers-actor.js +++ b/modules/heritiers-actor.js @@ -135,8 +135,18 @@ export class HeritiersActor extends Actor { return this.getItemSorted(["profil"]) } getPouvoirs() { - return this.getItemSorted(["pouvoir"]) + let pouvoirs = [] + for (let item of this.items) { + if (item.type == "pouvoir") { + let itemObj = duplicate(item) + itemObj.maxUsage = this.getPouvoirUsageMax(item) + pouvoirs.push(itemObj) + } + } + HeritiersUtility.sortArrayObjectsByName(pouvoirs) + return pouvoirs } + /* -------------------------------------------- */ getSkills() { let comp = [] @@ -538,6 +548,7 @@ export class HeritiersActor extends Actor { rollData.useTricherie = false rollData.useSpecialite = false rollData.useHeritage = false + rollData.pouvoirPointsUsage = 1 rollData.rulesMalus.push(this.getPvMalus()) if (compId) { @@ -703,6 +714,7 @@ export class HeritiersActor extends Actor { rollData.carac = duplicate(this.system.caracteristiques[pouvoir.system.carac]) rollData.caracKey = pouvoir.system.carac } + rollData.pouvoirMaxUsage = this.getPouvoirUsageMax(pouvoir) rollData.pouvoir = duplicate(pouvoir) rollData.mode = "pouvoir" let rollDialog = await HeritiersRollDialog.create(this, rollData) @@ -710,4 +722,41 @@ export class HeritiersActor extends Actor { } } + /* -------------------------------------------- */ + incDecPointsUsage(pouvoirId, value) { + let pouvoir = this.items.get(pouvoirId) + let newValue = pouvoir.system.pointsusagecourant + value + newValue = Math.max(newValue, 0) + newValue = Math.min(newValue, this.getPouvoirUsageMax(pouvoir)) + this.updateEmbeddedDocuments('Item', [{ _id: pouvoirId, 'system.pointsusagecourant': newValue }]) + } + + /* -------------------------------------------- */ + getPouvoirUsage(pouvoirId) { + let pouvoir = this.items.get(pouvoirId) + return pouvoir.system.pointsusagecourant + } + + /* -------------------------------------------- */ + getPouvoirUsageMax(pouvoir) { + if (pouvoir.system.masquetype == "masque") { + return this.system.rang.masque.value + } + return this.system.rang.feerie.value + } + /* -------------------------------------------- */ + recupUsage(value) { + let updates = [] + for (let pouvoir of this.items) { + if (pouvoir.type == "pouvoir") { + let newValue = pouvoir.system.pointsusagecourant + value + newValue = Math.max(newValue, 0) + newValue = Math.min(newValue, this.getPouvoirUsageMax(pouvoir)) + updates.push({ _id: pouvoir.id, 'system.pointsusagecourant': newValue }) + } + } + if (updates.length > 0) { + this.updateEmbeddedDocuments('Item', updates) + } + } } diff --git a/modules/heritiers-item-sheet.js b/modules/heritiers-item-sheet.js index 4afe221..a4cd2cd 100644 --- a/modules/heritiers-item-sheet.js +++ b/modules/heritiers-item-sheet.js @@ -61,11 +61,20 @@ export class HeritiersItemSheet extends ItemSheet { limited: this.object.limited, options: this.options, owner: this.document.isOwner, - config: game.system.lesheritiers.config, + config: game.system.lesheritiers.config, isArmeMelee: HeritiersUtility.isArmeMelee(this.object), description: await TextEditor.enrichHTML(this.object.system.description, {async: true}), mr: (this.object.type == 'specialisation'), - isGM: game.user.isGM + isGM: game.user.isGM, + usageMax: -1 + } + + // Items specific data + if (this.object.type == 'pouvoir' && this.document.isOwner && this.actor) { + formData.usageMax = this.actor.getPouvoirUsageMax(this.object) + if (this.object.system.pointsusagecourant == -1) { + this.object.system.pointsusagecourant = formData.usageMax + } } //this.options.editable = !(this.object.origin == "embeddedItem"); diff --git a/modules/heritiers-roll-dialog.js b/modules/heritiers-roll-dialog.js index a27c55e..ce9505a 100644 --- a/modules/heritiers-roll-dialog.js +++ b/modules/heritiers-roll-dialog.js @@ -129,6 +129,9 @@ export class HeritiersRollDialog extends Dialog { html.find('#useSpecialite').change((event) => { this.rollData.useSpecialite = event.currentTarget.checked }) + html.find('#pouvoirPointsUsage').change((event) => { + this.rollData.pouvoirPointsUsage = Number(event.currentTarget.value) + }) html.find('#attaqueDos').change((event) => { this.rollData.attaqueDos = event.currentTarget.checked }) diff --git a/modules/heritiers-utility.js b/modules/heritiers-utility.js index b20f007..f028faf 100644 --- a/modules/heritiers-utility.js +++ b/modules/heritiers-utility.js @@ -471,6 +471,11 @@ export class HeritiersUtility { let actor = this.getActorFromRollData(rollData) + if ( rollData.mode == "pouvoir" && actor.getPouvoirUsage(rollData.pouvoir._id) < rollData.pouvoirPointsUsage) { + ui.notifications.warn("Pas assez de points d'usage pour ce pouvoir.") + return + } + //rollData.actionImg = "systems/fvtt-les-heritiers/assets/icons/" + actor.system.attributs[rollData.attrKey].labelnorm + ".webp" rollData.carac = duplicate(actor.system.caracteristiques[rollData.caracKey]) @@ -542,6 +547,11 @@ export class HeritiersUtility { actor.setFlag("world", "last-initiative", rollData.finalResult) } + // Gestion pouvoir et points d'usage + if (rollData.mode == "pouvoir") { + actor.incDecPointsUsage(rollData.pouvoir._id, -rollData.pouvoirPointsUsage) + } + this.createChatWithRollMode(rollData.alias, { content: await renderTemplate(`systems/fvtt-les-heritiers/templates/chat-generic-result.html`, rollData) }, rollData) @@ -593,7 +603,7 @@ export class HeritiersUtility { /* -------------------------------------------- */ static isArmeMelee(arme) { - return (arme.type == "arme" && (arme.system.categorie == "lourde" || arme.system.categorie == "blanche" || arme.system.categorie == "improvise")) ? true : false + return (arme.type == "arme" && (arme.system.categorie == "lourde" || arme.system.categorie == "blanche" || arme.system.categorie == "improvise")) } /* -------------------------------------------- */ static getWhisperRecipients(rollMode, name) { diff --git a/packs/archetypes-fees/000044.log b/packs/archetypes-fees/000052.log similarity index 100% rename from packs/archetypes-fees/000044.log rename to packs/archetypes-fees/000052.log diff --git a/packs/archetypes-fees/CURRENT b/packs/archetypes-fees/CURRENT index 8e0a062..7570f19 100644 --- a/packs/archetypes-fees/CURRENT +++ b/packs/archetypes-fees/CURRENT @@ -1 +1 @@ -MANIFEST-000042 +MANIFEST-000050 diff --git a/packs/archetypes-fees/LOG b/packs/archetypes-fees/LOG index 76e6b5e..11f7559 100644 --- a/packs/archetypes-fees/LOG +++ b/packs/archetypes-fees/LOG @@ -1,8 +1,8 @@ -2024/03/06-18:59:13.196298 7f0ad3e006c0 Recovering log #40 -2024/03/06-18:59:13.207222 7f0ad3e006c0 Delete type=3 #38 -2024/03/06-18:59:13.207352 7f0ad3e006c0 Delete type=0 #40 -2024/03/06-18:59:54.852223 7f0ad20006c0 Level-0 table #45: started -2024/03/06-18:59:54.852282 7f0ad20006c0 Level-0 table #45: 0 bytes OK -2024/03/06-18:59:54.858458 7f0ad20006c0 Delete type=0 #43 -2024/03/06-18:59:54.858765 7f0ad20006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) -2024/03/06-18:59:54.858791 7f0ad20006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) +2024/03/23-10:48:02.571733 7fed73e006c0 Recovering log #48 +2024/03/23-10:48:02.582541 7fed73e006c0 Delete type=3 #46 +2024/03/23-10:48:02.582617 7fed73e006c0 Delete type=0 #48 +2024/03/23-11:37:00.840004 7fed720006c0 Level-0 table #53: started +2024/03/23-11:37:00.840024 7fed720006c0 Level-0 table #53: 0 bytes OK +2024/03/23-11:37:00.846784 7fed720006c0 Delete type=0 #51 +2024/03/23-11:37:00.846952 7fed720006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) +2024/03/23-11:37:00.846980 7fed720006c0 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 689f953..306178d 100644 --- a/packs/archetypes-fees/LOG.old +++ b/packs/archetypes-fees/LOG.old @@ -1,8 +1,8 @@ -2024/03/06-18:44:25.568521 7f0ad34006c0 Recovering log #36 -2024/03/06-18:44:25.578793 7f0ad34006c0 Delete type=3 #34 -2024/03/06-18:44:25.578840 7f0ad34006c0 Delete type=0 #36 -2024/03/06-18:46:24.175017 7f0ad20006c0 Level-0 table #41: started -2024/03/06-18:46:24.175038 7f0ad20006c0 Level-0 table #41: 0 bytes OK -2024/03/06-18:46:24.182284 7f0ad20006c0 Delete type=0 #39 -2024/03/06-18:46:24.188691 7f0ad20006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) -2024/03/06-18:46:24.195894 7f0ad20006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) +2024/03/23-10:36:32.618548 7fed73e006c0 Recovering log #44 +2024/03/23-10:36:32.628885 7fed73e006c0 Delete type=3 #42 +2024/03/23-10:36:32.628941 7fed73e006c0 Delete type=0 #44 +2024/03/23-10:47:49.111695 7fed720006c0 Level-0 table #49: started +2024/03/23-10:47:49.111718 7fed720006c0 Level-0 table #49: 0 bytes OK +2024/03/23-10:47:49.117669 7fed720006c0 Delete type=0 #47 +2024/03/23-10:47:49.124617 7fed720006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) +2024/03/23-10:47:49.124645 7fed720006c0 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-000042 b/packs/archetypes-fees/MANIFEST-000042 deleted file mode 100644 index 0de1b350824b710aa90cd6830a98583c212aae8c..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#o))Bi8@` diff --git a/packs/archetypes-fees/MANIFEST-000050 b/packs/archetypes-fees/MANIFEST-000050 new file mode 100644 index 0000000000000000000000000000000000000000..f75a0f3a8c5a046c22d5718e5856d59fe2aad484 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#cc>olkBS8QF literal 0 HcmV?d00001 diff --git a/packs/armes-et-protection/000044.log b/packs/armes-et-protection/000052.log similarity index 100% rename from packs/armes-et-protection/000044.log rename to packs/armes-et-protection/000052.log diff --git a/packs/armes-et-protection/CURRENT b/packs/armes-et-protection/CURRENT index 8e0a062..7570f19 100644 --- a/packs/armes-et-protection/CURRENT +++ b/packs/armes-et-protection/CURRENT @@ -1 +1 @@ -MANIFEST-000042 +MANIFEST-000050 diff --git a/packs/armes-et-protection/LOG b/packs/armes-et-protection/LOG index 373e435..135ade0 100644 --- a/packs/armes-et-protection/LOG +++ b/packs/armes-et-protection/LOG @@ -1,8 +1,8 @@ -2024/03/06-18:59:13.221694 7f0ad3e006c0 Recovering log #40 -2024/03/06-18:59:13.232417 7f0ad3e006c0 Delete type=3 #38 -2024/03/06-18:59:13.232531 7f0ad3e006c0 Delete type=0 #40 -2024/03/06-18:59:54.871381 7f0ad20006c0 Level-0 table #45: started -2024/03/06-18:59:54.871434 7f0ad20006c0 Level-0 table #45: 0 bytes OK -2024/03/06-18:59:54.880814 7f0ad20006c0 Delete type=0 #43 -2024/03/06-18:59:54.893588 7f0ad20006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) -2024/03/06-18:59:54.893615 7f0ad20006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) +2024/03/23-10:48:02.597243 7fed73e006c0 Recovering log #48 +2024/03/23-10:48:02.607708 7fed73e006c0 Delete type=3 #46 +2024/03/23-10:48:02.607775 7fed73e006c0 Delete type=0 #48 +2024/03/23-11:37:00.827007 7fed720006c0 Level-0 table #53: started +2024/03/23-11:37:00.827057 7fed720006c0 Level-0 table #53: 0 bytes OK +2024/03/23-11:37:00.833771 7fed720006c0 Delete type=0 #51 +2024/03/23-11:37:00.846910 7fed720006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) +2024/03/23-11:37:00.846959 7fed720006c0 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 0a99862..9b25a09 100644 --- a/packs/armes-et-protection/LOG.old +++ b/packs/armes-et-protection/LOG.old @@ -1,8 +1,8 @@ -2024/03/06-18:44:25.594975 7f0ad34006c0 Recovering log #36 -2024/03/06-18:44:25.604899 7f0ad34006c0 Delete type=3 #34 -2024/03/06-18:44:25.605412 7f0ad34006c0 Delete type=0 #36 -2024/03/06-18:46:24.188713 7f0ad20006c0 Level-0 table #41: started -2024/03/06-18:46:24.188737 7f0ad20006c0 Level-0 table #41: 0 bytes OK -2024/03/06-18:46:24.195790 7f0ad20006c0 Delete type=0 #39 -2024/03/06-18:46:24.202331 7f0ad20006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) -2024/03/06-18:46:24.209583 7f0ad20006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) +2024/03/23-10:36:32.649726 7fed73e006c0 Recovering log #44 +2024/03/23-10:36:32.660737 7fed73e006c0 Delete type=3 #42 +2024/03/23-10:36:32.660854 7fed73e006c0 Delete type=0 #44 +2024/03/23-10:47:49.138231 7fed720006c0 Level-0 table #49: started +2024/03/23-10:47:49.138277 7fed720006c0 Level-0 table #49: 0 bytes OK +2024/03/23-10:47:49.144999 7fed720006c0 Delete type=0 #47 +2024/03/23-10:47:49.151672 7fed720006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) +2024/03/23-10:47:49.151719 7fed720006c0 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-000042 b/packs/armes-et-protection/MANIFEST-000042 deleted file mode 100644 index 3b61b069f4d1c213f704b1cde69dacc081612549..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;+e9g_}7T7@4#= V8JKlgJd6%Wp8#=nfLuKm4**IGBq9I+ diff --git a/packs/armes-et-protection/MANIFEST-000050 b/packs/armes-et-protection/MANIFEST-000050 new file mode 100644 index 0000000000000000000000000000000000000000..1797667857a9c719105bda05986cbd5d7de26c00 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;&hOGI%%`7@3SY V8JJC2JT%T0_=C76K&}~!2LM3%Bgg;% literal 0 HcmV?d00001 diff --git a/packs/atouts-feeriques/000044.log b/packs/atouts-feeriques/000052.log similarity index 100% rename from packs/atouts-feeriques/000044.log rename to packs/atouts-feeriques/000052.log diff --git a/packs/atouts-feeriques/CURRENT b/packs/atouts-feeriques/CURRENT index 8e0a062..7570f19 100644 --- a/packs/atouts-feeriques/CURRENT +++ b/packs/atouts-feeriques/CURRENT @@ -1 +1 @@ -MANIFEST-000042 +MANIFEST-000050 diff --git a/packs/atouts-feeriques/LOG b/packs/atouts-feeriques/LOG index 1db768f..ab569df 100644 --- a/packs/atouts-feeriques/LOG +++ b/packs/atouts-feeriques/LOG @@ -1,8 +1,8 @@ -2024/03/06-18:59:13.183873 7f0ad8a006c0 Recovering log #40 -2024/03/06-18:59:13.193539 7f0ad8a006c0 Delete type=3 #38 -2024/03/06-18:59:13.193588 7f0ad8a006c0 Delete type=0 #40 -2024/03/06-18:59:54.838571 7f0ad20006c0 Level-0 table #45: started -2024/03/06-18:59:54.838599 7f0ad20006c0 Level-0 table #45: 0 bytes OK -2024/03/06-18:59:54.844970 7f0ad20006c0 Delete type=0 #43 -2024/03/06-18:59:54.858747 7f0ad20006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) -2024/03/06-18:59:54.858778 7f0ad20006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) +2024/03/23-10:48:02.559259 7fed734006c0 Recovering log #48 +2024/03/23-10:48:02.569488 7fed734006c0 Delete type=3 #46 +2024/03/23-10:48:02.569553 7fed734006c0 Delete type=0 #48 +2024/03/23-11:37:00.820791 7fed720006c0 Level-0 table #53: started +2024/03/23-11:37:00.820819 7fed720006c0 Level-0 table #53: 0 bytes OK +2024/03/23-11:37:00.826839 7fed720006c0 Delete type=0 #51 +2024/03/23-11:37:00.846901 7fed720006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) +2024/03/23-11:37:00.846946 7fed720006c0 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 7a13d01..42a0ca0 100644 --- a/packs/atouts-feeriques/LOG.old +++ b/packs/atouts-feeriques/LOG.old @@ -1,8 +1,8 @@ -2024/03/06-18:44:25.556505 7f0ad94006c0 Recovering log #36 -2024/03/06-18:44:25.565851 7f0ad94006c0 Delete type=3 #34 -2024/03/06-18:44:25.565906 7f0ad94006c0 Delete type=0 #36 -2024/03/06-18:46:24.168720 7f0ad20006c0 Level-0 table #41: started -2024/03/06-18:46:24.168740 7f0ad20006c0 Level-0 table #41: 0 bytes OK -2024/03/06-18:46:24.174891 7f0ad20006c0 Delete type=0 #39 -2024/03/06-18:46:24.182563 7f0ad20006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) -2024/03/06-18:46:24.188703 7f0ad20006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) +2024/03/23-10:36:32.605189 7fed78a006c0 Recovering log #44 +2024/03/23-10:36:32.615490 7fed78a006c0 Delete type=3 #42 +2024/03/23-10:36:32.615554 7fed78a006c0 Delete type=0 #44 +2024/03/23-10:47:49.098509 7fed720006c0 Level-0 table #49: started +2024/03/23-10:47:49.098542 7fed720006c0 Level-0 table #49: 0 bytes OK +2024/03/23-10:47:49.104751 7fed720006c0 Delete type=0 #47 +2024/03/23-10:47:49.124594 7fed720006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) +2024/03/23-10:47:49.124632 7fed720006c0 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-000042 b/packs/atouts-feeriques/MANIFEST-000042 deleted file mode 100644 index bc7b7a65bb4ad0ef2a96eab549834dd8b0415d46..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)gvf^$nip|0FfwU# WGBE3~%w)Xz%|R8!*8%eNfP4U(eI+~q diff --git a/packs/atouts-feeriques/MANIFEST-000050 b/packs/atouts-feeriques/MANIFEST-000050 new file mode 100644 index 0000000000000000000000000000000000000000..309df653d283780f2a8b635b709fa9d74a913a55 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)gvi&)Ckb;hFfti) WGBBI4%w*iOGU5S!yk|kaM literal 0 HcmV?d00001 diff --git a/packs/avantages/000044.log b/packs/avantages/000052.log similarity index 100% rename from packs/avantages/000044.log rename to packs/avantages/000052.log diff --git a/packs/avantages/CURRENT b/packs/avantages/CURRENT index 8e0a062..7570f19 100644 --- a/packs/avantages/CURRENT +++ b/packs/avantages/CURRENT @@ -1 +1 @@ -MANIFEST-000042 +MANIFEST-000050 diff --git a/packs/avantages/LOG b/packs/avantages/LOG index be9cf23..22e4ad5 100644 --- a/packs/avantages/LOG +++ b/packs/avantages/LOG @@ -1,8 +1,8 @@ -2024/03/06-18:59:13.146641 7f0ad3e006c0 Recovering log #40 -2024/03/06-18:59:13.156095 7f0ad3e006c0 Delete type=3 #38 -2024/03/06-18:59:13.156156 7f0ad3e006c0 Delete type=0 #40 -2024/03/06-18:59:54.817526 7f0ad20006c0 Level-0 table #45: started -2024/03/06-18:59:54.817581 7f0ad20006c0 Level-0 table #45: 0 bytes OK -2024/03/06-18:59:54.823954 7f0ad20006c0 Delete type=0 #43 -2024/03/06-18:59:54.832163 7f0ad20006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) -2024/03/06-18:59:54.832224 7f0ad20006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) +2024/03/23-10:48:02.521231 7fed73e006c0 Recovering log #48 +2024/03/23-10:48:02.532005 7fed73e006c0 Delete type=3 #46 +2024/03/23-10:48:02.532101 7fed73e006c0 Delete type=0 #48 +2024/03/23-11:37:00.801358 7fed720006c0 Level-0 table #53: started +2024/03/23-11:37:00.801380 7fed720006c0 Level-0 table #53: 0 bytes OK +2024/03/23-11:37:00.807396 7fed720006c0 Delete type=0 #51 +2024/03/23-11:37:00.820567 7fed720006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) +2024/03/23-11:37:00.820617 7fed720006c0 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 a69fdde..5a52e52 100644 --- a/packs/avantages/LOG.old +++ b/packs/avantages/LOG.old @@ -1,8 +1,8 @@ -2024/03/06-18:44:25.520679 7f0ad34006c0 Recovering log #36 -2024/03/06-18:44:25.530573 7f0ad34006c0 Delete type=3 #34 -2024/03/06-18:44:25.530645 7f0ad34006c0 Delete type=0 #36 -2024/03/06-18:46:24.149265 7f0ad20006c0 Level-0 table #41: started -2024/03/06-18:46:24.149287 7f0ad20006c0 Level-0 table #41: 0 bytes OK -2024/03/06-18:46:24.155653 7f0ad20006c0 Delete type=0 #39 -2024/03/06-18:46:24.161941 7f0ad20006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) -2024/03/06-18:46:24.168702 7f0ad20006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) +2024/03/23-10:36:32.565243 7fed73e006c0 Recovering log #44 +2024/03/23-10:36:32.575390 7fed73e006c0 Delete type=3 #42 +2024/03/23-10:36:32.575442 7fed73e006c0 Delete type=0 #44 +2024/03/23-10:47:49.091958 7fed720006c0 Level-0 table #49: started +2024/03/23-10:47:49.092014 7fed720006c0 Level-0 table #49: 0 bytes OK +2024/03/23-10:47:49.098272 7fed720006c0 Delete type=0 #47 +2024/03/23-10:47:49.098402 7fed720006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) +2024/03/23-10:47:49.098427 7fed720006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) diff --git a/packs/avantages/MANIFEST-000042 b/packs/avantages/MANIFEST-000042 deleted file mode 100644 index 3858680783e574377bf64750cf8cc090dc8ab82b..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;c}0B#8h3 diff --git a/packs/avantages/MANIFEST-000050 b/packs/avantages/MANIFEST-000050 new file mode 100644 index 0000000000000000000000000000000000000000..fdd79a58194c948192fabc69602e2003b0dac001 GIT binary patch literal 135 zcmeY*P`j4Iz{n_-lUkOVlai$8R9TW*o>`pgoS$2eSd>_jU&PMDdixBcykcfaYHqQj zfvclqi9um-RkDj^SdfzkBO?PCz~rma3bKOy!!3PW9CIQeyQCX==R~+x85@TL=SDHAK;&h`%KvaMFfwU# VGBE3~sAyEy+k?0|K&~E(3IHlJBMSfk diff --git a/packs/capacites/MANIFEST-000050 b/packs/capacites/MANIFEST-000050 new file mode 100644 index 0000000000000000000000000000000000000000..db47f740494c48e14e1bfbea2c98fe3640c0718a 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;+dqS&BIr7@3SY V8JJC2RE(DK>;Q31fLt>c6#x@aB542s literal 0 HcmV?d00001 diff --git a/packs/competences/000044.log b/packs/competences/000052.log similarity index 100% rename from packs/competences/000044.log rename to packs/competences/000052.log diff --git a/packs/competences/CURRENT b/packs/competences/CURRENT index 8e0a062..7570f19 100644 --- a/packs/competences/CURRENT +++ b/packs/competences/CURRENT @@ -1 +1 @@ -MANIFEST-000042 +MANIFEST-000050 diff --git a/packs/competences/LOG b/packs/competences/LOG index f050d04..e8882a0 100644 --- a/packs/competences/LOG +++ b/packs/competences/LOG @@ -1,8 +1,8 @@ -2024/03/06-18:59:13.134222 7f0ad8a006c0 Recovering log #40 -2024/03/06-18:59:13.144640 7f0ad8a006c0 Delete type=3 #38 -2024/03/06-18:59:13.144704 7f0ad8a006c0 Delete type=0 #40 -2024/03/06-18:59:54.810298 7f0ad20006c0 Level-0 table #45: started -2024/03/06-18:59:54.810361 7f0ad20006c0 Level-0 table #45: 0 bytes OK -2024/03/06-18:59:54.817371 7f0ad20006c0 Delete type=0 #43 -2024/03/06-18:59:54.832145 7f0ad20006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end) -2024/03/06-18:59:54.832211 7f0ad20006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end) +2024/03/23-10:48:02.509092 7fed734006c0 Recovering log #48 +2024/03/23-10:48:02.519097 7fed734006c0 Delete type=3 #46 +2024/03/23-10:48:02.519155 7fed734006c0 Delete type=0 #48 +2024/03/23-11:37:00.794140 7fed720006c0 Level-0 table #53: started +2024/03/23-11:37:00.794164 7fed720006c0 Level-0 table #53: 0 bytes OK +2024/03/23-11:37:00.801230 7fed720006c0 Delete type=0 #51 +2024/03/23-11:37:00.807497 7fed720006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end) +2024/03/23-11:37:00.820584 7fed720006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end) diff --git a/packs/competences/LOG.old b/packs/competences/LOG.old index aa767d4..59d6fdd 100644 --- a/packs/competences/LOG.old +++ b/packs/competences/LOG.old @@ -1,8 +1,8 @@ -2024/03/06-18:44:25.508577 7f0ad94006c0 Recovering log #36 -2024/03/06-18:44:25.518629 7f0ad94006c0 Delete type=3 #34 -2024/03/06-18:44:25.518679 7f0ad94006c0 Delete type=0 #36 -2024/03/06-18:46:24.142406 7f0ad20006c0 Level-0 table #41: started -2024/03/06-18:46:24.142437 7f0ad20006c0 Level-0 table #41: 0 bytes OK -2024/03/06-18:46:24.149137 7f0ad20006c0 Delete type=0 #39 -2024/03/06-18:46:24.155816 7f0ad20006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end) -2024/03/06-18:46:24.161951 7f0ad20006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end) +2024/03/23-10:36:32.552707 7fed78a006c0 Recovering log #44 +2024/03/23-10:36:32.562757 7fed78a006c0 Delete type=3 #42 +2024/03/23-10:36:32.562811 7fed78a006c0 Delete type=0 #44 +2024/03/23-10:47:49.078056 7fed720006c0 Level-0 table #49: started +2024/03/23-10:47:49.078086 7fed720006c0 Level-0 table #49: 0 bytes OK +2024/03/23-10:47:49.084141 7fed720006c0 Delete type=0 #47 +2024/03/23-10:47:49.098382 7fed720006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end) +2024/03/23-10:47:49.098433 7fed720006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end) diff --git a/packs/competences/MANIFEST-000042 b/packs/competences/MANIFEST-000042 deleted file mode 100644 index 2450c9791ceddf606d397eb2761982004090ce6b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmXR3vpSc=z{n_-lUkOVlai$8R9TW*o>`pgoS$2eSd>_jU&PMD+IopmUNN&IHMdyN zAk4xn&m<(&!Y?(wD9Ff(k&yumVDeS2IYxeg#d*#Ju0CPmRT+#f5cvg{H!E^5FfwU# VGBE3~xNNo99RuR(0J(ZBE&#(kBc}iW diff --git a/packs/competences/MANIFEST-000050 b/packs/competences/MANIFEST-000050 new file mode 100644 index 0000000000000000000000000000000000000000..edeaace438c026b88d4a7ef3bd6b38912ad2cbe0 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+#f5cydrPR!t7U}Q4p WWMDR7aao^y;VOu00_2*pxBvj!ZzS~q literal 0 HcmV?d00001 diff --git a/packs/desavantages/000044.log b/packs/desavantages/000052.log similarity index 100% rename from packs/desavantages/000044.log rename to packs/desavantages/000052.log diff --git a/packs/desavantages/CURRENT b/packs/desavantages/CURRENT index 8e0a062..7570f19 100644 --- a/packs/desavantages/CURRENT +++ b/packs/desavantages/CURRENT @@ -1 +1 @@ -MANIFEST-000042 +MANIFEST-000050 diff --git a/packs/desavantages/LOG b/packs/desavantages/LOG index d501b8e..db7c23d 100644 --- a/packs/desavantages/LOG +++ b/packs/desavantages/LOG @@ -1,8 +1,8 @@ -2024/03/06-18:59:13.158253 7f0ad8a006c0 Recovering log #40 -2024/03/06-18:59:13.169250 7f0ad8a006c0 Delete type=3 #38 -2024/03/06-18:59:13.169308 7f0ad8a006c0 Delete type=0 #40 -2024/03/06-18:59:54.824195 7f0ad20006c0 Level-0 table #45: started -2024/03/06-18:59:54.824253 7f0ad20006c0 Level-0 table #45: 0 bytes OK -2024/03/06-18:59:54.831973 7f0ad20006c0 Delete type=0 #43 -2024/03/06-18:59:54.832196 7f0ad20006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end) -2024/03/06-18:59:54.832239 7f0ad20006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end) +2024/03/23-10:48:02.534354 7fed734006c0 Recovering log #48 +2024/03/23-10:48:02.545488 7fed734006c0 Delete type=3 #46 +2024/03/23-10:48:02.545545 7fed734006c0 Delete type=0 #48 +2024/03/23-11:37:00.813815 7fed720006c0 Level-0 table #53: started +2024/03/23-11:37:00.813835 7fed720006c0 Level-0 table #53: 0 bytes OK +2024/03/23-11:37:00.820461 7fed720006c0 Delete type=0 #51 +2024/03/23-11:37:00.820601 7fed720006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end) +2024/03/23-11:37:00.820624 7fed720006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end) diff --git a/packs/desavantages/LOG.old b/packs/desavantages/LOG.old index 99d297f..0e6c0ad 100644 --- a/packs/desavantages/LOG.old +++ b/packs/desavantages/LOG.old @@ -1,8 +1,8 @@ -2024/03/06-18:44:25.532864 7f0ad94006c0 Recovering log #36 -2024/03/06-18:44:25.542781 7f0ad94006c0 Delete type=3 #34 -2024/03/06-18:44:25.542832 7f0ad94006c0 Delete type=0 #36 -2024/03/06-18:46:24.155844 7f0ad20006c0 Level-0 table #41: started -2024/03/06-18:46:24.155874 7f0ad20006c0 Level-0 table #41: 0 bytes OK -2024/03/06-18:46:24.161851 7f0ad20006c0 Delete type=0 #39 -2024/03/06-18:46:24.168712 7f0ad20006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end) -2024/03/06-18:46:24.175009 7f0ad20006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end) +2024/03/23-10:36:32.577869 7fed78a006c0 Recovering log #44 +2024/03/23-10:36:32.588845 7fed78a006c0 Delete type=3 #42 +2024/03/23-10:36:32.588930 7fed78a006c0 Delete type=0 #44 +2024/03/23-10:47:49.084257 7fed720006c0 Level-0 table #49: started +2024/03/23-10:47:49.084286 7fed720006c0 Level-0 table #49: 0 bytes OK +2024/03/23-10:47:49.091721 7fed720006c0 Delete type=0 #47 +2024/03/23-10:47:49.098393 7fed720006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end) +2024/03/23-10:47:49.098420 7fed720006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end) diff --git a/packs/desavantages/MANIFEST-000042 b/packs/desavantages/MANIFEST-000042 deleted file mode 100644 index 4b3af83dd0853b4011abb530f6d1e51273686ca0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmbQ5I^8&lfss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfcQwc|6RykcfaYHqQj zQD9+NiE~bHSYC!{YF0!kBO?PCz~n2cg1pSU0t`J0^9w6{QnDBwA@WRl-9I@P7@4#= V8JKlg9K{8jO+Z{7AXksY5dZ{^BU%6e diff --git a/packs/desavantages/MANIFEST-000050 b/packs/desavantages/MANIFEST-000050 new file mode 100644 index 0000000000000000000000000000000000000000..f51d60d52e7c3d97280e08316523358d37164a9d GIT binary patch literal 135 zcmbQ5I^8&lfss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfcQwc|6RykcfaYHqQj zQD9+NiE~bHSYC!{YF0!kBO?PCz~n2cg1pSU0t`J0^9w6{QnDBwA@V;KFf?*7Ffti) VGBBI4IP(7cz8Azb0dmb)904V8C4T?_ literal 0 HcmV?d00001 diff --git a/packs/pouvoirs/000044.log b/packs/pouvoirs/000052.log similarity index 100% rename from packs/pouvoirs/000044.log rename to packs/pouvoirs/000052.log diff --git a/packs/pouvoirs/CURRENT b/packs/pouvoirs/CURRENT index 8e0a062..7570f19 100644 --- a/packs/pouvoirs/CURRENT +++ b/packs/pouvoirs/CURRENT @@ -1 +1 @@ -MANIFEST-000042 +MANIFEST-000050 diff --git a/packs/pouvoirs/LOG b/packs/pouvoirs/LOG index 578a47d..cc50f0a 100644 --- a/packs/pouvoirs/LOG +++ b/packs/pouvoirs/LOG @@ -1,8 +1,8 @@ -2024/03/06-18:59:13.209880 7f0ad8a006c0 Recovering log #40 -2024/03/06-18:59:13.219277 7f0ad8a006c0 Delete type=3 #38 -2024/03/06-18:59:13.219340 7f0ad8a006c0 Delete type=0 #40 -2024/03/06-18:59:54.845141 7f0ad20006c0 Level-0 table #45: started -2024/03/06-18:59:54.845181 7f0ad20006c0 Level-0 table #45: 0 bytes OK -2024/03/06-18:59:54.852067 7f0ad20006c0 Delete type=0 #43 -2024/03/06-18:59:54.858757 7f0ad20006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end) -2024/03/06-18:59:54.858784 7f0ad20006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end) +2024/03/23-10:48:02.584567 7fed734006c0 Recovering log #48 +2024/03/23-10:48:02.594353 7fed734006c0 Delete type=3 #46 +2024/03/23-10:48:02.594417 7fed734006c0 Delete type=0 #48 +2024/03/23-11:37:00.833866 7fed720006c0 Level-0 table #53: started +2024/03/23-11:37:00.833890 7fed720006c0 Level-0 table #53: 0 bytes OK +2024/03/23-11:37:00.839913 7fed720006c0 Delete type=0 #51 +2024/03/23-11:37:00.846918 7fed720006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end) +2024/03/23-11:37:00.846966 7fed720006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end) diff --git a/packs/pouvoirs/LOG.old b/packs/pouvoirs/LOG.old index abd6429..c1ec195 100644 --- a/packs/pouvoirs/LOG.old +++ b/packs/pouvoirs/LOG.old @@ -1,8 +1,8 @@ -2024/03/06-18:44:25.581915 7f0ad94006c0 Recovering log #36 -2024/03/06-18:44:25.592375 7f0ad94006c0 Delete type=3 #34 -2024/03/06-18:44:25.592428 7f0ad94006c0 Delete type=0 #36 -2024/03/06-18:46:24.182586 7f0ad20006c0 Level-0 table #41: started -2024/03/06-18:46:24.182611 7f0ad20006c0 Level-0 table #41: 0 bytes OK -2024/03/06-18:46:24.188586 7f0ad20006c0 Delete type=0 #39 -2024/03/06-18:46:24.195882 7f0ad20006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end) -2024/03/06-18:46:24.202340 7f0ad20006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end) +2024/03/23-10:36:32.634942 7fed78a006c0 Recovering log #44 +2024/03/23-10:36:32.645370 7fed78a006c0 Delete type=3 #42 +2024/03/23-10:36:32.645438 7fed78a006c0 Delete type=0 #44 +2024/03/23-10:47:49.117785 7fed720006c0 Level-0 table #49: started +2024/03/23-10:47:49.117808 7fed720006c0 Level-0 table #49: 0 bytes OK +2024/03/23-10:47:49.124476 7fed720006c0 Delete type=0 #47 +2024/03/23-10:47:49.124625 7fed720006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end) +2024/03/23-10:47:49.124651 7fed720006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end) diff --git a/packs/pouvoirs/MANIFEST-000042 b/packs/pouvoirs/MANIFEST-000042 deleted file mode 100644 index fb3421d95d97aaec3c753e898f7779721d0b24c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 137 zcmb1B^-xV>U}TiaNi9pwNlDUksw_z@&n!-L&d)7KEJ`fNFJfn6eS1|vUNN&IHMdyN z(6Y!fGb<{zvMevhvoJlEk&yumVDeS|eg+w)!C7vVj(%AId5(U}TiaNi9pwNlDUksw_z@&n!-L&d)7KEJ`fNFJfn6eS1|vUNN&IHMdyN z(6Y!fGb<{zvMevhvoJlEk&yumVDeS|eg+w)!C7vVj(%AId5(6bL35CU}TiaNi9pwNlDUksw_z@&n!-L&d)7KEJ`fNFJfn6UB#oISe%@ims+f7 z;gXf@mzr9dRbW(@mS*V3$jkr+a0QhGE~O=fS%p!_MdmpbW}b{J5Cu2(%nRpWU}WOv VWMJlDVR@T4O$fy00do0RSOBKrBNhMv diff --git a/packs/scenes/MANIFEST-000018 b/packs/scenes/MANIFEST-000018 new file mode 100644 index 0000000000000000000000000000000000000000..bbcb61374429376f6b157c338fbfc0fe147d75d6 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{J5CxAee!R!Qz{n)b W$-pea!t!0`Féerie - + + + @@ -389,6 +391,9 @@ + + +
 
@@ -404,6 +409,7 @@ {{upperFirst pouvoir.system.masquetype}} {{upperFirst pouvoir.system.pouvoirtype}} {{upperFirst pouvoir.system.niveau}} + {{pouvoir.system.pointsusagecourant}}/{{pouvoir.maxUsage}}
 
diff --git a/templates/chat-generic-result.html b/templates/chat-generic-result.html index 359b6be..f0085ba 100644 --- a/templates/chat-generic-result.html +++ b/templates/chat-generic-result.html @@ -41,6 +41,7 @@ {{#if pouvoir}}
  • Pouvoir : {{pouvoir.name}}
  • Effet : {{pouvoir.system.effet}}
  • +
  • Points d'usage consommés : {{pouvoirPointsUsage}}
  • {{/if}} {{#if forcedValue}} diff --git a/templates/item-pouvoir-sheet.html b/templates/item-pouvoir-sheet.html index fb3aa9a..f3cdb1a 100644 --- a/templates/item-pouvoir-sheet.html +++ b/templates/item-pouvoir-sheet.html @@ -94,6 +94,21 @@ {{/if}} +
  • + + {{#if (eq usageMax -1)}} + + {{else}} + + {{/if}} +
  • + +
  • + + +
  • +
  • {{pouvoirBase.value}}
  • {{/if}} - {{/if}} +
    + Points d'usage consommés : + +
    + {{/if}} {{#each rulesMalus as |malus key|}}