Separate less file for the Death Moves instead of reusing Downtime

This commit is contained in:
Chris Ryan 2026-01-13 22:23:43 +10:00
parent 5e25fa671f
commit 4214e5133d
2 changed files with 138 additions and 5 deletions

View file

@ -1,8 +1,8 @@
<div class="daggerheart chat downtime">
<ul class="downtime-moves-list">
<details class="downtime-move" {{this.open}}>
<summary class="downtime-label">
<img class="downtime-image" src="{{this.img}}" />
<div class="daggerheart chat deathmoves">
<ul class="death-moves-list">
<details class="death-move" {{this.open}}>
<summary class="death-label">
<img class="death-image" src="{{this.img}}" />
<div class="header-label">
<h2 class="title">{{this.title}}</h2>
<span class="label">{{localize 'DAGGERHEART.UI.Chat.deathMove.title'}}</span>