From 5e42cfbab171ef89b6770e87a4e52ea10d9ac601 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Fri, 1 Sep 2023 20:46:36 +0200 Subject: [PATCH] Fix sheet and weapons roll --- changelog.md | 5 ++++ modules/hero6-actor.js | 2 +- .../complications/{000166.log => 000170.log} | 0 packs/complications/CURRENT | 2 +- packs/complications/LOG | 16 ++++++------ packs/complications/LOG.old | 16 ++++++------ packs/complications/MANIFEST-000164 | Bin 139 -> 0 bytes packs/complications/MANIFEST-000168 | Bin 0 -> 139 bytes packs/equipment/{000168.log => 000172.log} | 0 packs/equipment/CURRENT | 2 +- packs/equipment/LOG | 16 ++++++------ packs/equipment/LOG.old | 16 ++++++------ .../{MANIFEST-000166 => MANIFEST-000170} | Bin 177 -> 177 bytes packs/maneuvers/{000160.log => 000164.log} | 0 packs/maneuvers/CURRENT | 2 +- packs/maneuvers/LOG | 16 ++++++------ packs/maneuvers/LOG.old | 16 ++++++------ .../{MANIFEST-000158 => MANIFEST-000162} | Bin 173 -> 173 bytes packs/perks/{000166.log => 000170.log} | 0 packs/perks/CURRENT | 2 +- packs/perks/LOG | 16 ++++++------ packs/perks/LOG.old | 16 ++++++------ packs/perks/MANIFEST-000164 | Bin 138 -> 0 bytes packs/perks/MANIFEST-000168 | Bin 0 -> 138 bytes packs/powers/{000168.log => 000172.log} | 0 packs/powers/CURRENT | 2 +- packs/powers/LOG | 16 ++++++------ packs/powers/LOG.old | 23 ++++++------------ .../{MANIFEST-000166 => MANIFEST-000170} | Bin 174 -> 174 bytes packs/skills/{000168.log => 000172.log} | 0 packs/skills/CURRENT | 2 +- packs/skills/LOG | 16 ++++++------ packs/skills/LOG.old | 16 ++++++------ packs/skills/MANIFEST-000166 | Bin 139 -> 0 bytes packs/skills/MANIFEST-000170 | Bin 0 -> 139 bytes packs/talents/{000166.log => 000170.log} | 0 packs/talents/CURRENT | 2 +- packs/talents/LOG | 16 ++++++------ packs/talents/LOG.old | 16 ++++++------ packs/talents/MANIFEST-000164 | Bin 138 -> 0 bytes packs/talents/MANIFEST-000168 | Bin 0 -> 138 bytes styles/simple.css | 3 +++ system.json | 4 +-- templates/actors/actor-sheet.hbs | 8 +++--- .../partials/partial-actor-full-charac.hbs | 4 +-- 45 files changed, 136 insertions(+), 135 deletions(-) rename packs/complications/{000166.log => 000170.log} (100%) delete mode 100644 packs/complications/MANIFEST-000164 create mode 100644 packs/complications/MANIFEST-000168 rename packs/equipment/{000168.log => 000172.log} (100%) rename packs/equipment/{MANIFEST-000166 => MANIFEST-000170} (72%) rename packs/maneuvers/{000160.log => 000164.log} (100%) rename packs/maneuvers/{MANIFEST-000158 => MANIFEST-000162} (73%) rename packs/perks/{000166.log => 000170.log} (100%) delete mode 100644 packs/perks/MANIFEST-000164 create mode 100644 packs/perks/MANIFEST-000168 rename packs/powers/{000168.log => 000172.log} (100%) rename packs/powers/{MANIFEST-000166 => MANIFEST-000170} (73%) rename packs/skills/{000168.log => 000172.log} (100%) delete mode 100644 packs/skills/MANIFEST-000166 create mode 100644 packs/skills/MANIFEST-000170 rename packs/talents/{000166.log => 000170.log} (100%) delete mode 100644 packs/talents/MANIFEST-000164 create mode 100644 packs/talents/MANIFEST-000168 diff --git a/changelog.md b/changelog.md index 5db0e1c..a7fdf07 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +v11.0.22 + +- Fix actor sheet (powers, characteristics) +- Fix weapons roll + v11.0.21 - Fix grid default distance in system.json diff --git a/modules/hero6-actor.js b/modules/hero6-actor.js index b229517..f973f23 100644 --- a/modules/hero6-actor.js +++ b/modules/hero6-actor.js @@ -802,10 +802,10 @@ export class Hero6Actor extends Actor { if (weapon) { weapon = duplicate(weapon) let rollData = this.getCommonRollData() - rollData.roll = 11 + (Number(this.system.characteristics.ocv.value) || 0) + (Number(weapon.system.ocv) || 0) rollData.subMode = "ocv" rollData.mode = "weapon" rollData.item = weapon + rollData.item.roll = 11 + (Number(this.system.characteristics.ocv.value) || 0) + (Number(weapon.system.ocv) || 0) rollData.img = weapon.img this.startRoll(rollData) } else { diff --git a/packs/complications/000166.log b/packs/complications/000170.log similarity index 100% rename from packs/complications/000166.log rename to packs/complications/000170.log diff --git a/packs/complications/CURRENT b/packs/complications/CURRENT index be35511..57112f5 100644 --- a/packs/complications/CURRENT +++ b/packs/complications/CURRENT @@ -1 +1 @@ -MANIFEST-000164 +MANIFEST-000168 diff --git a/packs/complications/LOG b/packs/complications/LOG index 55a2cec..8eeef07 100644 --- a/packs/complications/LOG +++ b/packs/complications/LOG @@ -1,8 +1,8 @@ -2023/08/30-20:10:47.117841 7fa55e7fc6c0 Recovering log #162 -2023/08/30-20:10:47.323059 7fa55e7fc6c0 Delete type=3 #160 -2023/08/30-20:10:47.323156 7fa55e7fc6c0 Delete type=0 #162 -2023/08/30-20:19:02.780276 7fa55d3ff6c0 Level-0 table #167: started -2023/08/30-20:19:02.780299 7fa55d3ff6c0 Level-0 table #167: 0 bytes OK -2023/08/30-20:19:02.786823 7fa55d3ff6c0 Delete type=0 #165 -2023/08/30-20:19:02.807165 7fa55d3ff6c0 Manual compaction at level-0 from '!items!05yAsPAteobyHoVT' @ 72057594037927935 : 1 .. '!items!yFhVFTqzLKcqApBr' @ 0 : 0; will stop at (end) -2023/08/30-20:19:02.807232 7fa55d3ff6c0 Manual compaction at level-1 from '!items!05yAsPAteobyHoVT' @ 72057594037927935 : 1 .. '!items!yFhVFTqzLKcqApBr' @ 0 : 0; will stop at (end) +2023/09/01-20:34:49.006564 7fc3c77fe6c0 Recovering log #166 +2023/09/01-20:34:49.017049 7fc3c77fe6c0 Delete type=3 #164 +2023/09/01-20:34:49.017109 7fc3c77fe6c0 Delete type=0 #166 +2023/09/01-20:46:07.499525 7fc1463ff6c0 Level-0 table #171: started +2023/09/01-20:46:07.499548 7fc1463ff6c0 Level-0 table #171: 0 bytes OK +2023/09/01-20:46:07.507013 7fc1463ff6c0 Delete type=0 #169 +2023/09/01-20:46:07.524943 7fc1463ff6c0 Manual compaction at level-0 from '!items!05yAsPAteobyHoVT' @ 72057594037927935 : 1 .. '!items!yFhVFTqzLKcqApBr' @ 0 : 0; will stop at (end) +2023/09/01-20:46:07.525029 7fc1463ff6c0 Manual compaction at level-1 from '!items!05yAsPAteobyHoVT' @ 72057594037927935 : 1 .. '!items!yFhVFTqzLKcqApBr' @ 0 : 0; will stop at (end) diff --git a/packs/complications/LOG.old b/packs/complications/LOG.old index dbd3f5e..55a2cec 100644 --- a/packs/complications/LOG.old +++ b/packs/complications/LOG.old @@ -1,8 +1,8 @@ -2023/08/30-17:17:42.658402 7fa55e7fc6c0 Recovering log #158 -2023/08/30-17:17:42.678153 7fa55e7fc6c0 Delete type=3 #156 -2023/08/30-17:17:42.678218 7fa55e7fc6c0 Delete type=0 #158 -2023/08/30-17:20:34.680709 7fa55d3ff6c0 Level-0 table #163: started -2023/08/30-17:20:34.680731 7fa55d3ff6c0 Level-0 table #163: 0 bytes OK -2023/08/30-17:20:34.687119 7fa55d3ff6c0 Delete type=0 #161 -2023/08/30-17:20:34.693978 7fa55d3ff6c0 Manual compaction at level-0 from '!items!05yAsPAteobyHoVT' @ 72057594037927935 : 1 .. '!items!yFhVFTqzLKcqApBr' @ 0 : 0; will stop at (end) -2023/08/30-17:20:34.706140 7fa55d3ff6c0 Manual compaction at level-1 from '!items!05yAsPAteobyHoVT' @ 72057594037927935 : 1 .. '!items!yFhVFTqzLKcqApBr' @ 0 : 0; will stop at (end) +2023/08/30-20:10:47.117841 7fa55e7fc6c0 Recovering log #162 +2023/08/30-20:10:47.323059 7fa55e7fc6c0 Delete type=3 #160 +2023/08/30-20:10:47.323156 7fa55e7fc6c0 Delete type=0 #162 +2023/08/30-20:19:02.780276 7fa55d3ff6c0 Level-0 table #167: started +2023/08/30-20:19:02.780299 7fa55d3ff6c0 Level-0 table #167: 0 bytes OK +2023/08/30-20:19:02.786823 7fa55d3ff6c0 Delete type=0 #165 +2023/08/30-20:19:02.807165 7fa55d3ff6c0 Manual compaction at level-0 from '!items!05yAsPAteobyHoVT' @ 72057594037927935 : 1 .. '!items!yFhVFTqzLKcqApBr' @ 0 : 0; will stop at (end) +2023/08/30-20:19:02.807232 7fa55d3ff6c0 Manual compaction at level-1 from '!items!05yAsPAteobyHoVT' @ 72057594037927935 : 1 .. '!items!yFhVFTqzLKcqApBr' @ 0 : 0; will stop at (end) diff --git a/packs/complications/MANIFEST-000164 b/packs/complications/MANIFEST-000164 deleted file mode 100644 index de8dbaf01967c6192a76b03c52946ce36902e46e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 139 zcmeC4WpyNpfss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfcQ^H(dQykcfaYHqQj zfoY{QhY1yBG0_sS=2 diff --git a/packs/complications/MANIFEST-000168 b/packs/complications/MANIFEST-000168 new file mode 100644 index 0000000000000000000000000000000000000000..a1895c511068f8b6163a36d80453873513b6d38d GIT binary patch literal 139 zcmeC4WpyNpfss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfcQ^H(dQykcfaYHqQj zfoY{- literal 0 HcmV?d00001 diff --git a/packs/equipment/000168.log b/packs/equipment/000172.log similarity index 100% rename from packs/equipment/000168.log rename to packs/equipment/000172.log diff --git a/packs/equipment/CURRENT b/packs/equipment/CURRENT index 830373b..301747a 100644 --- a/packs/equipment/CURRENT +++ b/packs/equipment/CURRENT @@ -1 +1 @@ -MANIFEST-000166 +MANIFEST-000170 diff --git a/packs/equipment/LOG b/packs/equipment/LOG index bffe983..9da84d0 100644 --- a/packs/equipment/LOG +++ b/packs/equipment/LOG @@ -1,8 +1,8 @@ -2023/08/30-20:10:46.913567 7fa55effd6c0 Recovering log #164 -2023/08/30-20:10:47.085816 7fa55effd6c0 Delete type=3 #162 -2023/08/30-20:10:47.085887 7fa55effd6c0 Delete type=0 #164 -2023/08/30-20:19:02.772964 7fa55d3ff6c0 Level-0 table #169: started -2023/08/30-20:19:02.773053 7fa55d3ff6c0 Level-0 table #169: 0 bytes OK -2023/08/30-20:19:02.779629 7fa55d3ff6c0 Delete type=0 #167 -2023/08/30-20:19:02.780116 7fa55d3ff6c0 Manual compaction at level-0 from '!folders!48DCB6UNXCsERTXK' @ 72057594037927935 : 1 .. '!items!zFQRJSrYV4E12NgW' @ 0 : 0; will stop at (end) -2023/08/30-20:19:02.780129 7fa55d3ff6c0 Manual compaction at level-1 from '!folders!48DCB6UNXCsERTXK' @ 72057594037927935 : 1 .. '!items!zFQRJSrYV4E12NgW' @ 0 : 0; will stop at (end) +2023/09/01-20:34:48.990689 7fc3c7fff6c0 Recovering log #168 +2023/09/01-20:34:49.001225 7fc3c7fff6c0 Delete type=3 #166 +2023/09/01-20:34:49.001331 7fc3c7fff6c0 Delete type=0 #168 +2023/09/01-20:46:07.461246 7fc1463ff6c0 Level-0 table #173: started +2023/09/01-20:46:07.461298 7fc1463ff6c0 Level-0 table #173: 0 bytes OK +2023/09/01-20:46:07.467444 7fc1463ff6c0 Delete type=0 #171 +2023/09/01-20:46:07.467589 7fc1463ff6c0 Manual compaction at level-0 from '!folders!48DCB6UNXCsERTXK' @ 72057594037927935 : 1 .. '!items!zFQRJSrYV4E12NgW' @ 0 : 0; will stop at (end) +2023/09/01-20:46:07.491206 7fc1463ff6c0 Manual compaction at level-1 from '!folders!48DCB6UNXCsERTXK' @ 72057594037927935 : 1 .. '!items!zFQRJSrYV4E12NgW' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/LOG.old b/packs/equipment/LOG.old index 37aab77..bffe983 100644 --- a/packs/equipment/LOG.old +++ b/packs/equipment/LOG.old @@ -1,8 +1,8 @@ -2023/08/30-17:17:42.644053 7fa55f7fe6c0 Recovering log #160 -2023/08/30-17:17:42.654259 7fa55f7fe6c0 Delete type=3 #158 -2023/08/30-17:17:42.654538 7fa55f7fe6c0 Delete type=0 #160 -2023/08/30-17:20:34.652977 7fa55d3ff6c0 Level-0 table #165: started -2023/08/30-17:20:34.653019 7fa55d3ff6c0 Level-0 table #165: 0 bytes OK -2023/08/30-17:20:34.659536 7fa55d3ff6c0 Delete type=0 #163 -2023/08/30-17:20:34.659715 7fa55d3ff6c0 Manual compaction at level-0 from '!folders!48DCB6UNXCsERTXK' @ 72057594037927935 : 1 .. '!items!zFQRJSrYV4E12NgW' @ 0 : 0; will stop at (end) -2023/08/30-17:20:34.659733 7fa55d3ff6c0 Manual compaction at level-1 from '!folders!48DCB6UNXCsERTXK' @ 72057594037927935 : 1 .. '!items!zFQRJSrYV4E12NgW' @ 0 : 0; will stop at (end) +2023/08/30-20:10:46.913567 7fa55effd6c0 Recovering log #164 +2023/08/30-20:10:47.085816 7fa55effd6c0 Delete type=3 #162 +2023/08/30-20:10:47.085887 7fa55effd6c0 Delete type=0 #164 +2023/08/30-20:19:02.772964 7fa55d3ff6c0 Level-0 table #169: started +2023/08/30-20:19:02.773053 7fa55d3ff6c0 Level-0 table #169: 0 bytes OK +2023/08/30-20:19:02.779629 7fa55d3ff6c0 Delete type=0 #167 +2023/08/30-20:19:02.780116 7fa55d3ff6c0 Manual compaction at level-0 from '!folders!48DCB6UNXCsERTXK' @ 72057594037927935 : 1 .. '!items!zFQRJSrYV4E12NgW' @ 0 : 0; will stop at (end) +2023/08/30-20:19:02.780129 7fa55d3ff6c0 Manual compaction at level-1 from '!folders!48DCB6UNXCsERTXK' @ 72057594037927935 : 1 .. '!items!zFQRJSrYV4E12NgW' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/MANIFEST-000166 b/packs/equipment/MANIFEST-000170 similarity index 72% rename from packs/equipment/MANIFEST-000166 rename to packs/equipment/MANIFEST-000170 index 6a8d4fa1f56e11ce877cde0b2a4aeae3a52c1917..3f1a6eba1767364991e3847fb0143519db95841e 100644 GIT binary patch delta 43 tcmdnUxRG%}uZl&Ba0@pBBhzX|P6p;Rj4a=oR#i=X1QJ;T5?Kcl0RRaK3wHnj delta 43 tcmdnUxRG%}uS!g9nhQ4rBhzw5P6p-`j4a=oqQCsF0Ew&siL3&N000r$3&H>Z diff --git a/packs/maneuvers/000160.log b/packs/maneuvers/000164.log similarity index 100% rename from packs/maneuvers/000160.log rename to packs/maneuvers/000164.log diff --git a/packs/maneuvers/CURRENT b/packs/maneuvers/CURRENT index 9bad6d5..f405c4b 100644 --- a/packs/maneuvers/CURRENT +++ b/packs/maneuvers/CURRENT @@ -1 +1 @@ -MANIFEST-000158 +MANIFEST-000162 diff --git a/packs/maneuvers/LOG b/packs/maneuvers/LOG index ce71d9d..6de7a5c 100644 --- a/packs/maneuvers/LOG +++ b/packs/maneuvers/LOG @@ -1,8 +1,8 @@ -2023/08/30-20:10:47.287095 7fa55f7fe6c0 Recovering log #156 -2023/08/30-20:10:47.496255 7fa55f7fe6c0 Delete type=3 #154 -2023/08/30-20:10:47.496306 7fa55f7fe6c0 Delete type=0 #156 -2023/08/30-20:19:02.786933 7fa55d3ff6c0 Level-0 table #161: started -2023/08/30-20:19:02.786958 7fa55d3ff6c0 Level-0 table #161: 0 bytes OK -2023/08/30-20:19:02.793209 7fa55d3ff6c0 Delete type=0 #159 -2023/08/30-20:19:02.807175 7fa55d3ff6c0 Manual compaction at level-0 from '!items!0HeZcvevni63brWf' @ 72057594037927935 : 1 .. '!items!yAT32VYV2aIWOBkK' @ 0 : 0; will stop at (end) -2023/08/30-20:19:02.807218 7fa55d3ff6c0 Manual compaction at level-1 from '!items!0HeZcvevni63brWf' @ 72057594037927935 : 1 .. '!items!yAT32VYV2aIWOBkK' @ 0 : 0; will stop at (end) +2023/09/01-20:34:49.019182 7fc3dcdfa6c0 Recovering log #160 +2023/09/01-20:34:49.041348 7fc3dcdfa6c0 Delete type=3 #158 +2023/09/01-20:34:49.041405 7fc3dcdfa6c0 Delete type=0 #160 +2023/09/01-20:46:07.491542 7fc1463ff6c0 Level-0 table #165: started +2023/09/01-20:46:07.491644 7fc1463ff6c0 Level-0 table #165: 0 bytes OK +2023/09/01-20:46:07.499417 7fc1463ff6c0 Delete type=0 #163 +2023/09/01-20:46:07.524909 7fc1463ff6c0 Manual compaction at level-0 from '!items!0HeZcvevni63brWf' @ 72057594037927935 : 1 .. '!items!yAT32VYV2aIWOBkK' @ 0 : 0; will stop at (end) +2023/09/01-20:46:07.525011 7fc1463ff6c0 Manual compaction at level-1 from '!items!0HeZcvevni63brWf' @ 72057594037927935 : 1 .. '!items!yAT32VYV2aIWOBkK' @ 0 : 0; will stop at (end) diff --git a/packs/maneuvers/LOG.old b/packs/maneuvers/LOG.old index 3202862..ce71d9d 100644 --- a/packs/maneuvers/LOG.old +++ b/packs/maneuvers/LOG.old @@ -1,8 +1,8 @@ -2023/08/30-17:17:42.680473 7fa55effd6c0 Recovering log #152 -2023/08/30-17:17:42.696562 7fa55effd6c0 Delete type=3 #150 -2023/08/30-17:17:42.696621 7fa55effd6c0 Delete type=0 #152 -2023/08/30-17:20:34.706161 7fa55d3ff6c0 Level-0 table #157: started -2023/08/30-17:20:34.706183 7fa55d3ff6c0 Level-0 table #157: 0 bytes OK -2023/08/30-17:20:34.712608 7fa55d3ff6c0 Delete type=0 #155 -2023/08/30-17:20:34.726643 7fa55d3ff6c0 Manual compaction at level-0 from '!items!0HeZcvevni63brWf' @ 72057594037927935 : 1 .. '!items!yAT32VYV2aIWOBkK' @ 0 : 0; will stop at (end) -2023/08/30-17:20:34.726673 7fa55d3ff6c0 Manual compaction at level-1 from '!items!0HeZcvevni63brWf' @ 72057594037927935 : 1 .. '!items!yAT32VYV2aIWOBkK' @ 0 : 0; will stop at (end) +2023/08/30-20:10:47.287095 7fa55f7fe6c0 Recovering log #156 +2023/08/30-20:10:47.496255 7fa55f7fe6c0 Delete type=3 #154 +2023/08/30-20:10:47.496306 7fa55f7fe6c0 Delete type=0 #156 +2023/08/30-20:19:02.786933 7fa55d3ff6c0 Level-0 table #161: started +2023/08/30-20:19:02.786958 7fa55d3ff6c0 Level-0 table #161: 0 bytes OK +2023/08/30-20:19:02.793209 7fa55d3ff6c0 Delete type=0 #159 +2023/08/30-20:19:02.807175 7fa55d3ff6c0 Manual compaction at level-0 from '!items!0HeZcvevni63brWf' @ 72057594037927935 : 1 .. '!items!yAT32VYV2aIWOBkK' @ 0 : 0; will stop at (end) +2023/08/30-20:19:02.807218 7fa55d3ff6c0 Manual compaction at level-1 from '!items!0HeZcvevni63brWf' @ 72057594037927935 : 1 .. '!items!yAT32VYV2aIWOBkK' @ 0 : 0; will stop at (end) diff --git a/packs/maneuvers/MANIFEST-000158 b/packs/maneuvers/MANIFEST-000162 similarity index 73% rename from packs/maneuvers/MANIFEST-000158 rename to packs/maneuvers/MANIFEST-000162 index 5bf2c76e22e9931446f1f26d8c5d3365750ceace..83784d7b84c8829f66c14f72811e1292fac48146 100644 GIT binary patch delta 41 scmZ3>xR!B3x6(}Em^>~9MyAD#oD9rM7+GYN9WL4o5?BHfSOydT0OwN)r2qf` delta 41 scmZ3>xR!B3x6&L5a~CcKMyC0UoD9qh7+GZA)_$A`5?BBdSOgRR0OS-2v;Y7A diff --git a/packs/perks/000166.log b/packs/perks/000170.log similarity index 100% rename from packs/perks/000166.log rename to packs/perks/000170.log diff --git a/packs/perks/CURRENT b/packs/perks/CURRENT index be35511..57112f5 100644 --- a/packs/perks/CURRENT +++ b/packs/perks/CURRENT @@ -1 +1 @@ -MANIFEST-000164 +MANIFEST-000168 diff --git a/packs/perks/LOG b/packs/perks/LOG index c110bf8..9dd0660 100644 --- a/packs/perks/LOG +++ b/packs/perks/LOG @@ -1,8 +1,8 @@ -2023/08/30-20:10:47.325002 7fa55effd6c0 Recovering log #162 -2023/08/30-20:10:47.532075 7fa55effd6c0 Delete type=3 #160 -2023/08/30-20:10:47.532180 7fa55effd6c0 Delete type=0 #162 -2023/08/30-20:19:02.800848 7fa55d3ff6c0 Level-0 table #167: started -2023/08/30-20:19:02.800897 7fa55d3ff6c0 Level-0 table #167: 0 bytes OK -2023/08/30-20:19:02.807064 7fa55d3ff6c0 Delete type=0 #165 -2023/08/30-20:19:02.807205 7fa55d3ff6c0 Manual compaction at level-0 from '!items!L3vwlIh3oloE6A8W' @ 72057594037927935 : 1 .. '!items!yWTR7MCOtGWm1KCz' @ 0 : 0; will stop at (end) -2023/08/30-20:19:02.807225 7fa55d3ff6c0 Manual compaction at level-1 from '!items!L3vwlIh3oloE6A8W' @ 72057594037927935 : 1 .. '!items!yWTR7MCOtGWm1KCz' @ 0 : 0; will stop at (end) +2023/09/01-20:34:49.021891 7fc3c7fff6c0 Recovering log #166 +2023/09/01-20:34:49.046208 7fc3c7fff6c0 Delete type=3 #164 +2023/09/01-20:34:49.046276 7fc3c7fff6c0 Delete type=0 #166 +2023/09/01-20:46:07.525125 7fc1463ff6c0 Level-0 table #171: started +2023/09/01-20:46:07.525186 7fc1463ff6c0 Level-0 table #171: 0 bytes OK +2023/09/01-20:46:07.532898 7fc1463ff6c0 Delete type=0 #169 +2023/09/01-20:46:07.542291 7fc1463ff6c0 Manual compaction at level-0 from '!items!L3vwlIh3oloE6A8W' @ 72057594037927935 : 1 .. '!items!yWTR7MCOtGWm1KCz' @ 0 : 0; will stop at (end) +2023/09/01-20:46:07.542317 7fc1463ff6c0 Manual compaction at level-1 from '!items!L3vwlIh3oloE6A8W' @ 72057594037927935 : 1 .. '!items!yWTR7MCOtGWm1KCz' @ 0 : 0; will stop at (end) diff --git a/packs/perks/LOG.old b/packs/perks/LOG.old index b1452ca..c110bf8 100644 --- a/packs/perks/LOG.old +++ b/packs/perks/LOG.old @@ -1,8 +1,8 @@ -2023/08/30-17:17:42.680933 7fa55dffb6c0 Recovering log #158 -2023/08/30-17:17:42.699576 7fa55dffb6c0 Delete type=3 #156 -2023/08/30-17:17:42.699635 7fa55dffb6c0 Delete type=0 #158 -2023/08/30-17:20:34.719643 7fa55d3ff6c0 Level-0 table #163: started -2023/08/30-17:20:34.719703 7fa55d3ff6c0 Level-0 table #163: 0 bytes OK -2023/08/30-17:20:34.726540 7fa55d3ff6c0 Delete type=0 #161 -2023/08/30-17:20:34.726665 7fa55d3ff6c0 Manual compaction at level-0 from '!items!L3vwlIh3oloE6A8W' @ 72057594037927935 : 1 .. '!items!yWTR7MCOtGWm1KCz' @ 0 : 0; will stop at (end) -2023/08/30-17:20:34.726679 7fa55d3ff6c0 Manual compaction at level-1 from '!items!L3vwlIh3oloE6A8W' @ 72057594037927935 : 1 .. '!items!yWTR7MCOtGWm1KCz' @ 0 : 0; will stop at (end) +2023/08/30-20:10:47.325002 7fa55effd6c0 Recovering log #162 +2023/08/30-20:10:47.532075 7fa55effd6c0 Delete type=3 #160 +2023/08/30-20:10:47.532180 7fa55effd6c0 Delete type=0 #162 +2023/08/30-20:19:02.800848 7fa55d3ff6c0 Level-0 table #167: started +2023/08/30-20:19:02.800897 7fa55d3ff6c0 Level-0 table #167: 0 bytes OK +2023/08/30-20:19:02.807064 7fa55d3ff6c0 Delete type=0 #165 +2023/08/30-20:19:02.807205 7fa55d3ff6c0 Manual compaction at level-0 from '!items!L3vwlIh3oloE6A8W' @ 72057594037927935 : 1 .. '!items!yWTR7MCOtGWm1KCz' @ 0 : 0; will stop at (end) +2023/08/30-20:19:02.807225 7fa55d3ff6c0 Manual compaction at level-1 from '!items!L3vwlIh3oloE6A8W' @ 72057594037927935 : 1 .. '!items!yWTR7MCOtGWm1KCz' @ 0 : 0; will stop at (end) diff --git a/packs/perks/MANIFEST-000164 b/packs/perks/MANIFEST-000164 deleted file mode 100644 index fee11a1347eb8e0b78f55f3d807a63df971ae8c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 138 zcmX>X(J7S3z{n_-lUkOVlai$8R9TW*o>`pgoS$2eSd>_jU&PMD+M^(^m|2pVTde3~ zTvndrnPHrtlkaNgXc5lH$N&Z~`O5H+Aah@5{}T7`Ttjc?Dn=HF{FDy|Rk;`#nU*qg XGB7V=WMSE1dqN5%unZ)y0w@3g9YrK7 diff --git a/packs/perks/MANIFEST-000168 b/packs/perks/MANIFEST-000168 new file mode 100644 index 0000000000000000000000000000000000000000..9b620c4e86ac3f6f7da6a7af44bb9b0b9324c274 GIT binary patch literal 138 zcmX>X(J7S3z{n_-lUkOVlai$8R9TW*o>`pgoS$2eSd>_jU&PMD+M^(^m|2pVTde3~ zTvndrnPHrtlkaNgXc5lH$N&Z~`O5H+Aah@5{}T7`Ttjc?Dn=HF{DVFBUvM!nGOc9f XWME#!$ilKEBu^G3unHuw1}FdkIR+%~ literal 0 HcmV?d00001 diff --git a/packs/powers/000168.log b/packs/powers/000172.log similarity index 100% rename from packs/powers/000168.log rename to packs/powers/000172.log diff --git a/packs/powers/CURRENT b/packs/powers/CURRENT index 830373b..301747a 100644 --- a/packs/powers/CURRENT +++ b/packs/powers/CURRENT @@ -1 +1 @@ -MANIFEST-000166 +MANIFEST-000170 diff --git a/packs/powers/LOG b/packs/powers/LOG index adb3347..beba1e1 100644 --- a/packs/powers/LOG +++ b/packs/powers/LOG @@ -1,8 +1,8 @@ -2023/08/30-20:10:47.089737 7fa55dffb6c0 Recovering log #163 -2023/08/30-20:10:47.283952 7fa55dffb6c0 Delete type=3 #161 -2023/08/30-20:10:47.284018 7fa55dffb6c0 Delete type=0 #163 -2023/08/30-20:19:02.793322 7fa55d3ff6c0 Level-0 table #169: started -2023/08/30-20:19:02.793349 7fa55d3ff6c0 Level-0 table #169: 0 bytes OK -2023/08/30-20:19:02.800604 7fa55d3ff6c0 Delete type=0 #167 -2023/08/30-20:19:02.807184 7fa55d3ff6c0 Manual compaction at level-0 from '!items!3vinyVxuFdrQDCBo' @ 72057594037927935 : 1 .. '!items!zpF2QY4tx7qdBomQ' @ 0 : 0; will stop at (end) -2023/08/30-20:19:02.807212 7fa55d3ff6c0 Manual compaction at level-1 from '!items!3vinyVxuFdrQDCBo' @ 72057594037927935 : 1 .. '!items!zpF2QY4tx7qdBomQ' @ 0 : 0; will stop at (end) +2023/09/01-20:34:49.006555 7fc3c6ffd6c0 Recovering log #168 +2023/09/01-20:34:49.017044 7fc3c6ffd6c0 Delete type=3 #166 +2023/09/01-20:34:49.017107 7fc3c6ffd6c0 Delete type=0 #168 +2023/09/01-20:46:07.516008 7fc1463ff6c0 Level-0 table #173: started +2023/09/01-20:46:07.516052 7fc1463ff6c0 Level-0 table #173: 0 bytes OK +2023/09/01-20:46:07.524696 7fc1463ff6c0 Delete type=0 #171 +2023/09/01-20:46:07.524991 7fc1463ff6c0 Manual compaction at level-0 from '!items!3vinyVxuFdrQDCBo' @ 72057594037927935 : 1 .. '!items!zpF2QY4tx7qdBomQ' @ 0 : 0; will stop at (end) +2023/09/01-20:46:07.525070 7fc1463ff6c0 Manual compaction at level-1 from '!items!3vinyVxuFdrQDCBo' @ 72057594037927935 : 1 .. '!items!zpF2QY4tx7qdBomQ' @ 0 : 0; will stop at (end) diff --git a/packs/powers/LOG.old b/packs/powers/LOG.old index 01a2c45..adb3347 100644 --- a/packs/powers/LOG.old +++ b/packs/powers/LOG.old @@ -1,15 +1,8 @@ -2023/08/30-17:17:42.658365 7fa55effd6c0 Recovering log #159 -2023/08/30-17:17:42.675069 7fa55effd6c0 Delete type=3 #157 -2023/08/30-17:17:42.675219 7fa55effd6c0 Delete type=0 #159 -2023/08/30-17:20:34.670106 7fa55d3ff6c0 Level-0 table #164: started -2023/08/30-17:20:34.673725 7fa55d3ff6c0 Level-0 table #164: 18207 bytes OK -2023/08/30-17:20:34.680563 7fa55d3ff6c0 Delete type=0 #162 -2023/08/30-17:20:34.693950 7fa55d3ff6c0 Manual compaction at level-0 from '!items!3vinyVxuFdrQDCBo' @ 72057594037927935 : 1 .. '!items!zpF2QY4tx7qdBomQ' @ 0 : 0; will stop at (end) -2023/08/30-17:20:34.694048 7fa55d3ff6c0 Manual compaction at level-1 from '!items!3vinyVxuFdrQDCBo' @ 72057594037927935 : 1 .. '!items!zpF2QY4tx7qdBomQ' @ 0 : 0; will stop at '!items!zpF2QY4tx7qdBomQ' @ 109 : 1 -2023/08/30-17:20:34.694069 7fa55d3ff6c0 Compacting 1@1 + 1@2 files -2023/08/30-17:20:34.699691 7fa55d3ff6c0 Generated table #165@1: 51 keys, 68929 bytes -2023/08/30-17:20:34.699708 7fa55d3ff6c0 Compacted 1@1 + 1@2 files => 68929 bytes -2023/08/30-17:20:34.705867 7fa55d3ff6c0 compacted to: files[ 0 0 1 0 0 0 0 ] -2023/08/30-17:20:34.705956 7fa55d3ff6c0 Delete type=2 #62 -2023/08/30-17:20:34.706078 7fa55d3ff6c0 Delete type=2 #164 -2023/08/30-17:20:34.712776 7fa55d3ff6c0 Manual compaction at level-1 from '!items!zpF2QY4tx7qdBomQ' @ 109 : 1 .. '!items!zpF2QY4tx7qdBomQ' @ 0 : 0; will stop at (end) +2023/08/30-20:10:47.089737 7fa55dffb6c0 Recovering log #163 +2023/08/30-20:10:47.283952 7fa55dffb6c0 Delete type=3 #161 +2023/08/30-20:10:47.284018 7fa55dffb6c0 Delete type=0 #163 +2023/08/30-20:19:02.793322 7fa55d3ff6c0 Level-0 table #169: started +2023/08/30-20:19:02.793349 7fa55d3ff6c0 Level-0 table #169: 0 bytes OK +2023/08/30-20:19:02.800604 7fa55d3ff6c0 Delete type=0 #167 +2023/08/30-20:19:02.807184 7fa55d3ff6c0 Manual compaction at level-0 from '!items!3vinyVxuFdrQDCBo' @ 72057594037927935 : 1 .. '!items!zpF2QY4tx7qdBomQ' @ 0 : 0; will stop at (end) +2023/08/30-20:19:02.807212 7fa55d3ff6c0 Manual compaction at level-1 from '!items!3vinyVxuFdrQDCBo' @ 72057594037927935 : 1 .. '!items!zpF2QY4tx7qdBomQ' @ 0 : 0; will stop at (end) diff --git a/packs/powers/MANIFEST-000166 b/packs/powers/MANIFEST-000170 similarity index 73% rename from packs/powers/MANIFEST-000166 rename to packs/powers/MANIFEST-000170 index 6bc490031482fe822d97dff64ef45e57ef7a23eb..c0c3b1939458c89c4923dca9ce41af0e9bd6f41f 100644 GIT binary patch delta 41 scmZ3-xQ=l`k5bKzN1wPD7@1ZxaxyTlVPq+2=6ItE5?BKgSO*jU02l}hH~;_u delta 41 rcmZ3-xQ=l`k5a+GlCNA0j7-ZJIT@H&FtQYQIA-&M1Xh3qRsjV7`-utp diff --git a/packs/skills/000168.log b/packs/skills/000172.log similarity index 100% rename from packs/skills/000168.log rename to packs/skills/000172.log diff --git a/packs/skills/CURRENT b/packs/skills/CURRENT index 830373b..301747a 100644 --- a/packs/skills/CURRENT +++ b/packs/skills/CURRENT @@ -1 +1 @@ -MANIFEST-000166 +MANIFEST-000170 diff --git a/packs/skills/LOG b/packs/skills/LOG index a197400..d8d74cd 100644 --- a/packs/skills/LOG +++ b/packs/skills/LOG @@ -1,8 +1,8 @@ -2023/08/30-20:10:46.913667 7fa55f7fe6c0 Recovering log #164 -2023/08/30-20:10:47.114760 7fa55f7fe6c0 Delete type=3 #162 -2023/08/30-20:10:47.114894 7fa55f7fe6c0 Delete type=0 #164 -2023/08/30-20:19:02.757545 7fa55d3ff6c0 Level-0 table #169: started -2023/08/30-20:19:02.757594 7fa55d3ff6c0 Level-0 table #169: 0 bytes OK -2023/08/30-20:19:02.765676 7fa55d3ff6c0 Delete type=0 #167 -2023/08/30-20:19:02.780087 7fa55d3ff6c0 Manual compaction at level-0 from '!items!0663RVbZRl0oZ0Dr' @ 72057594037927935 : 1 .. '!items!zLKcnLGEcMwECjni' @ 0 : 0; will stop at (end) -2023/08/30-20:19:02.780123 7fa55d3ff6c0 Manual compaction at level-1 from '!items!0663RVbZRl0oZ0Dr' @ 72057594037927935 : 1 .. '!items!zLKcnLGEcMwECjni' @ 0 : 0; will stop at (end) +2023/09/01-20:34:48.990681 7fc3c77fe6c0 Recovering log #168 +2023/09/01-20:34:49.001230 7fc3c77fe6c0 Delete type=3 #166 +2023/09/01-20:34:49.001299 7fc3c77fe6c0 Delete type=0 #168 +2023/09/01-20:46:07.507230 7fc1463ff6c0 Level-0 table #173: started +2023/09/01-20:46:07.507266 7fc1463ff6c0 Level-0 table #173: 0 bytes OK +2023/09/01-20:46:07.515830 7fc1463ff6c0 Delete type=0 #171 +2023/09/01-20:46:07.524965 7fc1463ff6c0 Manual compaction at level-0 from '!items!0663RVbZRl0oZ0Dr' @ 72057594037927935 : 1 .. '!items!zLKcnLGEcMwECjni' @ 0 : 0; will stop at (end) +2023/09/01-20:46:07.525047 7fc1463ff6c0 Manual compaction at level-1 from '!items!0663RVbZRl0oZ0Dr' @ 72057594037927935 : 1 .. '!items!zLKcnLGEcMwECjni' @ 0 : 0; will stop at (end) diff --git a/packs/skills/LOG.old b/packs/skills/LOG.old index 8f5c85f..a197400 100644 --- a/packs/skills/LOG.old +++ b/packs/skills/LOG.old @@ -1,8 +1,8 @@ -2023/08/30-17:17:42.644052 7fa55e7fc6c0 Recovering log #160 -2023/08/30-17:17:42.654264 7fa55e7fc6c0 Delete type=3 #158 -2023/08/30-17:17:42.654371 7fa55e7fc6c0 Delete type=0 #160 -2023/08/30-17:20:34.687213 7fa55d3ff6c0 Level-0 table #165: started -2023/08/30-17:20:34.687246 7fa55d3ff6c0 Level-0 table #165: 0 bytes OK -2023/08/30-17:20:34.693666 7fa55d3ff6c0 Delete type=0 #163 -2023/08/30-17:20:34.694011 7fa55d3ff6c0 Manual compaction at level-0 from '!items!0663RVbZRl0oZ0Dr' @ 72057594037927935 : 1 .. '!items!zLKcnLGEcMwECjni' @ 0 : 0; will stop at (end) -2023/08/30-17:20:34.706151 7fa55d3ff6c0 Manual compaction at level-1 from '!items!0663RVbZRl0oZ0Dr' @ 72057594037927935 : 1 .. '!items!zLKcnLGEcMwECjni' @ 0 : 0; will stop at (end) +2023/08/30-20:10:46.913667 7fa55f7fe6c0 Recovering log #164 +2023/08/30-20:10:47.114760 7fa55f7fe6c0 Delete type=3 #162 +2023/08/30-20:10:47.114894 7fa55f7fe6c0 Delete type=0 #164 +2023/08/30-20:19:02.757545 7fa55d3ff6c0 Level-0 table #169: started +2023/08/30-20:19:02.757594 7fa55d3ff6c0 Level-0 table #169: 0 bytes OK +2023/08/30-20:19:02.765676 7fa55d3ff6c0 Delete type=0 #167 +2023/08/30-20:19:02.780087 7fa55d3ff6c0 Manual compaction at level-0 from '!items!0663RVbZRl0oZ0Dr' @ 72057594037927935 : 1 .. '!items!zLKcnLGEcMwECjni' @ 0 : 0; will stop at (end) +2023/08/30-20:19:02.780123 7fa55d3ff6c0 Manual compaction at level-1 from '!items!0663RVbZRl0oZ0Dr' @ 72057594037927935 : 1 .. '!items!zLKcnLGEcMwECjni' @ 0 : 0; will stop at (end) diff --git a/packs/skills/MANIFEST-000166 b/packs/skills/MANIFEST-000166 deleted file mode 100644 index c2c1386633eee02a3057da4f3cec15b5553ade82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 139 zcmdmM#mkw*z{n_-lUkOVlai$8R9TW*o>`pgoS$2eSd>_jU&PMDdiFD;ykcfaYHqQj zfti_cP*_q_P>w-%Uzwb@-i81Ao2%yu9?Bbz{s?m Yk&}UW1tW{iO^eN0Ab}MifmJ{O066v~%>V!Z diff --git a/packs/skills/MANIFEST-000170 b/packs/skills/MANIFEST-000170 new file mode 100644 index 0000000000000000000000000000000000000000..6523e21f1ff269fe46bd36fe760dcc250865eecb GIT binary patch literal 139 zcmdmM#mkw*z{n_-lUkOVlai$8R9TW*o>`pgoS$2eSd>_jU&PMDdiFD;ykcfaYHqQj zfti_cP*_q_P>w-%Uzwb@-i81Ao6P;a82i8U}Rd& Y$jQLGhLOc)(+A^AAb~X?fptIu051O}#sB~S literal 0 HcmV?d00001 diff --git a/packs/talents/000166.log b/packs/talents/000170.log similarity index 100% rename from packs/talents/000166.log rename to packs/talents/000170.log diff --git a/packs/talents/CURRENT b/packs/talents/CURRENT index be35511..57112f5 100644 --- a/packs/talents/CURRENT +++ b/packs/talents/CURRENT @@ -1 +1 @@ -MANIFEST-000164 +MANIFEST-000168 diff --git a/packs/talents/LOG b/packs/talents/LOG index f07fa2c..78c0c20 100644 --- a/packs/talents/LOG +++ b/packs/talents/LOG @@ -1,8 +1,8 @@ -2023/08/30-20:10:47.498427 7fa55dffb6c0 Recovering log #162 -2023/08/30-20:10:47.619622 7fa55dffb6c0 Delete type=3 #160 -2023/08/30-20:10:47.619685 7fa55dffb6c0 Delete type=0 #162 -2023/08/30-20:19:02.807339 7fa55d3ff6c0 Level-0 table #167: started -2023/08/30-20:19:02.807359 7fa55d3ff6c0 Level-0 table #167: 0 bytes OK -2023/08/30-20:19:02.814782 7fa55d3ff6c0 Delete type=0 #165 -2023/08/30-20:19:02.814992 7fa55d3ff6c0 Manual compaction at level-0 from '!items!1oojD2KMJsxNlMez' @ 72057594037927935 : 1 .. '!items!znoFgVzNQOCTGUBl' @ 0 : 0; will stop at (end) -2023/08/30-20:19:02.815017 7fa55d3ff6c0 Manual compaction at level-1 from '!items!1oojD2KMJsxNlMez' @ 72057594037927935 : 1 .. '!items!znoFgVzNQOCTGUBl' @ 0 : 0; will stop at (end) +2023/09/01-20:34:49.047409 7fc3c7fff6c0 Recovering log #166 +2023/09/01-20:34:49.060677 7fc3c7fff6c0 Delete type=3 #164 +2023/09/01-20:34:49.060778 7fc3c7fff6c0 Delete type=0 #166 +2023/09/01-20:46:07.533009 7fc1463ff6c0 Level-0 table #171: started +2023/09/01-20:46:07.533036 7fc1463ff6c0 Level-0 table #171: 0 bytes OK +2023/09/01-20:46:07.542144 7fc1463ff6c0 Delete type=0 #169 +2023/09/01-20:46:07.542308 7fc1463ff6c0 Manual compaction at level-0 from '!items!1oojD2KMJsxNlMez' @ 72057594037927935 : 1 .. '!items!znoFgVzNQOCTGUBl' @ 0 : 0; will stop at (end) +2023/09/01-20:46:07.542326 7fc1463ff6c0 Manual compaction at level-1 from '!items!1oojD2KMJsxNlMez' @ 72057594037927935 : 1 .. '!items!znoFgVzNQOCTGUBl' @ 0 : 0; will stop at (end) diff --git a/packs/talents/LOG.old b/packs/talents/LOG.old index 8f3480c..f07fa2c 100644 --- a/packs/talents/LOG.old +++ b/packs/talents/LOG.old @@ -1,8 +1,8 @@ -2023/08/30-17:17:42.701619 7fa55dffb6c0 Recovering log #158 -2023/08/30-17:17:42.712665 7fa55dffb6c0 Delete type=3 #156 -2023/08/30-17:17:42.712739 7fa55dffb6c0 Delete type=0 #158 -2023/08/30-17:20:34.712796 7fa55d3ff6c0 Level-0 table #163: started -2023/08/30-17:20:34.712855 7fa55d3ff6c0 Level-0 table #163: 0 bytes OK -2023/08/30-17:20:34.719473 7fa55d3ff6c0 Delete type=0 #161 -2023/08/30-17:20:34.726655 7fa55d3ff6c0 Manual compaction at level-0 from '!items!1oojD2KMJsxNlMez' @ 72057594037927935 : 1 .. '!items!znoFgVzNQOCTGUBl' @ 0 : 0; will stop at (end) -2023/08/30-17:20:34.726714 7fa55d3ff6c0 Manual compaction at level-1 from '!items!1oojD2KMJsxNlMez' @ 72057594037927935 : 1 .. '!items!znoFgVzNQOCTGUBl' @ 0 : 0; will stop at (end) +2023/08/30-20:10:47.498427 7fa55dffb6c0 Recovering log #162 +2023/08/30-20:10:47.619622 7fa55dffb6c0 Delete type=3 #160 +2023/08/30-20:10:47.619685 7fa55dffb6c0 Delete type=0 #162 +2023/08/30-20:19:02.807339 7fa55d3ff6c0 Level-0 table #167: started +2023/08/30-20:19:02.807359 7fa55d3ff6c0 Level-0 table #167: 0 bytes OK +2023/08/30-20:19:02.814782 7fa55d3ff6c0 Delete type=0 #165 +2023/08/30-20:19:02.814992 7fa55d3ff6c0 Manual compaction at level-0 from '!items!1oojD2KMJsxNlMez' @ 72057594037927935 : 1 .. '!items!znoFgVzNQOCTGUBl' @ 0 : 0; will stop at (end) +2023/08/30-20:19:02.815017 7fa55d3ff6c0 Manual compaction at level-1 from '!items!1oojD2KMJsxNlMez' @ 72057594037927935 : 1 .. '!items!znoFgVzNQOCTGUBl' @ 0 : 0; will stop at (end) diff --git a/packs/talents/MANIFEST-000164 b/packs/talents/MANIFEST-000164 deleted file mode 100644 index 0cadf140f7c87f8b1070c8c57a4199ba3cac1d2a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 138 zcmY$qR;ZK6z{n_-lUkOVlai$8R9TW*o>`pgoS$2eSd>_jU&PMDdeKB)F|#B!w^-3I zKR?UG$lKSexWX^TH?@k9kpT=~@>O~HZs}oFeu4hZA?~40IgES|`GCEbO1T&qnU*qg XGB7V=Wa0ahzvC20U>QhY1yBG0VJRjh diff --git a/packs/talents/MANIFEST-000168 b/packs/talents/MANIFEST-000168 new file mode 100644 index 0000000000000000000000000000000000000000..17494bce8e1c96fb30dfba411e171690022ea294 GIT binary patch literal 138 zcmY$qR;ZK6z{n_-lUkOVlai$8R9TW*o>`pgoS$2eSd>_jU&PMDdeKB)F|#B!w^-3I zKR?UG$lKSexWX^TH?@k9kpT=~@>O~HZs}oFeu4hZA?~40IgES|`6VCL?cicyWLn9{ X$-umdk%jNW3c0f&fmI-ZH9!FXaaksD literal 0 HcmV?d00001 diff --git a/styles/simple.css b/styles/simple.css index 96db9b3..db2b730 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -1398,6 +1398,9 @@ Focus FOC: #ff0084 .item-control-end { align-self: flex-end; } +.margin-space-4 { + margin-left: 4px; +} .margin-item-list { margin-top: 4px; } diff --git a/system.json b/system.json index 6eb3011..d3f44cc 100644 --- a/system.json +++ b/system.json @@ -91,14 +91,14 @@ "styles": [ "styles/simple.css" ], - "version": "11.0.21", + "version": "11.0.22", "compatibility": { "minimum": "11", "verified": "11" }, "title": "Hero System 6E Basic (Official)", "manifest": "https://www.uberwald.me/gitea/public/fvtt-hero-system-6/raw/branch/master/system.json", - "download": "https://www.uberwald.me/gitea/public/fvtt-hero-system-6/archive/fvtt-hero-system-6-v11.0.21.zip", + "download": "https://www.uberwald.me/gitea/public/fvtt-hero-system-6/archive/fvtt-hero-system-6-v11.0.22.zip", "url": "https://www.uberwald.me/public/uberwald/", "background": "systems/fvtt-hero-system-6/images/ui/hero_foundry_cover.webp", "id": "fvtt-hero-system-6" diff --git a/templates/actors/actor-sheet.hbs b/templates/actors/actor-sheet.hbs index 9a1da4f..b293634 100644 --- a/templates/actors/actor-sheet.hbs +++ b/templates/actors/actor-sheet.hbs @@ -426,7 +426,7 @@
  • - + @@ -669,8 +669,8 @@ - - + +
  • {{#each powers as |power key|}} @@ -697,7 +697,7 @@ {{else}}   {{/if}} - {{power.system.endurance}} + {{power.system.endurance}}
     
    diff --git a/templates/partials/partial-actor-full-charac.hbs b/templates/partials/partial-actor-full-charac.hbs index ab181e5..7af044d 100644 --- a/templates/partials/partial-actor-full-charac.hbs +++ b/templates/partials/partial-actor-full-charac.hbs @@ -1,9 +1,9 @@
  • - - +

    {{charac.label}}