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
+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",