diff --git a/css/mgne.css b/css/mgne.css index 1b8bebd..6b4d552 100644 --- a/css/mgne.css +++ b/css/mgne.css @@ -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; diff --git a/less/sheets.less b/less/sheets.less index a37094e..c436680 100644 --- a/less/sheets.less +++ b/less/sheets.less @@ -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; + } } } diff --git a/module/applications/sheets/character-sheet.mjs b/module/applications/sheets/character-sheet.mjs index e67224a..bf83395 100644 --- a/module/applications/sheets/character-sheet.mjs +++ b/module/applications/sheets/character-sheet.mjs @@ -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 diff --git a/module/applications/sheets/creature-sheet.mjs b/module/applications/sheets/creature-sheet.mjs index a2444ff..de3b719 100644 --- a/module/applications/sheets/creature-sheet.mjs +++ b/module/applications/sheets/creature-sheet.mjs @@ -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 diff --git a/module/config/system.mjs b/module/config/system.mjs index a731c18..7370893 100644 --- a/module/config/system.mjs +++ b/module/config/system.mjs @@ -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", diff --git a/packs-system/armor/000005.ldb b/packs-system/armor/000005.ldb deleted file mode 100644 index 16f42ed..0000000 Binary files a/packs-system/armor/000005.ldb and /dev/null differ diff --git a/packs-system/armor/000024.ldb b/packs-system/armor/000024.ldb deleted file mode 100644 index 923b9a9..0000000 Binary files a/packs-system/armor/000024.ldb and /dev/null differ diff --git a/packs-system/armor/000026.log b/packs-system/armor/000026.log deleted file mode 100644 index ad4dc3c..0000000 Binary files a/packs-system/armor/000026.log and /dev/null differ diff --git a/packs-system/armor/000034.ldb b/packs-system/armor/000034.ldb new file mode 100644 index 0000000..b186cc7 Binary files /dev/null and b/packs-system/armor/000034.ldb differ diff --git a/packs-system/armor/000037.log b/packs-system/armor/000037.log new file mode 100644 index 0000000..e69de29 diff --git a/packs-system/armor/000038.ldb b/packs-system/armor/000038.ldb new file mode 100644 index 0000000..1ef167b Binary files /dev/null and b/packs-system/armor/000038.ldb differ diff --git a/packs-system/armor/CURRENT b/packs-system/armor/CURRENT index f622090..29a53d8 100644 --- a/packs-system/armor/CURRENT +++ b/packs-system/armor/CURRENT @@ -1 +1 @@ -MANIFEST-000025 +MANIFEST-000035 diff --git a/packs-system/armor/LOG b/packs-system/armor/LOG index e69de29..449a751 100644 --- a/packs-system/armor/LOG +++ b/packs-system/armor/LOG @@ -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) diff --git a/packs-system/armor/LOG.old b/packs-system/armor/LOG.old index 2297a0f..53dd396 100644 --- a/packs-system/armor/LOG.old +++ b/packs-system/armor/LOG.old @@ -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) diff --git a/packs-system/armor/MANIFEST-000025 b/packs-system/armor/MANIFEST-000025 deleted file mode 100644 index e2efbc4..0000000 Binary files a/packs-system/armor/MANIFEST-000025 and /dev/null differ diff --git a/packs-system/armor/MANIFEST-000035 b/packs-system/armor/MANIFEST-000035 new file mode 100644 index 0000000..02183f6 Binary files /dev/null and b/packs-system/armor/MANIFEST-000035 differ diff --git a/packs-system/companions/000005.ldb b/packs-system/companions/000005.ldb deleted file mode 100644 index dcb97bb..0000000 Binary files a/packs-system/companions/000005.ldb and /dev/null differ diff --git a/packs-system/companions/000024.ldb b/packs-system/companions/000024.ldb deleted file mode 100644 index 6fbe886..0000000 Binary files a/packs-system/companions/000024.ldb and /dev/null differ diff --git a/packs-system/companions/000026.log b/packs-system/companions/000026.log deleted file mode 100644 index eae1ba5..0000000 Binary files a/packs-system/companions/000026.log and /dev/null differ diff --git a/packs-system/companions/000034.ldb b/packs-system/companions/000034.ldb new file mode 100644 index 0000000..84c7520 Binary files /dev/null and b/packs-system/companions/000034.ldb differ diff --git a/packs-system/companions/000037.log b/packs-system/companions/000037.log new file mode 100644 index 0000000..e69de29 diff --git a/packs-system/companions/000038.ldb b/packs-system/companions/000038.ldb new file mode 100644 index 0000000..dcc24fd Binary files /dev/null and b/packs-system/companions/000038.ldb differ diff --git a/packs-system/companions/CURRENT b/packs-system/companions/CURRENT index f622090..29a53d8 100644 --- a/packs-system/companions/CURRENT +++ b/packs-system/companions/CURRENT @@ -1 +1 @@ -MANIFEST-000025 +MANIFEST-000035 diff --git a/packs-system/companions/LOG b/packs-system/companions/LOG index 12fa1e1..7717c4b 100644 --- a/packs-system/companions/LOG +++ b/packs-system/companions/LOG @@ -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) diff --git a/packs-system/companions/LOG.old b/packs-system/companions/LOG.old index ca669bc..7dffee5 100644 --- a/packs-system/companions/LOG.old +++ b/packs-system/companions/LOG.old @@ -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) diff --git a/packs-system/companions/MANIFEST-000025 b/packs-system/companions/MANIFEST-000025 deleted file mode 100644 index 0b8db3e..0000000 Binary files a/packs-system/companions/MANIFEST-000025 and /dev/null differ diff --git a/packs-system/companions/MANIFEST-000035 b/packs-system/companions/MANIFEST-000035 new file mode 100644 index 0000000..f0103b7 Binary files /dev/null and b/packs-system/companions/MANIFEST-000035 differ diff --git a/packs-system/features/000024.ldb b/packs-system/features/000024.ldb deleted file mode 100644 index 39041c5..0000000 Binary files a/packs-system/features/000024.ldb and /dev/null differ diff --git a/packs-system/features/000026.log b/packs-system/features/000026.log deleted file mode 100644 index 84089a2..0000000 Binary files a/packs-system/features/000026.log and /dev/null differ diff --git a/packs-system/features/000005.ldb b/packs-system/features/000034.ldb similarity index 64% rename from packs-system/features/000005.ldb rename to packs-system/features/000034.ldb index f84798e..2014f0e 100644 Binary files a/packs-system/features/000005.ldb and b/packs-system/features/000034.ldb differ diff --git a/packs-system/features/000037.log b/packs-system/features/000037.log new file mode 100644 index 0000000..e69de29 diff --git a/packs-system/features/000038.ldb b/packs-system/features/000038.ldb new file mode 100644 index 0000000..3ed946c Binary files /dev/null and b/packs-system/features/000038.ldb differ diff --git a/packs-system/features/CURRENT b/packs-system/features/CURRENT index f622090..29a53d8 100644 --- a/packs-system/features/CURRENT +++ b/packs-system/features/CURRENT @@ -1 +1 @@ -MANIFEST-000025 +MANIFEST-000035 diff --git a/packs-system/features/LOG b/packs-system/features/LOG index c5881e4..65133e0 100644 --- a/packs-system/features/LOG +++ b/packs-system/features/LOG @@ -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) diff --git a/packs-system/features/LOG.old b/packs-system/features/LOG.old index d9e32fe..a568a2b 100644 --- a/packs-system/features/LOG.old +++ b/packs-system/features/LOG.old @@ -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) diff --git a/packs-system/features/MANIFEST-000025 b/packs-system/features/MANIFEST-000025 deleted file mode 100644 index fce892b..0000000 Binary files a/packs-system/features/MANIFEST-000025 and /dev/null differ diff --git a/packs-system/features/MANIFEST-000035 b/packs-system/features/MANIFEST-000035 new file mode 100644 index 0000000..2fc93c0 Binary files /dev/null and b/packs-system/features/MANIFEST-000035 differ diff --git a/packs-system/names/000025.ldb b/packs-system/names/000025.ldb deleted file mode 100644 index af4aca0..0000000 Binary files a/packs-system/names/000025.ldb and /dev/null differ diff --git a/packs-system/names/000027.log b/packs-system/names/000027.log deleted file mode 100644 index b19c65d..0000000 Binary files a/packs-system/names/000027.log and /dev/null differ diff --git a/packs-system/names/000038.log b/packs-system/names/000038.log new file mode 100644 index 0000000..e69de29 diff --git a/packs-system/names/000040.ldb b/packs-system/names/000040.ldb new file mode 100644 index 0000000..4d54b61 Binary files /dev/null and b/packs-system/names/000040.ldb differ diff --git a/packs-system/names/CURRENT b/packs-system/names/CURRENT index 8b15215..ecb0b4b 100644 --- a/packs-system/names/CURRENT +++ b/packs-system/names/CURRENT @@ -1 +1 @@ -MANIFEST-000026 +MANIFEST-000036 diff --git a/packs-system/names/LOG b/packs-system/names/LOG index 5d53886..d48f853 100644 --- a/packs-system/names/LOG +++ b/packs-system/names/LOG @@ -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) diff --git a/packs-system/names/LOG.old b/packs-system/names/LOG.old index e4bc91c..684f78f 100644 --- a/packs-system/names/LOG.old +++ b/packs-system/names/LOG.old @@ -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) diff --git a/packs-system/names/MANIFEST-000026 b/packs-system/names/MANIFEST-000026 deleted file mode 100644 index 8425194..0000000 Binary files a/packs-system/names/MANIFEST-000026 and /dev/null differ diff --git a/packs-system/names/MANIFEST-000036 b/packs-system/names/MANIFEST-000036 new file mode 100644 index 0000000..2463b0b Binary files /dev/null and b/packs-system/names/MANIFEST-000036 differ diff --git a/packs-system/resonations/000024.ldb b/packs-system/resonations/000024.ldb deleted file mode 100644 index ab4250b..0000000 Binary files a/packs-system/resonations/000024.ldb and /dev/null differ diff --git a/packs-system/resonations/000026.log b/packs-system/resonations/000026.log deleted file mode 100644 index e906f55..0000000 Binary files a/packs-system/resonations/000026.log and /dev/null differ diff --git a/packs-system/resonations/000005.ldb b/packs-system/resonations/000034.ldb similarity index 53% rename from packs-system/resonations/000005.ldb rename to packs-system/resonations/000034.ldb index ad143c3..22f0cc0 100644 Binary files a/packs-system/resonations/000005.ldb and b/packs-system/resonations/000034.ldb differ diff --git a/packs-system/resonations/000037.log b/packs-system/resonations/000037.log new file mode 100644 index 0000000..e69de29 diff --git a/packs-system/resonations/000038.ldb b/packs-system/resonations/000038.ldb new file mode 100644 index 0000000..ad72d7f Binary files /dev/null and b/packs-system/resonations/000038.ldb differ diff --git a/packs-system/resonations/CURRENT b/packs-system/resonations/CURRENT index f622090..29a53d8 100644 --- a/packs-system/resonations/CURRENT +++ b/packs-system/resonations/CURRENT @@ -1 +1 @@ -MANIFEST-000025 +MANIFEST-000035 diff --git a/packs-system/resonations/LOG b/packs-system/resonations/LOG index eec0c31..ef1207f 100644 --- a/packs-system/resonations/LOG +++ b/packs-system/resonations/LOG @@ -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) diff --git a/packs-system/resonations/LOG.old b/packs-system/resonations/LOG.old index c5d6c91..a7a9fda 100644 --- a/packs-system/resonations/LOG.old +++ b/packs-system/resonations/LOG.old @@ -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) diff --git a/packs-system/resonations/MANIFEST-000025 b/packs-system/resonations/MANIFEST-000025 deleted file mode 100644 index b6dd3c5..0000000 Binary files a/packs-system/resonations/MANIFEST-000025 and /dev/null differ diff --git a/packs-system/resonations/MANIFEST-000035 b/packs-system/resonations/MANIFEST-000035 new file mode 100644 index 0000000..fc797e0 Binary files /dev/null and b/packs-system/resonations/MANIFEST-000035 differ diff --git a/packs-system/weapons/000005.ldb b/packs-system/weapons/000005.ldb deleted file mode 100644 index cdbad7e..0000000 Binary files a/packs-system/weapons/000005.ldb and /dev/null differ diff --git a/packs-system/weapons/000024.ldb b/packs-system/weapons/000024.ldb deleted file mode 100644 index 1142f51..0000000 Binary files a/packs-system/weapons/000024.ldb and /dev/null differ diff --git a/packs-system/weapons/000026.log b/packs-system/weapons/000026.log deleted file mode 100644 index f09842e..0000000 Binary files a/packs-system/weapons/000026.log and /dev/null differ diff --git a/packs-system/weapons/000034.ldb b/packs-system/weapons/000034.ldb new file mode 100644 index 0000000..26e98d3 Binary files /dev/null and b/packs-system/weapons/000034.ldb differ diff --git a/packs-system/weapons/000037.log b/packs-system/weapons/000037.log new file mode 100644 index 0000000..e69de29 diff --git a/packs-system/weapons/000038.ldb b/packs-system/weapons/000038.ldb new file mode 100644 index 0000000..2ae7858 Binary files /dev/null and b/packs-system/weapons/000038.ldb differ diff --git a/packs-system/weapons/CURRENT b/packs-system/weapons/CURRENT index f622090..29a53d8 100644 --- a/packs-system/weapons/CURRENT +++ b/packs-system/weapons/CURRENT @@ -1 +1 @@ -MANIFEST-000025 +MANIFEST-000035 diff --git a/packs-system/weapons/LOG b/packs-system/weapons/LOG index dca9fa9..a663ece 100644 --- a/packs-system/weapons/LOG +++ b/packs-system/weapons/LOG @@ -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) diff --git a/packs-system/weapons/LOG.old b/packs-system/weapons/LOG.old index 1f08e71..5fb189f 100644 --- a/packs-system/weapons/LOG.old +++ b/packs-system/weapons/LOG.old @@ -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) diff --git a/packs-system/weapons/MANIFEST-000025 b/packs-system/weapons/MANIFEST-000025 deleted file mode 100644 index b57f97e..0000000 Binary files a/packs-system/weapons/MANIFEST-000025 and /dev/null differ diff --git a/packs-system/weapons/MANIFEST-000035 b/packs-system/weapons/MANIFEST-000035 new file mode 100644 index 0000000..308c50f Binary files /dev/null and b/packs-system/weapons/MANIFEST-000035 differ diff --git a/system.json b/system.json index f6530a3..f7795f5 100644 --- a/system.json +++ b/system.json @@ -131,7 +131,7 @@ }, { "name": "names", - "label": "D66 Name Syllables", + "label": "RollTables", "path": "packs-system/names", "type": "RollTable", "system": "fvtt-machine-gods-noxian-expanse" diff --git a/templates/character-equipment.hbs b/templates/character-equipment.hbs index bc74a1c..b3a7cee 100644 --- a/templates/character-equipment.hbs +++ b/templates/character-equipment.hbs @@ -33,7 +33,7 @@