Fixes around character sheets and buttons
Release Creation / build (release) Successful in 44s

This commit is contained in:
2026-05-19 13:30:05 +02:00
parent 1b10a77748
commit 12bf771e9d
69 changed files with 185 additions and 109 deletions
+8
View File
@@ -1125,10 +1125,18 @@
user-select: none;
}
.creature-type-checkbox input[type="checkbox"] {
appearance: checkbox;
-webkit-appearance: checkbox;
accent-color: #b7461f;
width: 0.9rem;
height: 0.9rem;
cursor: pointer;
margin: 0;
flex-shrink: 0;
}
.creature-type-checkbox input[type="checkbox"]::before,
.creature-type-checkbox input[type="checkbox"]::after {
display: none;
}
.creature-number-group {
display: flex;
+8
View File
@@ -1013,10 +1013,18 @@
user-select: none;
input[type="checkbox"] {
appearance: checkbox;
-webkit-appearance: checkbox;
accent-color: @ember;
width: 0.9rem;
height: 0.9rem;
cursor: pointer;
margin: 0;
flex-shrink: 0;
&::before, &::after {
display: none;
}
}
}
@@ -83,16 +83,16 @@ export default class MGNECharacterSheet extends MGNEActorSheet {
break
case "equipment":
context.tab = context.tabs.equipment
context.weapons = doc.itemTypes.weapon.map(i => ({ ...i, tooltip: stripHtml(i.system.description) }))
context.armors = doc.itemTypes.armor.map(i => ({ ...i, tooltip: stripHtml(i.system.description) }))
context.shields = doc.itemTypes.shield.map(i => ({ ...i, tooltip: stripHtml(i.system.description) }))
context.equipmentItems = doc.itemTypes.equipment.map(i => ({ ...i, tooltip: stripHtml(i.system.description) }))
context.cores = doc.itemTypes["resonance-core"].map(i => ({ ...i, tooltip: stripHtml(i.system.description) }))
context.artifacts = doc.itemTypes.artifact.map(i => ({ ...i, tooltip: stripHtml(i.system.description) }))
context.weapons = doc.itemTypes.weapon.map(i => ({ id: i.id, name: i.name, img: i.img, system: i.system, tooltip: stripHtml(i.system.description) }))
context.armors = doc.itemTypes.armor.map(i => ({ id: i.id, name: i.name, img: i.img, system: i.system, tooltip: stripHtml(i.system.description) }))
context.shields = doc.itemTypes.shield.map(i => ({ id: i.id, name: i.name, img: i.img, system: i.system, tooltip: stripHtml(i.system.description) }))
context.equipmentItems = doc.itemTypes.equipment.map(i => ({ id: i.id, name: i.name, img: i.img, system: i.system, tooltip: stripHtml(i.system.description) }))
context.cores = doc.itemTypes["resonance-core"].map(i => ({ id: i.id, name: i.name, img: i.img, system: i.system, tooltip: stripHtml(i.system.description) }))
context.artifacts = doc.itemTypes.artifact.map(i => ({ id: i.id, name: i.name, img: i.img, system: i.system, tooltip: stripHtml(i.system.description) }))
break
case "features":
context.tab = context.tabs.features
context.features = doc.itemTypes.feature.map(i => ({ ...i, tooltip: stripHtml(i.system.description) }))
context.features = doc.itemTypes.feature.map(i => ({ id: i.id, name: i.name, img: i.img, system: i.system, tooltip: stripHtml(i.system.description) }))
break
case "notes":
context.tab = context.tabs.notes
@@ -30,7 +30,7 @@ export default class MGNECreatureSheet extends MGNEActorSheet {
async _prepareContext() {
const context = await super._prepareContext()
context.traits = (this.document.itemTypes["creature-trait"] ?? [])
.map(i => ({ ...i, tooltip: stripHtml(i.system.description) }))
.map(i => ({ id: i.id, name: i.name, img: i.img, system: i.system, tooltip: stripHtml(i.system.description) }))
// Resolve linked action table
const uuid = this.document.system.actionTableUuid
+3
View File
@@ -96,6 +96,9 @@ export const SYSTEM = {
get weaponPropertyLabels() {
return Object.fromEntries(Object.entries(this.weaponProperties).map(([k, v]) => [k, v.label]))
},
get weaponPropertyHints() {
return Object.fromEntries(Object.entries(this.weaponProperties).map(([k, v]) => [k, v.hint]))
},
resonanceList: {
accelerate: "Accelerate",
blast: "Blast",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000025
MANIFEST-000035
+8
View File
@@ -0,0 +1,8 @@
2026/05/19-11:43:58.491683 7f5a477fe6c0 Recovering log #32
2026/05/19-11:43:58.503266 7f5a477fe6c0 Delete type=3 #30
2026/05/19-11:43:58.503328 7f5a477fe6c0 Delete type=0 #32
2026/05/19-13:29:47.340536 7f5a467fc6c0 Level-0 table #38: started
2026/05/19-13:29:47.344381 7f5a467fc6c0 Level-0 table #38: 1354 bytes OK
2026/05/19-13:29:47.350519 7f5a467fc6c0 Delete type=0 #36
2026/05/19-13:29:47.378833 7f5a467fc6c0 Manual compaction at level-0 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
2026/05/19-13:29:47.401042 7f5a467fc6c0 Manual compaction at level-1 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
+16 -3
View File
@@ -1,3 +1,16 @@
2026/05/17-15:40:00.779700 7f1642bfd6c0 Recovering log #22
2026/05/17-15:40:00.789740 7f1642bfd6c0 Delete type=3 #20
2026/05/17-15:40:00.789807 7f1642bfd6c0 Delete type=0 #22
2026/05/19-11:02:18.769006 7f8fcb7fe6c0 Recovering log #27
2026/05/19-11:02:18.779483 7f8fcb7fe6c0 Delete type=3 #25
2026/05/19-11:02:18.779537 7f8fcb7fe6c0 Delete type=0 #27
2026/05/19-11:02:18.787924 7f8fcaffd6c0 Level-0 table #33: started
2026/05/19-11:02:18.791070 7f8fcaffd6c0 Level-0 table #33: 1193 bytes OK
2026/05/19-11:02:18.797355 7f8fcaffd6c0 Delete type=0 #31
2026/05/19-11:02:18.797604 7f8fcaffd6c0 Manual compaction at level-0 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!mgne-shd-medshield' @ 0 : 0; will stop at (end)
2026/05/19-11:02:18.797649 7f8fcaffd6c0 Manual compaction at level-1 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!mgne-shd-medshield' @ 0 : 0; will stop at '!items!null' @ 57 : 0
2026/05/19-11:02:18.797659 7f8fcaffd6c0 Compacting 1@1 + 2@2 files
2026/05/19-11:02:18.800889 7f8fcaffd6c0 Generated table #34@1: 8 keys, 1176 bytes
2026/05/19-11:02:18.800920 7f8fcaffd6c0 Compacted 1@1 + 2@2 files => 1176 bytes
2026/05/19-11:02:18.807939 7f8fcaffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/19-11:02:18.808063 7f8fcaffd6c0 Delete type=2 #5
2026/05/19-11:02:18.808159 7f8fcaffd6c0 Delete type=2 #29
2026/05/19-11:02:18.808228 7f8fcaffd6c0 Delete type=2 #33
2026/05/19-11:02:18.808291 7f8fcaffd6c0 Manual compaction at level-1 from '!items!null' @ 57 : 0 .. '!items!mgne-shd-medshield' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000025
MANIFEST-000035
+8 -3
View File
@@ -1,3 +1,8 @@
2026/05/17-15:40:00.750239 7f16423fc6c0 Recovering log #22
2026/05/17-15:40:00.760411 7f16423fc6c0 Delete type=3 #20
2026/05/17-15:40:00.760461 7f16423fc6c0 Delete type=0 #22
2026/05/19-11:43:58.466515 7f5a47fff6c0 Recovering log #32
2026/05/19-11:43:58.477301 7f5a47fff6c0 Delete type=3 #30
2026/05/19-11:43:58.477387 7f5a47fff6c0 Delete type=0 #32
2026/05/19-13:29:47.310841 7f5a467fc6c0 Level-0 table #38: started
2026/05/19-13:29:47.314286 7f5a467fc6c0 Level-0 table #38: 4899 bytes OK
2026/05/19-13:29:47.320795 7f5a467fc6c0 Delete type=0 #36
2026/05/19-13:29:47.340397 7f5a467fc6c0 Manual compaction at level-0 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
2026/05/19-13:29:47.340431 7f5a467fc6c0 Manual compaction at level-1 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
+16 -15
View File
@@ -1,15 +1,16 @@
2026/05/17-13:26:05.090885 7f16423fc6c0 Recovering log #17
2026/05/17-13:26:05.101315 7f16423fc6c0 Delete type=3 #15
2026/05/17-13:26:05.101364 7f16423fc6c0 Delete type=0 #17
2026/05/17-15:39:46.172949 7f1641bfb6c0 Level-0 table #23: started
2026/05/17-15:39:46.177184 7f1641bfb6c0 Level-0 table #23: 4899 bytes OK
2026/05/17-15:39:46.183241 7f1641bfb6c0 Delete type=0 #21
2026/05/17-15:39:46.215307 7f1641bfb6c0 Manual compaction at level-0 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
2026/05/17-15:39:46.224653 7f1641bfb6c0 Manual compaction at level-1 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at '!actors!null' @ 17 : 1
2026/05/17-15:39:46.224663 7f1641bfb6c0 Compacting 1@1 + 1@2 files
2026/05/17-15:39:46.227820 7f1641bfb6c0 Generated table #24@1: 1 keys, 1984 bytes
2026/05/17-15:39:46.227830 7f1641bfb6c0 Compacted 1@1 + 1@2 files => 1984 bytes
2026/05/17-15:39:46.233855 7f1641bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
2026/05/17-15:39:46.233946 7f1641bfb6c0 Delete type=2 #19
2026/05/17-15:39:46.234305 7f1641bfb6c0 Delete type=2 #23
2026/05/17-15:39:46.253812 7f1641bfb6c0 Manual compaction at level-1 from '!actors!null' @ 17 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
2026/05/19-11:02:18.809449 7f8fcb7fe6c0 Recovering log #27
2026/05/19-11:02:18.819291 7f8fcb7fe6c0 Delete type=3 #25
2026/05/19-11:02:18.819384 7f8fcb7fe6c0 Delete type=0 #27
2026/05/19-11:02:18.822817 7f8fcaffd6c0 Level-0 table #33: started
2026/05/19-11:02:18.826056 7f8fcaffd6c0 Level-0 table #33: 2612 bytes OK
2026/05/19-11:02:18.832282 7f8fcaffd6c0 Delete type=0 #31
2026/05/19-11:02:18.832460 7f8fcaffd6c0 Manual compaction at level-0 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!mgne-comp-silicon-cantor' @ 0 : 0; will stop at (end)
2026/05/19-11:02:18.832489 7f8fcaffd6c0 Manual compaction at level-1 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!mgne-comp-silicon-cantor' @ 0 : 0; will stop at '!actors!null' @ 29 : 0
2026/05/19-11:02:18.832498 7f8fcaffd6c0 Compacting 1@1 + 2@2 files
2026/05/19-11:02:18.836012 7f8fcaffd6c0 Generated table #34@1: 4 keys, 2597 bytes
2026/05/19-11:02:18.836038 7f8fcaffd6c0 Compacted 1@1 + 2@2 files => 2597 bytes
2026/05/19-11:02:18.842468 7f8fcaffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/19-11:02:18.842559 7f8fcaffd6c0 Delete type=2 #5
2026/05/19-11:02:18.842644 7f8fcaffd6c0 Delete type=2 #29
2026/05/19-11:02:18.842691 7f8fcaffd6c0 Delete type=2 #33
2026/05/19-11:02:18.842740 7f8fcaffd6c0 Manual compaction at level-1 from '!actors!null' @ 29 : 0 .. '!actors!mgne-comp-silicon-cantor' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000025
MANIFEST-000035
+8 -3
View File
@@ -1,3 +1,8 @@
2026/05/17-15:40:00.736377 7f1643bff6c0 Recovering log #22
2026/05/17-15:40:00.746313 7f1643bff6c0 Delete type=3 #20
2026/05/17-15:40:00.746417 7f1643bff6c0 Delete type=0 #22
2026/05/19-11:43:58.453269 7f5a94bff6c0 Recovering log #32
2026/05/19-11:43:58.463527 7f5a94bff6c0 Delete type=3 #30
2026/05/19-11:43:58.463573 7f5a94bff6c0 Delete type=0 #32
2026/05/19-13:29:47.301133 7f5a467fc6c0 Level-0 table #38: started
2026/05/19-13:29:47.304584 7f5a467fc6c0 Level-0 table #38: 10414 bytes OK
2026/05/19-13:29:47.310712 7f5a467fc6c0 Delete type=0 #36
2026/05/19-13:29:47.340382 7f5a467fc6c0 Manual compaction at level-0 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
2026/05/19-13:29:47.340424 7f5a467fc6c0 Manual compaction at level-1 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
+16 -15
View File
@@ -1,15 +1,16 @@
2026/05/17-13:26:05.076690 7f1643bff6c0 Recovering log #17
2026/05/17-13:26:05.087217 7f1643bff6c0 Delete type=3 #15
2026/05/17-13:26:05.087270 7f1643bff6c0 Delete type=0 #17
2026/05/17-15:39:46.194394 7f1641bfb6c0 Level-0 table #23: started
2026/05/17-15:39:46.197937 7f1641bfb6c0 Level-0 table #23: 10414 bytes OK
2026/05/17-15:39:46.204111 7f1641bfb6c0 Delete type=0 #21
2026/05/17-15:39:46.215335 7f1641bfb6c0 Manual compaction at level-0 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
2026/05/17-15:39:46.234408 7f1641bfb6c0 Manual compaction at level-1 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 145 : 1
2026/05/17-15:39:46.234419 7f1641bfb6c0 Compacting 1@1 + 1@2 files
2026/05/17-15:39:46.238287 7f1641bfb6c0 Generated table #24@1: 1 keys, 727 bytes
2026/05/17-15:39:46.238317 7f1641bfb6c0 Compacted 1@1 + 1@2 files => 727 bytes
2026/05/17-15:39:46.244549 7f1641bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
2026/05/17-15:39:46.244607 7f1641bfb6c0 Delete type=2 #19
2026/05/17-15:39:46.244675 7f1641bfb6c0 Delete type=2 #23
2026/05/17-15:39:46.253828 7f1641bfb6c0 Manual compaction at level-1 from '!items!null' @ 145 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
2026/05/19-11:02:18.844260 7f8fcb7fe6c0 Recovering log #27
2026/05/19-11:02:18.853625 7f8fcb7fe6c0 Delete type=3 #25
2026/05/19-11:02:18.853672 7f8fcb7fe6c0 Delete type=0 #27
2026/05/19-11:02:18.858431 7f8fcaffd6c0 Level-0 table #33: started
2026/05/19-11:02:18.861570 7f8fcaffd6c0 Level-0 table #33: 8690 bytes OK
2026/05/19-11:02:18.868803 7f8fcaffd6c0 Delete type=0 #31
2026/05/19-11:02:18.869044 7f8fcaffd6c0 Manual compaction at level-0 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!mgne-feat-66' @ 0 : 0; will stop at (end)
2026/05/19-11:02:18.869099 7f8fcaffd6c0 Manual compaction at level-1 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!mgne-feat-66' @ 0 : 0; will stop at '!items!null' @ 253 : 0
2026/05/19-11:02:18.869112 7f8fcaffd6c0 Compacting 1@1 + 2@2 files
2026/05/19-11:02:18.872810 7f8fcaffd6c0 Generated table #34@1: 36 keys, 8674 bytes
2026/05/19-11:02:18.872822 7f8fcaffd6c0 Compacted 1@1 + 2@2 files => 8674 bytes
2026/05/19-11:02:18.878554 7f8fcaffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/19-11:02:18.878610 7f8fcaffd6c0 Delete type=2 #5
2026/05/19-11:02:18.878700 7f8fcaffd6c0 Delete type=2 #29
2026/05/19-11:02:18.878747 7f8fcaffd6c0 Delete type=2 #33
2026/05/19-11:02:18.878825 7f8fcaffd6c0 Manual compaction at level-1 from '!items!null' @ 253 : 0 .. '!items!mgne-feat-66' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000026
MANIFEST-000036
+15 -3
View File
@@ -1,3 +1,15 @@
2026/05/17-15:40:00.792467 7f16423fc6c0 Recovering log #23
2026/05/17-15:40:00.805587 7f16423fc6c0 Delete type=3 #21
2026/05/17-15:40:00.805652 7f16423fc6c0 Delete type=0 #23
2026/05/19-11:43:58.505418 7f5a46ffd6c0 Recovering log #33
2026/05/19-11:43:58.516284 7f5a46ffd6c0 Delete type=3 #31
2026/05/19-11:43:58.516350 7f5a46ffd6c0 Delete type=0 #33
2026/05/19-13:29:47.350654 7f5a467fc6c0 Level-0 table #39: started
2026/05/19-13:29:47.354446 7f5a467fc6c0 Level-0 table #39: 31043 bytes OK
2026/05/19-13:29:47.361835 7f5a467fc6c0 Delete type=0 #37
2026/05/19-13:29:47.378848 7f5a467fc6c0 Manual compaction at level-0 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zjIS1gXpPC2gCY8t' @ 0 : 0; will stop at (end)
2026/05/19-13:29:47.378915 7f5a467fc6c0 Manual compaction at level-1 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zjIS1gXpPC2gCY8t' @ 0 : 0; will stop at '!tables.results!zjIS1gXpPC2gCY8t' @ 2661 : 1
2026/05/19-13:29:47.378921 7f5a467fc6c0 Compacting 1@1 + 1@2 files
2026/05/19-13:29:47.383027 7f5a467fc6c0 Generated table #40@1: 436 keys, 40533 bytes
2026/05/19-13:29:47.383047 7f5a467fc6c0 Compacted 1@1 + 1@2 files => 40533 bytes
2026/05/19-13:29:47.389114 7f5a467fc6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/19-13:29:47.389270 7f5a467fc6c0 Delete type=2 #35
2026/05/19-13:29:47.389435 7f5a467fc6c0 Delete type=2 #39
2026/05/19-13:29:47.407497 7f5a467fc6c0 Manual compaction at level-1 from '!tables.results!zjIS1gXpPC2gCY8t' @ 2661 : 1 .. '!tables.results!zjIS1gXpPC2gCY8t' @ 0 : 0; will stop at (end)
+15 -15
View File
@@ -1,15 +1,15 @@
2026/05/17-13:26:05.132672 7f16423fc6c0 Recovering log #18
2026/05/17-13:26:05.142773 7f16423fc6c0 Delete type=3 #16
2026/05/17-13:26:05.142824 7f16423fc6c0 Delete type=0 #18
2026/05/17-15:39:46.374557 7f1641bfb6c0 Level-0 table #24: started
2026/05/17-15:39:46.380380 7f1641bfb6c0 Level-0 table #24: 36276 bytes OK
2026/05/17-15:39:46.386967 7f1641bfb6c0 Delete type=0 #22
2026/05/17-15:39:46.393402 7f1641bfb6c0 Manual compaction at level-0 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zjYp8qq96SSCUgBi' @ 0 : 0; will stop at (end)
2026/05/17-15:39:46.403700 7f1641bfb6c0 Manual compaction at level-1 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zjYp8qq96SSCUgBi' @ 0 : 0; will stop at '!tables.results!zuw1vPYn2wNmreKL' @ 1530 : 0
2026/05/17-15:39:46.403711 7f1641bfb6c0 Compacting 1@1 + 1@2 files
2026/05/17-15:39:46.422351 7f1641bfb6c0 Generated table #25@1: 436 keys, 40426 bytes
2026/05/17-15:39:46.422374 7f1641bfb6c0 Compacted 1@1 + 1@2 files => 40426 bytes
2026/05/17-15:39:46.428514 7f1641bfb6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/17-15:39:46.428618 7f1641bfb6c0 Delete type=2 #20
2026/05/17-15:39:46.428754 7f1641bfb6c0 Delete type=2 #24
2026/05/17-15:39:46.428833 7f1641bfb6c0 Manual compaction at level-1 from '!tables.results!zuw1vPYn2wNmreKL' @ 1530 : 0 .. '!tables.results!zjYp8qq96SSCUgBi' @ 0 : 0; will stop at (end)
2026/05/19-11:02:18.880496 7f8fcb7fe6c0 Recovering log #28
2026/05/19-11:02:18.890669 7f8fcb7fe6c0 Delete type=3 #26
2026/05/19-11:02:18.890721 7f8fcb7fe6c0 Delete type=0 #28
2026/05/19-11:02:18.903169 7f8fcaffd6c0 Level-0 table #34: started
2026/05/19-11:02:18.906993 7f8fcaffd6c0 Level-0 table #34: 20747 bytes OK
2026/05/19-11:02:18.913179 7f8fcaffd6c0 Delete type=0 #32
2026/05/19-11:02:18.913340 7f8fcaffd6c0 Manual compaction at level-0 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!mgne-tbl-weapons.mgne-tbl-wpn-12' @ 0 : 0; will stop at (end)
2026/05/19-11:02:18.913365 7f8fcaffd6c0 Manual compaction at level-1 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!mgne-tbl-weapons.mgne-tbl-wpn-12' @ 0 : 0; will stop at '!tables.results!zvHZSivLEOLcr48A' @ 2626 : 0
2026/05/19-11:02:18.913369 7f8fcaffd6c0 Compacting 1@1 + 1@2 files
2026/05/19-11:02:18.916838 7f8fcaffd6c0 Generated table #35@1: 225 keys, 15451 bytes
2026/05/19-11:02:18.916863 7f8fcaffd6c0 Compacted 1@1 + 1@2 files => 15451 bytes
2026/05/19-11:02:18.924177 7f8fcaffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/19-11:02:18.924301 7f8fcaffd6c0 Delete type=2 #30
2026/05/19-11:02:18.924433 7f8fcaffd6c0 Delete type=2 #34
2026/05/19-11:02:18.924527 7f8fcaffd6c0 Manual compaction at level-1 from '!tables.results!zvHZSivLEOLcr48A' @ 2626 : 0 .. '!tables.results!mgne-tbl-weapons.mgne-tbl-wpn-12' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000025
MANIFEST-000035
+8 -3
View File
@@ -1,3 +1,8 @@
2026/05/17-15:40:00.721783 7f16433fe6c0 Recovering log #22
2026/05/17-15:40:00.732595 7f16433fe6c0 Delete type=3 #20
2026/05/17-15:40:00.732660 7f16433fe6c0 Delete type=0 #22
2026/05/19-11:43:58.439933 7f5a47fff6c0 Recovering log #32
2026/05/19-11:43:58.449841 7f5a47fff6c0 Delete type=3 #30
2026/05/19-11:43:58.449917 7f5a47fff6c0 Delete type=0 #32
2026/05/19-13:29:47.320927 7f5a467fc6c0 Level-0 table #38: started
2026/05/19-13:29:47.324319 7f5a467fc6c0 Level-0 table #38: 7117 bytes OK
2026/05/19-13:29:47.330350 7f5a467fc6c0 Delete type=0 #36
2026/05/19-13:29:47.340407 7f5a467fc6c0 Manual compaction at level-0 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
2026/05/19-13:29:47.340437 7f5a467fc6c0 Manual compaction at level-1 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
+16 -15
View File
@@ -1,15 +1,16 @@
2026/05/17-13:26:05.061355 7f1642bfd6c0 Recovering log #17
2026/05/17-13:26:05.072897 7f1642bfd6c0 Delete type=3 #15
2026/05/17-13:26:05.072969 7f1642bfd6c0 Delete type=0 #17
2026/05/17-15:39:46.204241 7f1641bfb6c0 Level-0 table #23: started
2026/05/17-15:39:46.207933 7f1641bfb6c0 Level-0 table #23: 7117 bytes OK
2026/05/17-15:39:46.215151 7f1641bfb6c0 Delete type=0 #21
2026/05/17-15:39:46.215347 7f1641bfb6c0 Manual compaction at level-0 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
2026/05/17-15:39:46.244725 7f1641bfb6c0 Manual compaction at level-1 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 81 : 1
2026/05/17-15:39:46.244731 7f1641bfb6c0 Compacting 1@1 + 1@2 files
2026/05/17-15:39:46.247722 7f1641bfb6c0 Generated table #24@1: 1 keys, 910 bytes
2026/05/17-15:39:46.247731 7f1641bfb6c0 Compacted 1@1 + 1@2 files => 910 bytes
2026/05/17-15:39:46.253408 7f1641bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
2026/05/17-15:39:46.253506 7f1641bfb6c0 Delete type=2 #19
2026/05/17-15:39:46.253663 7f1641bfb6c0 Delete type=2 #23
2026/05/17-15:39:46.253842 7f1641bfb6c0 Manual compaction at level-1 from '!items!null' @ 81 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
2026/05/19-11:02:18.925517 7f9018bfe6c0 Recovering log #27
2026/05/19-11:02:18.934880 7f9018bfe6c0 Delete type=3 #25
2026/05/19-11:02:18.934945 7f9018bfe6c0 Delete type=0 #27
2026/05/19-11:02:18.938495 7f8fcaffd6c0 Level-0 table #33: started
2026/05/19-11:02:18.941974 7f8fcaffd6c0 Level-0 table #33: 6054 bytes OK
2026/05/19-11:02:18.949380 7f8fcaffd6c0 Delete type=0 #31
2026/05/19-11:02:18.949596 7f8fcaffd6c0 Manual compaction at level-0 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!mgne-res-summonmist' @ 0 : 0; will stop at (end)
2026/05/19-11:02:18.949632 7f8fcaffd6c0 Manual compaction at level-1 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!mgne-res-summonmist' @ 0 : 0; will stop at '!items!null' @ 141 : 0
2026/05/19-11:02:18.949641 7f8fcaffd6c0 Compacting 1@1 + 2@2 files
2026/05/19-11:02:18.953049 7f8fcaffd6c0 Generated table #34@1: 20 keys, 6039 bytes
2026/05/19-11:02:18.953070 7f8fcaffd6c0 Compacted 1@1 + 2@2 files => 6039 bytes
2026/05/19-11:02:18.958965 7f8fcaffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/19-11:02:18.959068 7f8fcaffd6c0 Delete type=2 #5
2026/05/19-11:02:18.959179 7f8fcaffd6c0 Delete type=2 #29
2026/05/19-11:02:18.959228 7f8fcaffd6c0 Delete type=2 #33
2026/05/19-11:02:18.959314 7f8fcaffd6c0 Manual compaction at level-1 from '!items!null' @ 141 : 0 .. '!items!mgne-res-summonmist' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000025
MANIFEST-000035
+8 -3
View File
@@ -1,3 +1,8 @@
2026/05/17-15:40:00.764360 7f16423fc6c0 Recovering log #22
2026/05/17-15:40:00.775885 7f16423fc6c0 Delete type=3 #20
2026/05/17-15:40:00.775980 7f16423fc6c0 Delete type=0 #22
2026/05/19-11:43:58.479956 7f5a47fff6c0 Recovering log #32
2026/05/19-11:43:58.489548 7f5a47fff6c0 Delete type=3 #30
2026/05/19-11:43:58.489595 7f5a47fff6c0 Delete type=0 #32
2026/05/19-13:29:47.330472 7f5a467fc6c0 Level-0 table #38: started
2026/05/19-13:29:47.333528 7f5a467fc6c0 Level-0 table #38: 1965 bytes OK
2026/05/19-13:29:47.340237 7f5a467fc6c0 Delete type=0 #36
2026/05/19-13:29:47.340417 7f5a467fc6c0 Manual compaction at level-0 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
2026/05/19-13:29:47.340444 7f5a467fc6c0 Manual compaction at level-1 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
+16 -15
View File
@@ -1,15 +1,16 @@
2026/05/17-13:26:05.105018 7f16423fc6c0 Recovering log #17
2026/05/17-13:26:05.114474 7f16423fc6c0 Delete type=3 #15
2026/05/17-13:26:05.114527 7f16423fc6c0 Delete type=0 #17
2026/05/17-15:39:46.183373 7f1641bfb6c0 Level-0 table #23: started
2026/05/17-15:39:46.187330 7f1641bfb6c0 Level-0 table #23: 1965 bytes OK
2026/05/17-15:39:46.194074 7f1641bfb6c0 Delete type=0 #21
2026/05/17-15:39:46.215323 7f1641bfb6c0 Manual compaction at level-0 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
2026/05/17-15:39:46.215362 7f1641bfb6c0 Manual compaction at level-1 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 49 : 1
2026/05/17-15:39:46.215370 7f1641bfb6c0 Compacting 1@1 + 1@2 files
2026/05/17-15:39:46.218482 7f1641bfb6c0 Generated table #24@1: 1 keys, 626 bytes
2026/05/17-15:39:46.218497 7f1641bfb6c0 Compacted 1@1 + 1@2 files => 626 bytes
2026/05/17-15:39:46.224247 7f1641bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
2026/05/17-15:39:46.224396 7f1641bfb6c0 Delete type=2 #19
2026/05/17-15:39:46.224564 7f1641bfb6c0 Delete type=2 #23
2026/05/17-15:39:46.253795 7f1641bfb6c0 Manual compaction at level-1 from '!items!null' @ 49 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
2026/05/19-11:02:18.960160 7f9018bfe6c0 Recovering log #27
2026/05/19-11:02:18.971164 7f9018bfe6c0 Delete type=3 #25
2026/05/19-11:02:18.971219 7f9018bfe6c0 Delete type=0 #27
2026/05/19-11:02:18.972967 7f8fcaffd6c0 Level-0 table #33: started
2026/05/19-11:02:18.976102 7f8fcaffd6c0 Level-0 table #33: 1312 bytes OK
2026/05/19-11:02:18.983166 7f8fcaffd6c0 Delete type=0 #31
2026/05/19-11:02:18.983370 7f8fcaffd6c0 Manual compaction at level-0 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!mgne-wpn-whip' @ 0 : 0; will stop at (end)
2026/05/19-11:02:18.983394 7f8fcaffd6c0 Manual compaction at level-1 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!mgne-wpn-whip' @ 0 : 0; will stop at '!items!null' @ 85 : 0
2026/05/19-11:02:18.983398 7f8fcaffd6c0 Compacting 1@1 + 2@2 files
2026/05/19-11:02:18.987181 7f8fcaffd6c0 Generated table #34@1: 12 keys, 1295 bytes
2026/05/19-11:02:18.987209 7f8fcaffd6c0 Compacted 1@1 + 2@2 files => 1295 bytes
2026/05/19-11:02:18.993337 7f8fcaffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/05/19-11:02:18.993426 7f8fcaffd6c0 Delete type=2 #5
2026/05/19-11:02:18.993528 7f8fcaffd6c0 Delete type=2 #29
2026/05/19-11:02:18.993593 7f8fcaffd6c0 Delete type=2 #33
2026/05/19-11:02:18.993658 7f8fcaffd6c0 Manual compaction at level-1 from '!items!null' @ 85 : 0 .. '!items!mgne-wpn-whip' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -131,7 +131,7 @@
},
{
"name": "names",
"label": "D66 Name Syllables",
"label": "RollTables",
"path": "packs-system/names",
"type": "RollTable",
"system": "fvtt-machine-gods-noxian-expanse"
+1 -1
View File
@@ -33,7 +33,7 @@
<div class="item-row {{#if system.broken}}item-row-broken{{/if}}" data-item-id="{{id}}">
<div class="item-name" {{#if tooltip}}data-tooltip="{{tooltip}}" data-tooltip-class="mgne-item-tooltip"{{/if}}>
{{name}}{{#if system.broken}} <span class="item-broken-badge">{{localize "MGNE.Common.Broken"}}</span>{{/if}}
{{#each system.properties}}<span class="weapon-property-badge">{{lookup @root.config.weaponPropertyLabels this}}</span>{{/each}}
{{#each system.properties}}<span class="weapon-property-badge" data-tooltip="{{lookup @root.config.weaponPropertyHints this}}">{{lookup @root.config.weaponPropertyLabels this}}</span>{{/each}}
</div>
<div>{{system.damage}}</div>
<div>{{lookup @root.config.weaponCategories system.category}}</div>