forked from GitHub-Mirrors/foundry-sw5e
Fix New NPC Rollable Heath
Update new actor npc to have rollable health when clicked.
This commit is contained in:
parent
4237c8fa6a
commit
96fdd0bec9
1 changed files with 12 additions and 13 deletions
|
@ -41,10 +41,9 @@
|
|||
</section>
|
||||
|
||||
{{!-- HIT POINTS --}}
|
||||
<section>
|
||||
<h1>Hit Points</h1>
|
||||
<section class="attribute health">
|
||||
<h1 class="attribute-name rollable">{{ localize "SW5E.Health" }}</h1>
|
||||
<div class="attribute-value multiple">
|
||||
<h4 class="attribute-name box-title rollable">{{ localize "SW5E.Health" }}</h4>
|
||||
<input name="data.attributes.hp.value" type="text" value="{{data.attributes.hp.value}}"
|
||||
data-dtype="Number" placeholder="10" class="value-number" />
|
||||
<span class="value-separator">/</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue