From 91b2a61ac98f32cd7163ff5e3fd40f8c997e9c0e Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 3 Dec 2025 20:50:59 -0800 Subject: [PATCH] simplify skill display to value-only, highlight max rolls in element color --- .../artifact/ArtifactSkillDisplay.svelte | 123 +++++++++--------- 1 file changed, 61 insertions(+), 62 deletions(-) diff --git a/src/lib/components/artifact/ArtifactSkillDisplay.svelte b/src/lib/components/artifact/ArtifactSkillDisplay.svelte index 6134d09a..4c568812 100644 --- a/src/lib/components/artifact/ArtifactSkillDisplay.svelte +++ b/src/lib/components/artifact/ArtifactSkillDisplay.svelte @@ -2,18 +2,27 @@ -
-
- Skill {slot} - Lv.{skill.level} -
-
- {modifierName} - - {isNegative ? '−' : '+'}{skill.strength}{suffix} - -
-
+ + {isNegative ? '−' : '+'}{displayedStrength}{suffix} +