Files
fvtt-machine-gods-noxian-ex…/templates/party-main.hbs
T

22 lines
1.2 KiB
Handlebars
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<section class="mgne-sheet mgne-sheet-header">
<div class="sheet-header">
<div class="portrait-column">
<img class="actor-portrait" src="{{actor.img}}" data-edit="img" data-action="editImage" alt="{{actor.name}}" />
</div>
<div class="header-fields">
<input type="text" name="name" value="{{source.name}}" />
<div class="party-credits-row">
<label class="resource-label-accent">{{localize "MGNE.Party.Credits"}}</label>
<div class="party-credits-stepper">
<button type="button" class="credits-btn" data-action="adjustCredits" data-delta="-10">10</button>
<button type="button" class="credits-btn" data-action="adjustCredits" data-delta="-1">1</button>
<input class="numeric-input credits-input" type="number" name="system.credits" value="{{source.system.credits}}" min="0" />
<span class="credits-symbol">₵</span>
<button type="button" class="credits-btn" data-action="adjustCredits" data-delta="1">+1</button>
<button type="button" class="credits-btn" data-action="adjustCredits" data-delta="10">+10</button>
</div>
</div>
</div>
</div>
</section>