From 4fa9a911a0906c85e10c7b26aea6c20fa424ac01 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Thu, 30 May 2024 08:30:29 +0200 Subject: [PATCH] Ameliorations creatures --- modules/hawkmoon-actor-sheet.js | 4 +- modules/hawkmoon-actor.js | 2 +- packs/aides-de-jeu/{000191.log => 000195.log} | 0 packs/aides-de-jeu/CURRENT | 2 +- packs/aides-de-jeu/LOG | 16 ++++---- packs/aides-de-jeu/LOG.old | 16 ++++---- .../{MANIFEST-000189 => MANIFEST-000193} | Bin 226 -> 226 bytes packs/armes/{000191.log => 000195.log} | 0 packs/armes/CURRENT | 2 +- packs/armes/LOG | 16 ++++---- packs/armes/LOG.old | 16 ++++---- .../{MANIFEST-000189 => MANIFEST-000193} | Bin 173 -> 173 bytes .../{000191.log => 000195.log} | 0 packs/competences-creatures/CURRENT | 2 +- packs/competences-creatures/LOG | 16 ++++---- packs/competences-creatures/LOG.old | 16 ++++---- .../{MANIFEST-000189 => MANIFEST-000193} | Bin 173 -> 173 bytes packs/competences/{000191.log => 000195.log} | 0 packs/competences/CURRENT | 2 +- packs/competences/LOG | 16 ++++---- packs/competences/LOG.old | 16 ++++---- .../{MANIFEST-000189 => MANIFEST-000193} | Bin 174 -> 174 bytes packs/equipement/{000191.log => 000195.log} | 0 packs/equipement/CURRENT | 2 +- packs/equipement/LOG | 16 ++++---- packs/equipement/LOG.old | 16 ++++---- .../{MANIFEST-000189 => MANIFEST-000193} | Bin 176 -> 176 bytes packs/historiques/{000191.log => 000195.log} | 0 packs/historiques/CURRENT | 2 +- packs/historiques/LOG | 16 ++++---- packs/historiques/LOG.old | 16 ++++---- .../{MANIFEST-000189 => MANIFEST-000193} | Bin 174 -> 174 bytes packs/mutations/{000101.log => 000105.log} | 0 packs/mutations/CURRENT | 2 +- packs/mutations/LOG | 16 ++++---- packs/mutations/LOG.old | 16 ++++---- .../{MANIFEST-000099 => MANIFEST-000103} | Bin 173 -> 173 bytes packs/profils/{000191.log => 000195.log} | 0 packs/profils/CURRENT | 2 +- packs/profils/LOG | 16 ++++---- packs/profils/LOG.old | 16 ++++---- .../{MANIFEST-000189 => MANIFEST-000193} | Bin 174 -> 174 bytes packs/protections/{000191.log => 000195.log} | 0 packs/protections/CURRENT | 2 +- packs/protections/LOG | 16 ++++---- packs/protections/LOG.old | 16 ++++---- .../{MANIFEST-000189 => MANIFEST-000193} | Bin 173 -> 173 bytes packs/scenes/{000027.log => 000031.log} | 0 packs/scenes/CURRENT | 2 +- packs/scenes/LOG | 16 ++++---- packs/scenes/LOG.old | 23 ++++------- .../{MANIFEST-000025 => MANIFEST-000029} | Bin 311 -> 311 bytes packs/tables/{000190.log => 000194.log} | 0 packs/tables/CURRENT | 2 +- packs/tables/LOG | 14 +++---- packs/tables/LOG.old | 14 +++---- packs/tables/MANIFEST-000188 | Bin 69 -> 0 bytes packs/tables/MANIFEST-000192 | Bin 0 -> 69 bytes .../{000191.log => 000195.log} | 0 packs/talents-cellule/CURRENT | 2 +- packs/talents-cellule/LOG | 16 ++++---- packs/talents-cellule/LOG.old | 16 ++++---- .../{MANIFEST-000189 => MANIFEST-000193} | Bin 173 -> 173 bytes packs/talents/{000191.log => 000195.log} | 0 packs/talents/CURRENT | 2 +- packs/talents/LOG | 16 ++++---- packs/talents/LOG.old | 16 ++++---- .../{MANIFEST-000189 => MANIFEST-000193} | Bin 176 -> 176 bytes system.json | 8 +++- templates/actor-sheet.html | 3 +- templates/creature-sheet.html | 38 +++++++++++++++++- 71 files changed, 266 insertions(+), 234 deletions(-) rename packs/aides-de-jeu/{000191.log => 000195.log} (100%) rename packs/aides-de-jeu/{MANIFEST-000189 => MANIFEST-000193} (84%) rename packs/armes/{000191.log => 000195.log} (100%) rename packs/armes/{MANIFEST-000189 => MANIFEST-000193} (73%) rename packs/competences-creatures/{000191.log => 000195.log} (100%) rename packs/competences-creatures/{MANIFEST-000189 => MANIFEST-000193} (73%) rename packs/competences/{000191.log => 000195.log} (100%) rename packs/competences/{MANIFEST-000189 => MANIFEST-000193} (73%) rename packs/equipement/{000191.log => 000195.log} (100%) rename packs/equipement/{MANIFEST-000189 => MANIFEST-000193} (72%) rename packs/historiques/{000191.log => 000195.log} (100%) rename packs/historiques/{MANIFEST-000189 => MANIFEST-000193} (73%) rename packs/mutations/{000101.log => 000105.log} (100%) rename packs/mutations/{MANIFEST-000099 => MANIFEST-000103} (73%) rename packs/profils/{000191.log => 000195.log} (100%) rename packs/profils/{MANIFEST-000189 => MANIFEST-000193} (73%) rename packs/protections/{000191.log => 000195.log} (100%) rename packs/protections/{MANIFEST-000189 => MANIFEST-000193} (73%) rename packs/scenes/{000027.log => 000031.log} (100%) rename packs/scenes/{MANIFEST-000025 => MANIFEST-000029} (82%) rename packs/tables/{000190.log => 000194.log} (100%) delete mode 100644 packs/tables/MANIFEST-000188 create mode 100644 packs/tables/MANIFEST-000192 rename packs/talents-cellule/{000191.log => 000195.log} (100%) rename packs/talents-cellule/{MANIFEST-000189 => MANIFEST-000193} (73%) rename packs/talents/{000191.log => 000195.log} (100%) rename packs/talents/{MANIFEST-000189 => MANIFEST-000193} (72%) diff --git a/modules/hawkmoon-actor-sheet.js b/modules/hawkmoon-actor-sheet.js index 57b3fd7..7d8ef36 100644 --- a/modules/hawkmoon-actor-sheet.js +++ b/modules/hawkmoon-actor-sheet.js @@ -148,8 +148,8 @@ export class HawkmoonActorSheet extends ActorSheet { this.actor.rollArmeOffensif(armeId) }) - html.find('.roll-assomer').click((event) => { - this.actor.rollAssomer() + html.find('.roll-assommer').click((event) => { + this.actor.rollAssommer() }) html.find('.roll-coup-bas').click((event) => { this.actor.rollCoupBas() diff --git a/modules/hawkmoon-actor.js b/modules/hawkmoon-actor.js index 9097d24..2d4e49e 100644 --- a/modules/hawkmoon-actor.js +++ b/modules/hawkmoon-actor.js @@ -647,7 +647,7 @@ export class HawkmoonActor extends Actor { rollDialog.render(true) } /* -------------------------------------------- */ - async rollAssomer() { + async rollAssommer() { let rollData = this.getCommonRollData("pui", undefined, "Filouterie") rollData.assomer = true rollData.conditionsCommunes = true diff --git a/packs/aides-de-jeu/000191.log b/packs/aides-de-jeu/000195.log similarity index 100% rename from packs/aides-de-jeu/000191.log rename to packs/aides-de-jeu/000195.log diff --git a/packs/aides-de-jeu/CURRENT b/packs/aides-de-jeu/CURRENT index 23e30a1..a2bb032 100644 --- a/packs/aides-de-jeu/CURRENT +++ b/packs/aides-de-jeu/CURRENT @@ -1 +1 @@ -MANIFEST-000189 +MANIFEST-000193 diff --git a/packs/aides-de-jeu/LOG b/packs/aides-de-jeu/LOG index 4346dc2..04b9267 100644 --- a/packs/aides-de-jeu/LOG +++ b/packs/aides-de-jeu/LOG @@ -1,8 +1,8 @@ -2024/05/24-08:17:00.557125 7f7a316006c0 Recovering log #187 -2024/05/24-08:17:00.567036 7f7a316006c0 Delete type=3 #185 -2024/05/24-08:17:00.567138 7f7a316006c0 Delete type=0 #187 -2024/05/24-08:25:18.939360 7f7a2b8006c0 Level-0 table #192: started -2024/05/24-08:25:18.939393 7f7a2b8006c0 Level-0 table #192: 0 bytes OK -2024/05/24-08:25:18.945837 7f7a2b8006c0 Delete type=0 #190 -2024/05/24-08:25:18.945984 7f7a2b8006c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) -2024/05/24-08:25:18.946009 7f7a2b8006c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) +2024/05/30-08:20:34.916087 7ff4c34006c0 Recovering log #191 +2024/05/30-08:20:34.933156 7ff4c34006c0 Delete type=3 #189 +2024/05/30-08:20:34.933245 7ff4c34006c0 Delete type=0 #191 +2024/05/30-08:30:06.395846 7ff4c0c006c0 Level-0 table #196: started +2024/05/30-08:30:06.395899 7ff4c0c006c0 Level-0 table #196: 0 bytes OK +2024/05/30-08:30:06.427199 7ff4c0c006c0 Delete type=0 #194 +2024/05/30-08:30:06.427384 7ff4c0c006c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) +2024/05/30-08:30:06.427410 7ff4c0c006c0 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 928e586..4346dc2 100644 --- a/packs/aides-de-jeu/LOG.old +++ b/packs/aides-de-jeu/LOG.old @@ -1,8 +1,8 @@ -2024/05/05-15:08:28.474868 7fc3f4c006c0 Recovering log #183 -2024/05/05-15:08:28.506757 7fc3f4c006c0 Delete type=3 #181 -2024/05/05-15:08:28.506853 7fc3f4c006c0 Delete type=0 #183 -2024/05/05-15:09:14.527216 7fc3f32006c0 Level-0 table #188: started -2024/05/05-15:09:14.527241 7fc3f32006c0 Level-0 table #188: 0 bytes OK -2024/05/05-15:09:14.534234 7fc3f32006c0 Delete type=0 #186 -2024/05/05-15:09:14.547770 7fc3f32006c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) -2024/05/05-15:09:14.547837 7fc3f32006c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) +2024/05/24-08:17:00.557125 7f7a316006c0 Recovering log #187 +2024/05/24-08:17:00.567036 7f7a316006c0 Delete type=3 #185 +2024/05/24-08:17:00.567138 7f7a316006c0 Delete type=0 #187 +2024/05/24-08:25:18.939360 7f7a2b8006c0 Level-0 table #192: started +2024/05/24-08:25:18.939393 7f7a2b8006c0 Level-0 table #192: 0 bytes OK +2024/05/24-08:25:18.945837 7f7a2b8006c0 Delete type=0 #190 +2024/05/24-08:25:18.945984 7f7a2b8006c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end) +2024/05/24-08:25:18.946009 7f7a2b8006c0 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-000189 b/packs/aides-de-jeu/MANIFEST-000193 similarity index 84% rename from packs/aides-de-jeu/MANIFEST-000189 rename to packs/aides-de-jeu/MANIFEST-000193 index b17e2e881702ab80197e2115143dab697b1a887f..009de94b7f5deea15f3580edf994aea9e78ca8d1 100644 GIT binary patch delta 41 scmaFF_=s`B0j0uyZ2P$w7?}<+axyR-64(zCI0zH~0QQdwN&o-= diff --git a/packs/armes/000191.log b/packs/armes/000195.log similarity index 100% rename from packs/armes/000191.log rename to packs/armes/000195.log diff --git a/packs/armes/CURRENT b/packs/armes/CURRENT index 23e30a1..a2bb032 100644 --- a/packs/armes/CURRENT +++ b/packs/armes/CURRENT @@ -1 +1 @@ -MANIFEST-000189 +MANIFEST-000193 diff --git a/packs/armes/LOG b/packs/armes/LOG index b7d769c..971d556 100644 --- a/packs/armes/LOG +++ b/packs/armes/LOG @@ -1,8 +1,8 @@ -2024/05/24-08:17:00.446699 7f7a32a006c0 Recovering log #187 -2024/05/24-08:17:00.456845 7f7a32a006c0 Delete type=3 #185 -2024/05/24-08:17:00.456957 7f7a32a006c0 Delete type=0 #187 -2024/05/24-08:25:18.877966 7f7a2b8006c0 Level-0 table #192: started -2024/05/24-08:25:18.877995 7f7a2b8006c0 Level-0 table #192: 0 bytes OK -2024/05/24-08:25:18.885132 7f7a2b8006c0 Delete type=0 #190 -2024/05/24-08:25:18.885320 7f7a2b8006c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) -2024/05/24-08:25:18.885350 7f7a2b8006c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) +2024/05/30-08:20:34.748705 7ff4c16006c0 Recovering log #191 +2024/05/30-08:20:34.770253 7ff4c16006c0 Delete type=3 #189 +2024/05/30-08:20:34.770411 7ff4c16006c0 Delete type=0 #191 +2024/05/30-08:30:06.047232 7ff4c0c006c0 Level-0 table #196: started +2024/05/30-08:30:06.047254 7ff4c0c006c0 Level-0 table #196: 0 bytes OK +2024/05/30-08:30:06.081200 7ff4c0c006c0 Delete type=0 #194 +2024/05/30-08:30:06.081367 7ff4c0c006c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) +2024/05/30-08:30:06.081387 7ff4c0c006c0 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 c6e6fae..b7d769c 100644 --- a/packs/armes/LOG.old +++ b/packs/armes/LOG.old @@ -1,8 +1,8 @@ -2024/05/05-15:08:28.197636 7fc3f42006c0 Recovering log #183 -2024/05/05-15:08:28.228972 7fc3f42006c0 Delete type=3 #181 -2024/05/05-15:08:28.229102 7fc3f42006c0 Delete type=0 #183 -2024/05/05-15:09:14.474463 7fc3f32006c0 Level-0 table #188: started -2024/05/05-15:09:14.474545 7fc3f32006c0 Level-0 table #188: 0 bytes OK -2024/05/05-15:09:14.480529 7fc3f32006c0 Delete type=0 #186 -2024/05/05-15:09:14.486879 7fc3f32006c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) -2024/05/05-15:09:14.486980 7fc3f32006c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) +2024/05/24-08:17:00.446699 7f7a32a006c0 Recovering log #187 +2024/05/24-08:17:00.456845 7f7a32a006c0 Delete type=3 #185 +2024/05/24-08:17:00.456957 7f7a32a006c0 Delete type=0 #187 +2024/05/24-08:25:18.877966 7f7a2b8006c0 Level-0 table #192: started +2024/05/24-08:25:18.877995 7f7a2b8006c0 Level-0 table #192: 0 bytes OK +2024/05/24-08:25:18.885132 7f7a2b8006c0 Delete type=0 #190 +2024/05/24-08:25:18.885320 7f7a2b8006c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) +2024/05/24-08:25:18.885350 7f7a2b8006c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end) diff --git a/packs/armes/MANIFEST-000189 b/packs/armes/MANIFEST-000193 similarity index 73% rename from packs/armes/MANIFEST-000189 rename to packs/armes/MANIFEST-000193 index 0ae9b859076ffcc366a18906a9a332760612206f..4deabb57523f4059de9f21d7d45af2a91f06aa62 100644 GIT binary patch delta 41 scmZ3>xR!B3x6+DDyLh-57?}<+axyRF?;3!Z401sLVqW}N^ delta 41 scmZ3>xR!B3x6-=_n;vm7Ff#39xR!B3w^H6k*JE4^j7*0ZIT@G_GqMO+7Fzm&1P+4)jsgV$^9c!n delta 41 rcmZ3>xR!B3w~|It>>4fxMy7p?oD9tS8Ce8&a65;B1ondj4gv)L-){)> diff --git a/packs/competences/000191.log b/packs/competences/000195.log similarity index 100% rename from packs/competences/000191.log rename to packs/competences/000195.log diff --git a/packs/competences/CURRENT b/packs/competences/CURRENT index 23e30a1..a2bb032 100644 --- a/packs/competences/CURRENT +++ b/packs/competences/CURRENT @@ -1 +1 @@ -MANIFEST-000189 +MANIFEST-000193 diff --git a/packs/competences/LOG b/packs/competences/LOG index fe101be..cb08d5e 100644 --- a/packs/competences/LOG +++ b/packs/competences/LOG @@ -1,8 +1,8 @@ -2024/05/24-08:17:00.392950 7f7a32a006c0 Recovering log #187 -2024/05/24-08:17:00.403396 7f7a32a006c0 Delete type=3 #185 -2024/05/24-08:17:00.403453 7f7a32a006c0 Delete type=0 #187 -2024/05/24-08:25:18.822948 7f7a2b8006c0 Level-0 table #192: started -2024/05/24-08:25:18.823009 7f7a2b8006c0 Level-0 table #192: 0 bytes OK -2024/05/24-08:25:18.829886 7f7a2b8006c0 Delete type=0 #190 -2024/05/24-08:25:18.847803 7f7a2b8006c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) -2024/05/24-08:25:18.858034 7f7a2b8006c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) +2024/05/30-08:20:34.675461 7ff4c16006c0 Recovering log #191 +2024/05/30-08:20:34.692897 7ff4c16006c0 Delete type=3 #189 +2024/05/30-08:20:34.692957 7ff4c16006c0 Delete type=0 #191 +2024/05/30-08:30:05.824069 7ff4c0c006c0 Level-0 table #196: started +2024/05/30-08:30:05.824141 7ff4c0c006c0 Level-0 table #196: 0 bytes OK +2024/05/30-08:30:05.864619 7ff4c0c006c0 Delete type=0 #194 +2024/05/30-08:30:05.864879 7ff4c0c006c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) +2024/05/30-08:30:05.923774 7ff4c0c006c0 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 58daa8c..fe101be 100644 --- a/packs/competences/LOG.old +++ b/packs/competences/LOG.old @@ -1,8 +1,8 @@ -2024/05/05-15:08:28.059969 7fc3f42006c0 Recovering log #183 -2024/05/05-15:08:28.090803 7fc3f42006c0 Delete type=3 #181 -2024/05/05-15:08:28.090980 7fc3f42006c0 Delete type=0 #183 -2024/05/05-15:09:14.441351 7fc3f32006c0 Level-0 table #188: started -2024/05/05-15:09:14.441377 7fc3f32006c0 Level-0 table #188: 0 bytes OK -2024/05/05-15:09:14.447653 7fc3f32006c0 Delete type=0 #186 -2024/05/05-15:09:14.460578 7fc3f32006c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) -2024/05/05-15:09:14.460613 7fc3f32006c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) +2024/05/24-08:17:00.392950 7f7a32a006c0 Recovering log #187 +2024/05/24-08:17:00.403396 7f7a32a006c0 Delete type=3 #185 +2024/05/24-08:17:00.403453 7f7a32a006c0 Delete type=0 #187 +2024/05/24-08:25:18.822948 7f7a2b8006c0 Level-0 table #192: started +2024/05/24-08:25:18.823009 7f7a2b8006c0 Level-0 table #192: 0 bytes OK +2024/05/24-08:25:18.829886 7f7a2b8006c0 Delete type=0 #190 +2024/05/24-08:25:18.847803 7f7a2b8006c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) +2024/05/24-08:25:18.858034 7f7a2b8006c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end) diff --git a/packs/competences/MANIFEST-000189 b/packs/competences/MANIFEST-000193 similarity index 73% rename from packs/competences/MANIFEST-000189 rename to packs/competences/MANIFEST-000193 index 01505e5da5320c7b9c635a747a1763b5b36068ed..0c909d72979a8c6a3d1052dbad2077b8ca051b26 100644 GIT binary patch delta 41 rcmZ3-xQ=l`kCOdL0R}DxMy5lIoD9r|8Cm2qPS#X_1P+4)jsgV$*j7<9&IT@JuGqS8>N>z&!2Z`(li5vup000Pa3Sa;L diff --git a/packs/historiques/000191.log b/packs/historiques/000195.log similarity index 100% rename from packs/historiques/000191.log rename to packs/historiques/000195.log diff --git a/packs/historiques/CURRENT b/packs/historiques/CURRENT index 23e30a1..a2bb032 100644 --- a/packs/historiques/CURRENT +++ b/packs/historiques/CURRENT @@ -1 +1 @@ -MANIFEST-000189 +MANIFEST-000193 diff --git a/packs/historiques/LOG b/packs/historiques/LOG index 97bae36..a02697e 100644 --- a/packs/historiques/LOG +++ b/packs/historiques/LOG @@ -1,8 +1,8 @@ -2024/05/24-08:17:00.433758 7f7a316006c0 Recovering log #187 -2024/05/24-08:17:00.444385 7f7a316006c0 Delete type=3 #185 -2024/05/24-08:17:00.444444 7f7a316006c0 Delete type=0 #187 -2024/05/24-08:25:18.864630 7f7a2b8006c0 Level-0 table #192: started -2024/05/24-08:25:18.864655 7f7a2b8006c0 Level-0 table #192: 0 bytes OK -2024/05/24-08:25:18.871431 7f7a2b8006c0 Delete type=0 #190 -2024/05/24-08:25:18.885301 7f7a2b8006c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) -2024/05/24-08:25:18.885336 7f7a2b8006c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) +2024/05/30-08:20:34.733842 7ff4c34006c0 Recovering log #191 +2024/05/30-08:20:34.743469 7ff4c34006c0 Delete type=3 #189 +2024/05/30-08:20:34.743550 7ff4c34006c0 Delete type=0 #191 +2024/05/30-08:30:05.998107 7ff4c0c006c0 Level-0 table #196: started +2024/05/30-08:30:05.998163 7ff4c0c006c0 Level-0 table #196: 0 bytes OK +2024/05/30-08:30:06.047044 7ff4c0c006c0 Delete type=0 #194 +2024/05/30-08:30:06.081347 7ff4c0c006c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) +2024/05/30-08:30:06.081380 7ff4c0c006c0 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 335f761..97bae36 100644 --- a/packs/historiques/LOG.old +++ b/packs/historiques/LOG.old @@ -1,8 +1,8 @@ -2024/05/05-15:08:28.161503 7fc3f56006c0 Recovering log #183 -2024/05/05-15:08:28.194742 7fc3f56006c0 Delete type=3 #181 -2024/05/05-15:08:28.194855 7fc3f56006c0 Delete type=0 #183 -2024/05/05-15:09:14.454182 7fc3f32006c0 Level-0 table #188: started -2024/05/05-15:09:14.454242 7fc3f32006c0 Level-0 table #188: 0 bytes OK -2024/05/05-15:09:14.460452 7fc3f32006c0 Delete type=0 #186 -2024/05/05-15:09:14.460606 7fc3f32006c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) -2024/05/05-15:09:14.460638 7fc3f32006c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) +2024/05/24-08:17:00.433758 7f7a316006c0 Recovering log #187 +2024/05/24-08:17:00.444385 7f7a316006c0 Delete type=3 #185 +2024/05/24-08:17:00.444444 7f7a316006c0 Delete type=0 #187 +2024/05/24-08:25:18.864630 7f7a2b8006c0 Level-0 table #192: started +2024/05/24-08:25:18.864655 7f7a2b8006c0 Level-0 table #192: 0 bytes OK +2024/05/24-08:25:18.871431 7f7a2b8006c0 Delete type=0 #190 +2024/05/24-08:25:18.885301 7f7a2b8006c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) +2024/05/24-08:25:18.885336 7f7a2b8006c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end) diff --git a/packs/historiques/MANIFEST-000189 b/packs/historiques/MANIFEST-000193 similarity index 73% rename from packs/historiques/MANIFEST-000189 rename to packs/historiques/MANIFEST-000193 index ca97d86f3c591a2767c45df216893b314ac35c14..6461b1074e0a8692581bc637b85634109a6956ea 100644 GIT binary patch delta 41 rcmZ3-xQ=l`k5b)-C_OF)My5lIoD9r|8CeoE1N4`H1P+4)jsgV$@ZJgR delta 41 scmZ3-xQ=l`kCKJIvkMmkBhx-cP6p=vj4TN&*2V4x3G4?690Upg0ORfo761SM diff --git a/packs/mutations/000101.log b/packs/mutations/000105.log similarity index 100% rename from packs/mutations/000101.log rename to packs/mutations/000105.log diff --git a/packs/mutations/CURRENT b/packs/mutations/CURRENT index b86155c..1fb45e8 100644 --- a/packs/mutations/CURRENT +++ b/packs/mutations/CURRENT @@ -1 +1 @@ -MANIFEST-000099 +MANIFEST-000103 diff --git a/packs/mutations/LOG b/packs/mutations/LOG index 6086fcd..b984179 100644 --- a/packs/mutations/LOG +++ b/packs/mutations/LOG @@ -1,8 +1,8 @@ -2024/05/24-08:17:00.405957 7f7a316006c0 Recovering log #97 -2024/05/24-08:17:00.417007 7f7a316006c0 Delete type=3 #95 -2024/05/24-08:17:00.417062 7f7a316006c0 Delete type=0 #97 -2024/05/24-08:25:18.871573 7f7a2b8006c0 Level-0 table #102: started -2024/05/24-08:25:18.871605 7f7a2b8006c0 Level-0 table #102: 0 bytes OK -2024/05/24-08:25:18.877839 7f7a2b8006c0 Delete type=0 #100 -2024/05/24-08:25:18.885311 7f7a2b8006c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) -2024/05/24-08:25:18.885343 7f7a2b8006c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) +2024/05/30-08:20:34.697920 7ff4c34006c0 Recovering log #101 +2024/05/30-08:20:34.715302 7ff4c34006c0 Delete type=3 #99 +2024/05/30-08:20:34.715376 7ff4c34006c0 Delete type=0 #101 +2024/05/30-08:30:05.923786 7ff4c0c006c0 Level-0 table #106: started +2024/05/30-08:30:05.923812 7ff4c0c006c0 Level-0 table #106: 0 bytes OK +2024/05/30-08:30:05.963487 7ff4c0c006c0 Delete type=0 #104 +2024/05/30-08:30:06.047218 7ff4c0c006c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) +2024/05/30-08:30:06.081359 7ff4c0c006c0 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 139707a..6086fcd 100644 --- a/packs/mutations/LOG.old +++ b/packs/mutations/LOG.old @@ -1,8 +1,8 @@ -2024/05/05-15:08:28.094278 7fc3f60006c0 Recovering log #93 -2024/05/05-15:08:28.125562 7fc3f60006c0 Delete type=3 #91 -2024/05/05-15:08:28.125665 7fc3f60006c0 Delete type=0 #93 -2024/05/05-15:09:14.434835 7fc3f32006c0 Level-0 table #98: started -2024/05/05-15:09:14.434923 7fc3f32006c0 Level-0 table #98: 0 bytes OK -2024/05/05-15:09:14.441261 7fc3f32006c0 Delete type=0 #96 -2024/05/05-15:09:14.460566 7fc3f32006c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) -2024/05/05-15:09:14.460598 7fc3f32006c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) +2024/05/24-08:17:00.405957 7f7a316006c0 Recovering log #97 +2024/05/24-08:17:00.417007 7f7a316006c0 Delete type=3 #95 +2024/05/24-08:17:00.417062 7f7a316006c0 Delete type=0 #97 +2024/05/24-08:25:18.871573 7f7a2b8006c0 Level-0 table #102: started +2024/05/24-08:25:18.871605 7f7a2b8006c0 Level-0 table #102: 0 bytes OK +2024/05/24-08:25:18.877839 7f7a2b8006c0 Delete type=0 #100 +2024/05/24-08:25:18.885311 7f7a2b8006c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) +2024/05/24-08:25:18.885343 7f7a2b8006c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end) diff --git a/packs/mutations/MANIFEST-000099 b/packs/mutations/MANIFEST-000103 similarity index 73% rename from packs/mutations/MANIFEST-000099 rename to packs/mutations/MANIFEST-000103 index d2288510a56791c06e83f6183e2f0e499ff9874d..4a94fec7c087063c167289c6b2540ce0598bf76e 100644 GIT binary patch delta 39 qcmZ3>xR!B3uR??Q)-+BAMy3o-2Ifqbb4=g5m}EfwOdvlS$Oiz~Y6*t` delta 39 qcmZ3>xR!B3uL5KBFMdu2My3=_2If?jb4=ywdy7E)R3JYc$Oiz^ya|~A diff --git a/packs/profils/000191.log b/packs/profils/000195.log similarity index 100% rename from packs/profils/000191.log rename to packs/profils/000195.log diff --git a/packs/profils/CURRENT b/packs/profils/CURRENT index 23e30a1..a2bb032 100644 --- a/packs/profils/CURRENT +++ b/packs/profils/CURRENT @@ -1 +1 @@ -MANIFEST-000189 +MANIFEST-000193 diff --git a/packs/profils/LOG b/packs/profils/LOG index 0de853e..6f92042 100644 --- a/packs/profils/LOG +++ b/packs/profils/LOG @@ -1,8 +1,8 @@ -2024/05/24-08:17:00.487839 7f7a316006c0 Recovering log #187 -2024/05/24-08:17:00.498084 7f7a316006c0 Delete type=3 #185 -2024/05/24-08:17:00.498143 7f7a316006c0 Delete type=0 #187 -2024/05/24-08:25:18.885469 7f7a2b8006c0 Level-0 table #192: started -2024/05/24-08:25:18.885509 7f7a2b8006c0 Level-0 table #192: 0 bytes OK -2024/05/24-08:25:18.891608 7f7a2b8006c0 Delete type=0 #190 -2024/05/24-08:25:18.911882 7f7a2b8006c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) -2024/05/24-08:25:18.911925 7f7a2b8006c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) +2024/05/30-08:20:34.800876 7ff4c34006c0 Recovering log #191 +2024/05/30-08:20:34.812006 7ff4c34006c0 Delete type=3 #189 +2024/05/30-08:20:34.812097 7ff4c34006c0 Delete type=0 #191 +2024/05/30-08:30:06.155084 7ff4c0c006c0 Level-0 table #196: started +2024/05/30-08:30:06.155158 7ff4c0c006c0 Level-0 table #196: 0 bytes OK +2024/05/30-08:30:06.197414 7ff4c0c006c0 Delete type=0 #194 +2024/05/30-08:30:06.230004 7ff4c0c006c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) +2024/05/30-08:30:06.230039 7ff4c0c006c0 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 9725077..0de853e 100644 --- a/packs/profils/LOG.old +++ b/packs/profils/LOG.old @@ -1,8 +1,8 @@ -2024/05/05-15:08:28.298960 7fc3f56006c0 Recovering log #183 -2024/05/05-15:08:28.332788 7fc3f56006c0 Delete type=3 #181 -2024/05/05-15:08:28.332842 7fc3f56006c0 Delete type=0 #183 -2024/05/05-15:09:14.487089 7fc3f32006c0 Level-0 table #188: started -2024/05/05-15:09:14.487111 7fc3f32006c0 Level-0 table #188: 0 bytes OK -2024/05/05-15:09:14.493907 7fc3f32006c0 Delete type=0 #186 -2024/05/05-15:09:14.517258 7fc3f32006c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) -2024/05/05-15:09:14.517311 7fc3f32006c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) +2024/05/24-08:17:00.487839 7f7a316006c0 Recovering log #187 +2024/05/24-08:17:00.498084 7f7a316006c0 Delete type=3 #185 +2024/05/24-08:17:00.498143 7f7a316006c0 Delete type=0 #187 +2024/05/24-08:25:18.885469 7f7a2b8006c0 Level-0 table #192: started +2024/05/24-08:25:18.885509 7f7a2b8006c0 Level-0 table #192: 0 bytes OK +2024/05/24-08:25:18.891608 7f7a2b8006c0 Delete type=0 #190 +2024/05/24-08:25:18.911882 7f7a2b8006c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) +2024/05/24-08:25:18.911925 7f7a2b8006c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end) diff --git a/packs/profils/MANIFEST-000189 b/packs/profils/MANIFEST-000193 similarity index 73% rename from packs/profils/MANIFEST-000189 rename to packs/profils/MANIFEST-000193 index 011fd9b9e0c7d381036b05d46297214bd5eb9cb0..51d23e369ee702fb4a1987951bf3e2efcd519c54 100644 GIT binary patch delta 41 rcmZ3-xQ=l`kCOdL0R}DxMy5lIoD9r|8Cm2qPS#X_1P+4)jsgV$*xR!B3x6;eBr*T{ij7*0ZIT@G_GqT9+W1o2qByboca1;{X5v delta 41 scmZ3>xR!B3x6*o!zZP5!j7<9&IT@JuGqT9oFMWI-B(NVOa1bZ}0Q@crj{pDw diff --git a/packs/scenes/000027.log b/packs/scenes/000031.log similarity index 100% rename from packs/scenes/000027.log rename to packs/scenes/000031.log diff --git a/packs/scenes/CURRENT b/packs/scenes/CURRENT index f622090..52f34be 100644 --- a/packs/scenes/CURRENT +++ b/packs/scenes/CURRENT @@ -1 +1 @@ -MANIFEST-000025 +MANIFEST-000029 diff --git a/packs/scenes/LOG b/packs/scenes/LOG index 7f2665e..0604670 100644 --- a/packs/scenes/LOG +++ b/packs/scenes/LOG @@ -1,8 +1,8 @@ -2024/05/24-08:17:00.542703 7f7a316006c0 Recovering log #22 -2024/05/24-08:17:00.553437 7f7a316006c0 Delete type=3 #20 -2024/05/24-08:17:00.553567 7f7a316006c0 Delete type=0 #22 -2024/05/24-08:25:18.925635 7f7a2b8006c0 Level-0 table #28: started -2024/05/24-08:25:18.925662 7f7a2b8006c0 Level-0 table #28: 0 bytes OK -2024/05/24-08:25:18.932189 7f7a2b8006c0 Delete type=0 #26 -2024/05/24-08:25:18.939249 7f7a2b8006c0 Manual compaction at level-0 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end) -2024/05/24-08:25:18.939279 7f7a2b8006c0 Manual compaction at level-1 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end) +2024/05/30-08:20:34.900298 7ff4c34006c0 Recovering log #27 +2024/05/30-08:20:34.910330 7ff4c34006c0 Delete type=3 #25 +2024/05/30-08:20:34.910386 7ff4c34006c0 Delete type=0 #27 +2024/05/30-08:30:06.313985 7ff4c0c006c0 Level-0 table #32: started +2024/05/30-08:30:06.314032 7ff4c0c006c0 Level-0 table #32: 0 bytes OK +2024/05/30-08:30:06.351730 7ff4c0c006c0 Delete type=0 #30 +2024/05/30-08:30:06.395708 7ff4c0c006c0 Manual compaction at level-0 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end) +2024/05/30-08:30:06.395765 7ff4c0c006c0 Manual compaction at level-1 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/LOG.old b/packs/scenes/LOG.old index 072287f..7f2665e 100644 --- a/packs/scenes/LOG.old +++ b/packs/scenes/LOG.old @@ -1,15 +1,8 @@ -2024/05/05-15:08:28.439510 7fc3f56006c0 Recovering log #17 -2024/05/05-15:08:28.470649 7fc3f56006c0 Delete type=3 #15 -2024/05/05-15:08:28.470739 7fc3f56006c0 Delete type=0 #17 -2024/05/05-15:09:14.506515 7fc3f32006c0 Level-0 table #23: started -2024/05/05-15:09:14.510022 7fc3f32006c0 Level-0 table #23: 5110 bytes OK -2024/05/05-15:09:14.517113 7fc3f32006c0 Delete type=0 #21 -2024/05/05-15:09:14.517303 7fc3f32006c0 Manual compaction at level-0 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end) -2024/05/05-15:09:14.517340 7fc3f32006c0 Manual compaction at level-1 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 58 : 1 -2024/05/05-15:09:14.517351 7fc3f32006c0 Compacting 1@1 + 1@2 files -2024/05/05-15:09:14.520727 7fc3f32006c0 Generated table #24@1: 13 keys, 5110 bytes -2024/05/05-15:09:14.520753 7fc3f32006c0 Compacted 1@1 + 1@2 files => 5110 bytes -2024/05/05-15:09:14.526876 7fc3f32006c0 compacted to: files[ 0 0 1 0 0 0 0 ] -2024/05/05-15:09:14.527033 7fc3f32006c0 Delete type=2 #19 -2024/05/05-15:09:14.527161 7fc3f32006c0 Delete type=2 #23 -2024/05/05-15:09:14.547746 7fc3f32006c0 Manual compaction at level-1 from '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 58 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end) +2024/05/24-08:17:00.542703 7f7a316006c0 Recovering log #22 +2024/05/24-08:17:00.553437 7f7a316006c0 Delete type=3 #20 +2024/05/24-08:17:00.553567 7f7a316006c0 Delete type=0 #22 +2024/05/24-08:25:18.925635 7f7a2b8006c0 Level-0 table #28: started +2024/05/24-08:25:18.925662 7f7a2b8006c0 Level-0 table #28: 0 bytes OK +2024/05/24-08:25:18.932189 7f7a2b8006c0 Delete type=0 #26 +2024/05/24-08:25:18.939249 7f7a2b8006c0 Manual compaction at level-0 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end) +2024/05/24-08:25:18.939279 7f7a2b8006c0 Manual compaction at level-1 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/MANIFEST-000025 b/packs/scenes/MANIFEST-000029 similarity index 82% rename from packs/scenes/MANIFEST-000025 rename to packs/scenes/MANIFEST-000029 index 956f4b159047f52306f6c414411f23dc3c5770a1..e746ceae09874b5e92e372445010d0894e4aa781 100644 GIT binary patch delta 38 qcmdnaw4G^#B%|CEMz-@D42(>2oD9tJEcShhd_5qpJdmr%Vh;eChXy|Y delta 38 qcmdnaw4G^#B%|C6?->(07#NwPI2o9wS?p{7>HGz8rGZ>o7JC4_@CYmb diff --git a/packs/tables/000190.log b/packs/tables/000194.log similarity index 100% rename from packs/tables/000190.log rename to packs/tables/000194.log diff --git a/packs/tables/CURRENT b/packs/tables/CURRENT index 990c72d..e84a99e 100644 --- a/packs/tables/CURRENT +++ b/packs/tables/CURRENT @@ -1 +1 @@ -MANIFEST-000188 +MANIFEST-000192 diff --git a/packs/tables/LOG b/packs/tables/LOG index b84fd49..9e52e33 100644 --- a/packs/tables/LOG +++ b/packs/tables/LOG @@ -1,7 +1,7 @@ -2024/05/24-08:17:00.529518 7f7a32a006c0 Recovering log #186 -2024/05/24-08:17:00.539944 7f7a32a006c0 Delete type=3 #184 -2024/05/24-08:17:00.540040 7f7a32a006c0 Delete type=0 #186 -2024/05/24-08:25:18.919500 7f7a2b8006c0 Level-0 table #191: started -2024/05/24-08:25:18.919523 7f7a2b8006c0 Level-0 table #191: 0 bytes OK -2024/05/24-08:25:18.925498 7f7a2b8006c0 Delete type=0 #189 -2024/05/24-08:25:18.939233 7f7a2b8006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) +2024/05/30-08:20:34.886685 7ff4c16006c0 Recovering log #190 +2024/05/30-08:20:34.897376 7ff4c16006c0 Delete type=3 #188 +2024/05/30-08:20:34.897440 7ff4c16006c0 Delete type=0 #190 +2024/05/30-08:30:06.351873 7ff4c0c006c0 Level-0 table #195: started +2024/05/30-08:30:06.351898 7ff4c0c006c0 Level-0 table #195: 0 bytes OK +2024/05/30-08:30:06.395360 7ff4c0c006c0 Delete type=0 #193 +2024/05/30-08:30:06.395729 7ff4c0c006c0 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 ea6e824..b84fd49 100644 --- a/packs/tables/LOG.old +++ b/packs/tables/LOG.old @@ -1,7 +1,7 @@ -2024/05/05-15:08:28.405376 7fc3f4c006c0 Recovering log #182 -2024/05/05-15:08:28.436104 7fc3f4c006c0 Delete type=3 #180 -2024/05/05-15:08:28.436163 7fc3f4c006c0 Delete type=0 #182 -2024/05/05-15:09:14.500241 7fc3f32006c0 Level-0 table #187: started -2024/05/05-15:09:14.500264 7fc3f32006c0 Level-0 table #187: 0 bytes OK -2024/05/05-15:09:14.506337 7fc3f32006c0 Delete type=0 #185 -2024/05/05-15:09:14.517290 7fc3f32006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) +2024/05/24-08:17:00.529518 7f7a32a006c0 Recovering log #186 +2024/05/24-08:17:00.539944 7f7a32a006c0 Delete type=3 #184 +2024/05/24-08:17:00.540040 7f7a32a006c0 Delete type=0 #186 +2024/05/24-08:25:18.919500 7f7a2b8006c0 Level-0 table #191: started +2024/05/24-08:25:18.919523 7f7a2b8006c0 Level-0 table #191: 0 bytes OK +2024/05/24-08:25:18.925498 7f7a2b8006c0 Delete type=0 #189 +2024/05/24-08:25:18.939233 7f7a2b8006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end) diff --git a/packs/tables/MANIFEST-000188 b/packs/tables/MANIFEST-000188 deleted file mode 100644 index 4190fffd48329e00d874890697622d5a66267e5c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 69 zcmWIhx#Ncn10$nUPHI_dPD+xVQ)NkNd1i5{bAE0?Vo_pAevyFWsvIr`My9=toD9tS T7+DyaZ5uN{0{cJ$2Y>xR!B3x6F?;3!Z402ccTRR910 delta 41 scmZ3>xR!B3x6;~aufKCKFf#39AKzV&3KBUC5;+PI0RSP{3z+}_ delta 43 tcmdnMxPfs(kBam2h9GVRMy7p?oD9tS8CjZ`J&LAG0*UMgi5vup000hc3dR5c diff --git a/system.json b/system.json index 034421c..fd1ca45 100644 --- a/system.json +++ b/system.json @@ -1,7 +1,11 @@ { "id": "fvtt-hawkmoon-cyd", "description": "Hawkmoon RPG for FoundryVTT (CYD system - French)", - "version": "12.0.2", + "version": "12.0.3", + "grid": { + "distance": 2, + "units": "m" + }, "authors": [ { "name": "Uberwald/LeRatierBretonnien", @@ -33,7 +37,7 @@ ], "license": "LICENSE.txt", "manifest": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/raw/branch/master/system.json", - "download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-12.0.2.zip", + "download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-12.0.3.zip", "languages": [ { "lang": "fr", diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index d7d5361..6e46b96 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -236,6 +236,7 @@ {{#each skills as |skill key|}}
  • +
  • - + diff --git a/templates/creature-sheet.html b/templates/creature-sheet.html index ca59c96..34b3700 100644 --- a/templates/creature-sheet.html +++ b/templates/creature-sheet.html @@ -73,12 +73,13 @@ {{selectOptions combativiteList selected=system.sante.etat labelAttr="label"}}
  • +

    Combat

    • - +
    @@ -108,6 +109,26 @@ name="system.sante.nbcombativite" value="{{system.sante.nbcombativite}}"> +
      + +
    • + + + + + +
    • +
    • + + + +
    • +
    • + + +
    • +
    + @@ -135,8 +156,21 @@ {{#each skills as |skill key|}}
  • - + + {{skill.name}} + + + {{#each skill.system.predilections as |pred key|}} + {{#if (and pred.acquise (not pred.used))}} + {{pred.name}}, + {{/if}} + {{/each}} + + +