Some ActiveEffect shenanigans with training levels
This commit is contained in:
parent
cfaed0d230
commit
c466e0e539
3 changed files with 19 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
name="system.stats.{{stat.key}}"
|
||||
class="e-2dp dice-select"
|
||||
>
|
||||
{{{dd-options stat.value stat.dieOptions}}}
|
||||
{{{dd-options stat.original stat.dieOptions}}}
|
||||
</select>
|
||||
<button
|
||||
type="button"
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
class="e-2dp skill__training"
|
||||
>
|
||||
{{{dd-options
|
||||
skill.value
|
||||
skill.original
|
||||
@root.config.trainingLevels
|
||||
localize=true
|
||||
}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue