Compare commits

...

3 Commits

Author SHA1 Message Date
5e42cfbab1 Fix sheet and weapons roll 2023-09-01 20:46:36 +02:00
86a9889359 Fix #29 2023-08-30 20:19:13 +02:00
7375fa39c5 Fix #27 2023-08-30 14:22:29 +02:00
48 changed files with 153 additions and 138 deletions

View File

@ -1,3 +1,13 @@
v11.0.22
- Fix actor sheet (powers, characteristics)
- Fix weapons roll
v11.0.21
- Fix grid default distance in system.json
- Fix powers roll again (#29)
v11.0.20
- Enhance chat message output (cf #25)

View File

@ -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 {
@ -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)

View File

@ -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
}

View File

@ -1 +1 @@
MANIFEST-000156
MANIFEST-000168

View File

@ -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/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)

View File

@ -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-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)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000158
MANIFEST-000170

View File

@ -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/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)

View File

@ -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-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)

View File

@ -1 +1 @@
MANIFEST-000150
MANIFEST-000162

View File

@ -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/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)

View File

@ -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-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)

View File

@ -1 +1 @@
MANIFEST-000156
MANIFEST-000168

View File

@ -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/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)

View File

@ -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-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)

Binary file not shown.

BIN
packs/perks/MANIFEST-000168 Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000157
MANIFEST-000170

View File

@ -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/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)

View File

@ -1,8 +1,8 @@
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-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)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000158
MANIFEST-000170

View File

@ -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/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)

View File

@ -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-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)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000156
MANIFEST-000168

View File

@ -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/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)

View File

@ -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-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)

Binary file not shown.

Binary file not shown.

View File

@ -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;
}

View File

@ -9,7 +9,7 @@
"esmodules": [
"modules/hero6-main.js"
],
"gridDistance": 5,
"gridDistance": 2,
"gridUnits": "m",
"languages": [
{
@ -91,14 +91,14 @@
"styles": [
"styles/simple.css"
],
"version": "11.0.20",
"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.20.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"

View File

@ -426,7 +426,7 @@
<div class="charac-item">
<ul>
<li class="item flexrow list-item items-title-bg">
<span class="item-field-label-medium">
<span class="item-field-label-short">
<label class="">Value</label>
</span>
<span class="item-field-label-medium">
@ -669,8 +669,8 @@
<span class="item-field-label-short">
<label class="item-field-label-short">Roll</label>
</span>
<span class="item-field-label-medium">
<label class="item-field-label-medium">END</label>
<span class="item-field-label-short">
<label class="item-field-label-short">END</label>
</span>
</li>
{{#each powers as |power key|}}
@ -697,7 +697,7 @@
{{else}}
<span class="item-field-label-short">&nbsp;</span>
{{/if}}
<span class="item-field-label-medium">{{power.system.endurance}}</span>
<span class="item-field-label-short">{{power.system.endurance}}</span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>

View File

@ -1,9 +1,9 @@
<li class="item stat flexrow list-item list-item-shadow" data-attr-key="{{key}}">
<input type="text" class="item-field-label-medium" name="system.characteristics.{{key}}.value"
<input type="text" class="item-field-label-short" name="system.characteristics.{{key}}.value"
value="{{charac.value}}" data-dtype="Number" />
<span class="item-field-label-medium" name="{{key}}">
<span class="item-field-label-medium margin-space-4" name="{{key}}">
<h4 class="item-field-label-medium margin-item-list">{{charac.label}}</a></h4>
</span>