diff --git a/changelog.md b/changelog.md index 7041b30..5db0e1c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ v11.0.21 - Fix grid default distance in system.json +- Fix powers roll again (#29) v11.0.20 diff --git a/modules/hero6-actor.js b/modules/hero6-actor.js index d4e7796..b229517 100644 --- a/modules/hero6-actor.js +++ b/modules/hero6-actor.js @@ -831,18 +831,19 @@ export class Hero6Actor extends Actor { rollPowerAttack(powerId ) { let power = this.items.get(powerId) if (power) { - power = duplicate(power) + power = duplicate(power) let rollData = this.getCommonRollData() - if (power.system.attackvalue == "ocv") { - rollData.roll = 11 + (Number(this.system.characteristics.ocv.value) || 0) + (Number(power.system.ocv) || 0) - rollData.subMode = "ocv" - } else { - rollData.roll = 11 + (Number(this.system.characteristics.omcv.value) || 0) + (Number(power.system.omcv) || 0) - rollData.subMode = "omcv" - } rollData.mode = "powerattack" rollData.item = power rollData.img = power.img + + if (power.system.attackvalue == "ocv") { + rollData.item.roll = 11 + (Number(this.system.characteristics.ocv.value) || 0) + (Number(power.system.ocv) || 0) + rollData.subMode = "ocv" + } else { + rollData.item.roll = 11 + (Number(this.system.characteristics.omcv.value) || 0) + (Number(power.system.omcv) || 0) + rollData.subMode = "omcv" + } this.startRoll(rollData) } else { ui.notifications.warn("Unable to find power " + power.name) diff --git a/modules/hero6-utility.js b/modules/hero6-utility.js index 17e2ad7..b54d998 100644 --- a/modules/hero6-utility.js +++ b/modules/hero6-utility.js @@ -359,7 +359,7 @@ export class Hero6Utility { target += rollData.bonusMalus // Performs roll - console.log("Roll formula", diceFormula) + //console.log("Roll formula", diceFormula) let myRoll = rollData.roll if (!myRoll) { // New rolls only of no rerolls myRoll = new Roll(diceFormula).roll({ async: false }) @@ -374,6 +374,7 @@ export class Hero6Utility { if (rollData.result <= target) { rollData.isSuccess = true } + //console.log("Roll result", rollData) if (myRoll.terms[0].total == 3) { // Always a success rollData.isSuccess = true } diff --git a/packs/complications/000158.log b/packs/complications/000166.log similarity index 100% rename from packs/complications/000158.log rename to packs/complications/000166.log diff --git a/packs/complications/CURRENT b/packs/complications/CURRENT index c16f179..be35511 100644 --- a/packs/complications/CURRENT +++ b/packs/complications/CURRENT @@ -1 +1 @@ -MANIFEST-000156 +MANIFEST-000164 diff --git a/packs/complications/LOG b/packs/complications/LOG index fc5d40e..55a2cec 100644 --- a/packs/complications/LOG +++ b/packs/complications/LOG @@ -1,8 +1,8 @@ -2023/08/29-16:25:42.990569 7f2deaffd6c0 Recovering log #154 -2023/08/29-16:25:43.182272 7f2deaffd6c0 Delete type=3 #152 -2023/08/29-16:25:43.182363 7f2deaffd6c0 Delete type=0 #154 -2023/08/29-16:40:28.792648 7f2b69bff6c0 Level-0 table #159: started -2023/08/29-16:40:28.792681 7f2b69bff6c0 Level-0 table #159: 0 bytes OK -2023/08/29-16:40:28.800879 7f2b69bff6c0 Delete type=0 #157 -2023/08/29-16:40:28.808756 7f2b69bff6c0 Manual compaction at level-0 from '!items!05yAsPAteobyHoVT' @ 72057594037927935 : 1 .. '!items!yFhVFTqzLKcqApBr' @ 0 : 0; will stop at (end) -2023/08/29-16:40:28.808800 7f2b69bff6c0 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/LOG.old b/packs/complications/LOG.old index 99ed347..dbd3f5e 100644 --- a/packs/complications/LOG.old +++ b/packs/complications/LOG.old @@ -1,8 +1,8 @@ -2023/08/29-16:09:59.520040 7f2deb7fe6c0 Recovering log #150 -2023/08/29-16:09:59.534549 7f2deb7fe6c0 Delete type=3 #148 -2023/08/29-16:09:59.534629 7f2deb7fe6c0 Delete type=0 #150 -2023/08/29-16:24:59.318786 7f2b69bff6c0 Level-0 table #155: started -2023/08/29-16:24:59.318844 7f2b69bff6c0 Level-0 table #155: 0 bytes OK -2023/08/29-16:24:59.325770 7f2b69bff6c0 Delete type=0 #153 -2023/08/29-16:24:59.342348 7f2b69bff6c0 Manual compaction at level-0 from '!items!05yAsPAteobyHoVT' @ 72057594037927935 : 1 .. '!items!yFhVFTqzLKcqApBr' @ 0 : 0; will stop at (end) -2023/08/29-16:24:59.342392 7f2b69bff6c0 Manual compaction at level-1 from '!items!05yAsPAteobyHoVT' @ 72057594037927935 : 1 .. '!items!yFhVFTqzLKcqApBr' @ 0 : 0; will stop at (end) +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) diff --git a/packs/complications/MANIFEST-000156 b/packs/complications/MANIFEST-000156 deleted file mode 100644 index 2368dd8..0000000 Binary files a/packs/complications/MANIFEST-000156 and /dev/null differ diff --git a/packs/complications/MANIFEST-000164 b/packs/complications/MANIFEST-000164 new file mode 100644 index 0000000..de8dbaf Binary files /dev/null and b/packs/complications/MANIFEST-000164 differ diff --git a/packs/equipment/000160.log b/packs/equipment/000168.log similarity index 100% rename from packs/equipment/000160.log rename to packs/equipment/000168.log diff --git a/packs/equipment/CURRENT b/packs/equipment/CURRENT index 9bad6d5..830373b 100644 --- a/packs/equipment/CURRENT +++ b/packs/equipment/CURRENT @@ -1 +1 @@ -MANIFEST-000158 +MANIFEST-000166 diff --git a/packs/equipment/LOG b/packs/equipment/LOG index b7a6664..bffe983 100644 --- a/packs/equipment/LOG +++ b/packs/equipment/LOG @@ -1,8 +1,8 @@ -2023/08/29-16:25:42.891384 7f2deb7fe6c0 Recovering log #156 -2023/08/29-16:25:42.986762 7f2deb7fe6c0 Delete type=3 #154 -2023/08/29-16:25:42.986861 7f2deb7fe6c0 Delete type=0 #156 -2023/08/29-16:40:28.741963 7f2b69bff6c0 Level-0 table #161: started -2023/08/29-16:40:28.742013 7f2b69bff6c0 Level-0 table #161: 0 bytes OK -2023/08/29-16:40:28.749774 7f2b69bff6c0 Delete type=0 #159 -2023/08/29-16:40:28.776172 7f2b69bff6c0 Manual compaction at level-0 from '!folders!48DCB6UNXCsERTXK' @ 72057594037927935 : 1 .. '!items!zFQRJSrYV4E12NgW' @ 0 : 0; will stop at (end) -2023/08/29-16:40:28.776271 7f2b69bff6c0 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/LOG.old b/packs/equipment/LOG.old index 45b194b..37aab77 100644 --- a/packs/equipment/LOG.old +++ b/packs/equipment/LOG.old @@ -1,8 +1,8 @@ -2023/08/29-16:09:59.496232 7f2dea7fc6c0 Recovering log #152 -2023/08/29-16:09:59.514894 7f2dea7fc6c0 Delete type=3 #150 -2023/08/29-16:09:59.515025 7f2dea7fc6c0 Delete type=0 #152 -2023/08/29-16:24:59.281362 7f2b69bff6c0 Level-0 table #157: started -2023/08/29-16:24:59.281398 7f2b69bff6c0 Level-0 table #157: 0 bytes OK -2023/08/29-16:24:59.289117 7f2b69bff6c0 Delete type=0 #155 -2023/08/29-16:24:59.305137 7f2b69bff6c0 Manual compaction at level-0 from '!folders!48DCB6UNXCsERTXK' @ 72057594037927935 : 1 .. '!items!zFQRJSrYV4E12NgW' @ 0 : 0; will stop at (end) -2023/08/29-16:24:59.312278 7f2b69bff6c0 Manual compaction at level-1 from '!folders!48DCB6UNXCsERTXK' @ 72057594037927935 : 1 .. '!items!zFQRJSrYV4E12NgW' @ 0 : 0; will stop at (end) +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) diff --git a/packs/equipment/MANIFEST-000158 b/packs/equipment/MANIFEST-000166 similarity index 72% rename from packs/equipment/MANIFEST-000158 rename to packs/equipment/MANIFEST-000166 index b381c25..6a8d4fa 100644 Binary files a/packs/equipment/MANIFEST-000158 and b/packs/equipment/MANIFEST-000166 differ diff --git a/packs/skills/000160.log b/packs/maneuvers/000160.log similarity index 100% rename from packs/skills/000160.log rename to packs/maneuvers/000160.log diff --git a/packs/maneuvers/CURRENT b/packs/maneuvers/CURRENT index 939d9b8..9bad6d5 100644 --- a/packs/maneuvers/CURRENT +++ b/packs/maneuvers/CURRENT @@ -1 +1 @@ -MANIFEST-000150 +MANIFEST-000158 diff --git a/packs/maneuvers/LOG b/packs/maneuvers/LOG index f3e2dae..ce71d9d 100644 --- a/packs/maneuvers/LOG +++ b/packs/maneuvers/LOG @@ -1,8 +1,8 @@ -2023/08/29-16:25:43.164843 7f2debfff6c0 Recovering log #148 -2023/08/29-16:25:43.338845 7f2debfff6c0 Delete type=3 #146 -2023/08/29-16:25:43.338920 7f2debfff6c0 Delete type=0 #148 -2023/08/29-16:40:28.801017 7f2b69bff6c0 Level-0 table #153: started -2023/08/29-16:40:28.801061 7f2b69bff6c0 Level-0 table #153: 0 bytes OK -2023/08/29-16:40:28.808558 7f2b69bff6c0 Delete type=0 #151 -2023/08/29-16:40:28.808780 7f2b69bff6c0 Manual compaction at level-0 from '!items!0HeZcvevni63brWf' @ 72057594037927935 : 1 .. '!items!yAT32VYV2aIWOBkK' @ 0 : 0; will stop at (end) -2023/08/29-16:40:28.808811 7f2b69bff6c0 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/LOG.old b/packs/maneuvers/LOG.old index 3424b50..3202862 100644 --- a/packs/maneuvers/LOG.old +++ b/packs/maneuvers/LOG.old @@ -1,8 +1,8 @@ -2023/08/29-16:09:59.537488 7f2debfff6c0 Recovering log #144 -2023/08/29-16:09:59.555680 7f2debfff6c0 Delete type=3 #142 -2023/08/29-16:09:59.555787 7f2debfff6c0 Delete type=0 #144 -2023/08/29-16:24:59.334341 7f2b69bff6c0 Level-0 table #149: started -2023/08/29-16:24:59.334391 7f2b69bff6c0 Level-0 table #149: 0 bytes OK -2023/08/29-16:24:59.342219 7f2b69bff6c0 Delete type=0 #147 -2023/08/29-16:24:59.342377 7f2b69bff6c0 Manual compaction at level-0 from '!items!0HeZcvevni63brWf' @ 72057594037927935 : 1 .. '!items!yAT32VYV2aIWOBkK' @ 0 : 0; will stop at (end) -2023/08/29-16:24:59.342413 7f2b69bff6c0 Manual compaction at level-1 from '!items!0HeZcvevni63brWf' @ 72057594037927935 : 1 .. '!items!yAT32VYV2aIWOBkK' @ 0 : 0; will stop at (end) +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) diff --git a/packs/maneuvers/MANIFEST-000150 b/packs/maneuvers/MANIFEST-000158 similarity index 73% rename from packs/maneuvers/MANIFEST-000150 rename to packs/maneuvers/MANIFEST-000158 index 88b5922..5bf2c76 100644 Binary files a/packs/maneuvers/MANIFEST-000150 and b/packs/maneuvers/MANIFEST-000158 differ diff --git a/packs/maneuvers/000152.log b/packs/perks/000166.log similarity index 100% rename from packs/maneuvers/000152.log rename to packs/perks/000166.log diff --git a/packs/perks/CURRENT b/packs/perks/CURRENT index c16f179..be35511 100644 --- a/packs/perks/CURRENT +++ b/packs/perks/CURRENT @@ -1 +1 @@ -MANIFEST-000156 +MANIFEST-000164 diff --git a/packs/perks/LOG b/packs/perks/LOG index 568593b..c110bf8 100644 --- a/packs/perks/LOG +++ b/packs/perks/LOG @@ -1,8 +1,8 @@ -2023/08/29-16:25:43.185065 7f2dea7fc6c0 Recovering log #154 -2023/08/29-16:25:43.371993 7f2dea7fc6c0 Delete type=3 #152 -2023/08/29-16:25:43.372074 7f2dea7fc6c0 Delete type=0 #154 -2023/08/29-16:40:28.785308 7f2b69bff6c0 Level-0 table #159: started -2023/08/29-16:40:28.785364 7f2b69bff6c0 Level-0 table #159: 0 bytes OK -2023/08/29-16:40:28.792517 7f2b69bff6c0 Delete type=0 #157 -2023/08/29-16:40:28.808742 7f2b69bff6c0 Manual compaction at level-0 from '!items!L3vwlIh3oloE6A8W' @ 72057594037927935 : 1 .. '!items!yWTR7MCOtGWm1KCz' @ 0 : 0; will stop at (end) -2023/08/29-16:40:28.808790 7f2b69bff6c0 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/LOG.old b/packs/perks/LOG.old index 24a6b28..b1452ca 100644 --- a/packs/perks/LOG.old +++ b/packs/perks/LOG.old @@ -1,8 +1,8 @@ -2023/08/29-16:09:59.537875 7f2dea7fc6c0 Recovering log #150 -2023/08/29-16:09:59.558667 7f2dea7fc6c0 Delete type=3 #148 -2023/08/29-16:09:59.558997 7f2dea7fc6c0 Delete type=0 #150 -2023/08/29-16:24:59.312392 7f2b69bff6c0 Level-0 table #155: started -2023/08/29-16:24:59.312430 7f2b69bff6c0 Level-0 table #155: 0 bytes OK -2023/08/29-16:24:59.318578 7f2b69bff6c0 Delete type=0 #153 -2023/08/29-16:24:59.342333 7f2b69bff6c0 Manual compaction at level-0 from '!items!L3vwlIh3oloE6A8W' @ 72057594037927935 : 1 .. '!items!yWTR7MCOtGWm1KCz' @ 0 : 0; will stop at (end) -2023/08/29-16:24:59.342384 7f2b69bff6c0 Manual compaction at level-1 from '!items!L3vwlIh3oloE6A8W' @ 72057594037927935 : 1 .. '!items!yWTR7MCOtGWm1KCz' @ 0 : 0; will stop at (end) +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) diff --git a/packs/perks/MANIFEST-000156 b/packs/perks/MANIFEST-000156 deleted file mode 100644 index b9bf14e..0000000 Binary files a/packs/perks/MANIFEST-000156 and /dev/null differ diff --git a/packs/perks/MANIFEST-000164 b/packs/perks/MANIFEST-000164 new file mode 100644 index 0000000..fee11a1 Binary files /dev/null and b/packs/perks/MANIFEST-000164 differ diff --git a/packs/powers/000062.ldb b/packs/powers/000165.ldb similarity index 77% rename from packs/powers/000062.ldb rename to packs/powers/000165.ldb index c52d61d..cab4e23 100644 Binary files a/packs/powers/000062.ldb and b/packs/powers/000165.ldb differ diff --git a/packs/perks/000158.log b/packs/powers/000168.log similarity index 100% rename from packs/perks/000158.log rename to packs/powers/000168.log diff --git a/packs/powers/CURRENT b/packs/powers/CURRENT index 5df89bd..830373b 100644 --- a/packs/powers/CURRENT +++ b/packs/powers/CURRENT @@ -1 +1 @@ -MANIFEST-000157 +MANIFEST-000166 diff --git a/packs/powers/LOG b/packs/powers/LOG index 962b5da..adb3347 100644 --- a/packs/powers/LOG +++ b/packs/powers/LOG @@ -1,8 +1,8 @@ -2023/08/29-16:25:42.990448 7f2deb7fe6c0 Recovering log #155 -2023/08/29-16:25:43.154128 7f2deb7fe6c0 Delete type=3 #153 -2023/08/29-16:25:43.154225 7f2deb7fe6c0 Delete type=0 #155 -2023/08/29-16:40:28.776406 7f2b69bff6c0 Level-0 table #160: started -2023/08/29-16:40:28.776459 7f2b69bff6c0 Level-0 table #160: 0 bytes OK -2023/08/29-16:40:28.785118 7f2b69bff6c0 Delete type=0 #158 -2023/08/29-16:40:28.808720 7f2b69bff6c0 Manual compaction at level-0 from '!items!3vinyVxuFdrQDCBo' @ 72057594037927935 : 1 .. '!items!zpF2QY4tx7qdBomQ' @ 0 : 0; will stop at (end) -2023/08/29-16:40:28.808771 7f2b69bff6c0 Manual compaction at level-1 from '!items!3vinyVxuFdrQDCBo' @ 72057594037927935 : 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/LOG.old b/packs/powers/LOG.old index 3cd4aeb..01a2c45 100644 --- a/packs/powers/LOG.old +++ b/packs/powers/LOG.old @@ -1,8 +1,15 @@ -2023/08/29-16:09:59.520160 7f2debfff6c0 Recovering log #151 -2023/08/29-16:09:59.534547 7f2debfff6c0 Delete type=3 #149 -2023/08/29-16:09:59.534665 7f2debfff6c0 Delete type=0 #151 -2023/08/29-16:24:59.305197 7f2b69bff6c0 Level-0 table #156: started -2023/08/29-16:24:59.305251 7f2b69bff6c0 Level-0 table #156: 0 bytes OK -2023/08/29-16:24:59.312157 7f2b69bff6c0 Delete type=0 #154 -2023/08/29-16:24:59.312296 7f2b69bff6c0 Manual compaction at level-0 from '!items!3vinyVxuFdrQDCBo' @ 72057594037927935 : 1 .. '!items!zpF2QY4tx7qdBomQ' @ 0 : 0; will stop at (end) -2023/08/29-16:24:59.312312 7f2b69bff6c0 Manual compaction at level-1 from '!items!3vinyVxuFdrQDCBo' @ 72057594037927935 : 1 .. '!items!zpF2QY4tx7qdBomQ' @ 0 : 0; will stop at (end) +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) diff --git a/packs/powers/MANIFEST-000157 b/packs/powers/MANIFEST-000157 deleted file mode 100644 index ab8bce7..0000000 Binary files a/packs/powers/MANIFEST-000157 and /dev/null differ diff --git a/packs/powers/MANIFEST-000166 b/packs/powers/MANIFEST-000166 new file mode 100644 index 0000000..6bc4900 Binary files /dev/null and b/packs/powers/MANIFEST-000166 differ diff --git a/packs/powers/000159.log b/packs/skills/000168.log similarity index 100% rename from packs/powers/000159.log rename to packs/skills/000168.log diff --git a/packs/skills/CURRENT b/packs/skills/CURRENT index 9bad6d5..830373b 100644 --- a/packs/skills/CURRENT +++ b/packs/skills/CURRENT @@ -1 +1 @@ -MANIFEST-000158 +MANIFEST-000166 diff --git a/packs/skills/LOG b/packs/skills/LOG index 7d6dfd4..a197400 100644 --- a/packs/skills/LOG +++ b/packs/skills/LOG @@ -1,8 +1,8 @@ -2023/08/29-16:25:42.891392 7f2dea7fc6c0 Recovering log #156 -2023/08/29-16:25:42.986777 7f2dea7fc6c0 Delete type=3 #154 -2023/08/29-16:25:42.986886 7f2dea7fc6c0 Delete type=0 #156 -2023/08/29-16:40:28.763206 7f2b69bff6c0 Level-0 table #161: started -2023/08/29-16:40:28.763254 7f2b69bff6c0 Level-0 table #161: 0 bytes OK -2023/08/29-16:40:28.775955 7f2b69bff6c0 Delete type=0 #159 -2023/08/29-16:40:28.776250 7f2b69bff6c0 Manual compaction at level-0 from '!items!0663RVbZRl0oZ0Dr' @ 72057594037927935 : 1 .. '!items!zLKcnLGEcMwECjni' @ 0 : 0; will stop at (end) -2023/08/29-16:40:28.776293 7f2b69bff6c0 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/LOG.old b/packs/skills/LOG.old index e173467..8f5c85f 100644 --- a/packs/skills/LOG.old +++ b/packs/skills/LOG.old @@ -1,8 +1,8 @@ -2023/08/29-16:09:59.496231 7f2deb7fe6c0 Recovering log #152 -2023/08/29-16:09:59.514870 7f2deb7fe6c0 Delete type=3 #150 -2023/08/29-16:09:59.515006 7f2deb7fe6c0 Delete type=0 #152 -2023/08/29-16:24:59.297215 7f2b69bff6c0 Level-0 table #157: started -2023/08/29-16:24:59.297268 7f2b69bff6c0 Level-0 table #157: 0 bytes OK -2023/08/29-16:24:59.304916 7f2b69bff6c0 Delete type=0 #155 -2023/08/29-16:24:59.312266 7f2b69bff6c0 Manual compaction at level-0 from '!items!0663RVbZRl0oZ0Dr' @ 72057594037927935 : 1 .. '!items!zLKcnLGEcMwECjni' @ 0 : 0; will stop at (end) -2023/08/29-16:24:59.312303 7f2b69bff6c0 Manual compaction at level-1 from '!items!0663RVbZRl0oZ0Dr' @ 72057594037927935 : 1 .. '!items!zLKcnLGEcMwECjni' @ 0 : 0; will stop at (end) +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) diff --git a/packs/skills/MANIFEST-000158 b/packs/skills/MANIFEST-000158 deleted file mode 100644 index fe6475c..0000000 Binary files a/packs/skills/MANIFEST-000158 and /dev/null differ diff --git a/packs/skills/MANIFEST-000166 b/packs/skills/MANIFEST-000166 new file mode 100644 index 0000000..c2c1386 Binary files /dev/null and b/packs/skills/MANIFEST-000166 differ diff --git a/packs/talents/000158.log b/packs/talents/000166.log similarity index 100% rename from packs/talents/000158.log rename to packs/talents/000166.log diff --git a/packs/talents/CURRENT b/packs/talents/CURRENT index c16f179..be35511 100644 --- a/packs/talents/CURRENT +++ b/packs/talents/CURRENT @@ -1 +1 @@ -MANIFEST-000156 +MANIFEST-000164 diff --git a/packs/talents/LOG b/packs/talents/LOG index 807db8e..f07fa2c 100644 --- a/packs/talents/LOG +++ b/packs/talents/LOG @@ -1,8 +1,8 @@ -2023/08/29-16:25:43.341031 7f2deb7fe6c0 Recovering log #154 -2023/08/29-16:25:43.476661 7f2deb7fe6c0 Delete type=3 #152 -2023/08/29-16:25:43.476735 7f2deb7fe6c0 Delete type=0 #154 -2023/08/29-16:40:28.808880 7f2b69bff6c0 Level-0 table #159: started -2023/08/29-16:40:28.808911 7f2b69bff6c0 Level-0 table #159: 0 bytes OK -2023/08/29-16:40:28.815205 7f2b69bff6c0 Delete type=0 #157 -2023/08/29-16:40:28.815419 7f2b69bff6c0 Manual compaction at level-0 from '!items!1oojD2KMJsxNlMez' @ 72057594037927935 : 1 .. '!items!znoFgVzNQOCTGUBl' @ 0 : 0; will stop at (end) -2023/08/29-16:40:28.815460 7f2b69bff6c0 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/LOG.old b/packs/talents/LOG.old index 4ebffa5..8f3480c 100644 --- a/packs/talents/LOG.old +++ b/packs/talents/LOG.old @@ -1,8 +1,8 @@ -2023/08/29-16:09:59.560765 7f2deaffd6c0 Recovering log #150 -2023/08/29-16:09:59.570734 7f2deaffd6c0 Delete type=3 #148 -2023/08/29-16:09:59.570804 7f2deaffd6c0 Delete type=0 #150 -2023/08/29-16:24:59.325881 7f2b69bff6c0 Level-0 table #155: started -2023/08/29-16:24:59.325905 7f2b69bff6c0 Level-0 table #155: 0 bytes OK -2023/08/29-16:24:59.334131 7f2b69bff6c0 Delete type=0 #153 -2023/08/29-16:24:59.342366 7f2b69bff6c0 Manual compaction at level-0 from '!items!1oojD2KMJsxNlMez' @ 72057594037927935 : 1 .. '!items!znoFgVzNQOCTGUBl' @ 0 : 0; will stop at (end) -2023/08/29-16:24:59.342401 7f2b69bff6c0 Manual compaction at level-1 from '!items!1oojD2KMJsxNlMez' @ 72057594037927935 : 1 .. '!items!znoFgVzNQOCTGUBl' @ 0 : 0; will stop at (end) +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) diff --git a/packs/talents/MANIFEST-000156 b/packs/talents/MANIFEST-000156 deleted file mode 100644 index c819cbe..0000000 Binary files a/packs/talents/MANIFEST-000156 and /dev/null differ diff --git a/packs/talents/MANIFEST-000164 b/packs/talents/MANIFEST-000164 new file mode 100644 index 0000000..0cadf14 Binary files /dev/null and b/packs/talents/MANIFEST-000164 differ diff --git a/system.json b/system.json index a3f2cfb..6eb3011 100644 --- a/system.json +++ b/system.json @@ -91,14 +91,14 @@ "styles": [ "styles/simple.css" ], - "version": "11.0.20", + "version": "11.0.21", "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.20.zip", + "download": "https://www.uberwald.me/gitea/public/fvtt-hero-system-6/archive/fvtt-hero-system-6-v11.0.21.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"