All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 lines
1.3 KiB

<div class="sidebar_title">
<h2>
{{localize "PF2E.HitPointsHeader"}}
</h2>
</div>
<div class="hitpoints">
<div class="hp-big">
<div class="container temp-hp" title="{{localize "PF2E.ShieldBrokenThresholdLabel"}}">
<span for="data.attributes.hp.brokenThreshold" class="sidebar_label">{{localize "PF2E.vehicle.BrokenThresholdShortLabel"}}</span>
<div class="data-value">
<h2>{{data.attributes.hp.brokenThreshold}}</h2>
</div>
</div>
<div class="container current-hp" title="{{localize "PF2E.vehicle.CurrentHPTitle"}}">
<label for="{{options.id}}-vehicle-hp-temp" class="sidebar_label">{{localize "PF2E.CurrentHitPointsShortLabel"}}</label>
<div class="data-value">
<input id="{{options.id}}-vehicle-hp-temp" name="system.attributes.hp.value" type="number" value="{{data.attributes.hp.value}}" data-dtype="Number" placeholder="0" size="1"/>
</div>
</div>
<div class="container max-hp" title="{{localize "PF2E.vehicle.MaxHPTitle"}}">
<label for="{{options.id}}-vehicle-hp-max" class="sidebar_label">{{localize "PF2E.MaxHitPointsShortLabel"}}</label>
<div class="data-value">
<input id="{{options.id}}-vehicle-hp-max" data-property="system.attributes.hp.max" type="number" value="{{data.attributes.hp.max}}" placeholder="0" size="1" />
</div>
</div>
</div>
</div>