I hate HTML... it's so icky
This commit is contained in:
parent
60cfd0f1bb
commit
68362def85
6 changed files with 15 additions and 0 deletions
|
|
@ -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)}}"
|
||||
|
|
|
|||
|
|
@ -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}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue