I hate HTML... it's so icky

This commit is contained in:
Oliver-Akins 2024-02-04 19:45:09 -07:00
parent 60cfd0f1bb
commit 68362def85
6 changed files with 15 additions and 0 deletions

View file

@ -1,5 +1,6 @@
<div class="skill">
<button
type="button"
class="skill__label skill__button"
aria-label="{{localize "dotdungeon.aria.actor.pc.skill.button.roll" skill=name}}"
data-roll-formula="1{{dd-objectValue system (concat "stats." stat)}} {{dd-objectValue system.skills (concat stat "." name)}}"

View file

@ -1,5 +1,6 @@
<label class="stat stat--{{name}}">
<button
type="button"
data-stat="{{name}}"
data-roll-formula="1{{value}}"
data-roll-label="dotdungeon.rolls.stats.{{name}}"