Initial work towards integrating ActiveEffects
This commit is contained in:
parent
564e27de01
commit
4d5c428cbc
6 changed files with 58 additions and 0 deletions
13
templates/Apps/ActiveEffectConfiguration/rankLimiter.hbs
Normal file
13
templates/Apps/ActiveEffectConfiguration/rankLimiter.hbs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<rc-border>
|
||||
<div slot="title">{{title}}</div>
|
||||
<div slot="content">
|
||||
<div>
|
||||
<label for="">Rank</label>
|
||||
<input type="text">
|
||||
</div>
|
||||
<div>
|
||||
<label for="">Step</label>
|
||||
<input type="text">
|
||||
</div>
|
||||
</div>
|
||||
</rc-border>
|
||||
Loading…
Add table
Add a link
Reference in a new issue