feat: enhance movement waypoint styling with semantic colors and

animations
This commit is contained in:
Alexander Minges 2025-07-13 16:49:21 +02:00
parent 7faadf6583
commit 4479cdc4de
Signed by: Athemis
GPG key ID: 31FBDEF92DDB162B
2 changed files with 32 additions and 15 deletions

View file

@ -9,7 +9,11 @@ SPDX-License-Identifier: MIT
!-- Based on DS4 movement combat values
--}}
<div class="waypoint-label {{rangeClass}}">
{{#if action.icon}}
{{#if (eq rangeClass "dash-range")}}
<i class="fas fa-person-running"></i>
{{else if (eq rangeClass "out-of-range")}}
<i class="fas fa-person-rays"></i>
{{else if action.icon}}
<i class="{{action.icon}}"></i>
{{else if action.label}}
{{localize action.label}}