copy from gods
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<!-- HEADER -->
|
||||
<header class="char-header">
|
||||
<section class="char-details">
|
||||
<h1 class="char-name">
|
||||
<input name="name" type="text" value="{{actor.name}}" placeholder="{{localize "GODS.CharacterNamePlaceholder"}}" spellcheck="false" />
|
||||
</h1>
|
||||
|
||||
</section>
|
||||
<section class="char-level">
|
||||
<div class="reputation">
|
||||
<label>total {{ data.attributes.reputation.max }}</label>
|
||||
<input name="system.attributes.reputation.value" type="text" value="{{data.attributes.reputation.value }}" data-dtype="Number" placeholder="1000" size="4" />
|
||||
</div>
|
||||
<div class="experience">
|
||||
<input name="system.details.xp.value" type="text" value="{{data.attributes.xp.value}}" data-dtype="Number" data-allow-delta placeholder="0" size="4" />
|
||||
<label>total {{data.attributes.xp.max}}</label>
|
||||
</div>
|
||||
</section>
|
||||
</header>
|
||||
Reference in New Issue
Block a user