Import initial
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<section class="{{cssClass}} les-oublies-sheet item-sheet" autocomplete="off">
|
||||
<header class="sheet-header hero-banner">
|
||||
<img class="profile-img" data-edit="img" data-action="editImage" src="{{item.img}}" title="{{item.name}}" />
|
||||
<div class="header-fields hero-copy">
|
||||
<p class="sheet-kicker">Art occulte</p>
|
||||
<h1 class="sheet-title"><input name="name" type="text" value="{{item.name}}" placeholder="Nom" {{#if isPlayMode}}disabled{{/if}} /></h1>
|
||||
<button class="mode-button" type="button" data-action="toggleSheet">{{#if isEditMode}}{{localize "LESOUBLIES.ui.playMode"}}{{else}}{{localize "LESOUBLIES.ui.editMode"}}{{/if}}</button>
|
||||
</div>
|
||||
</header>
|
||||
<section class="sheet-card summary-card">
|
||||
<div class="field-row"><label>Tradition</label><input name="system.tradition" type="text" value="{{system.tradition}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
<div class="field-row"><label>Compétence</label><input name="system.skillKey" type="text" value="{{system.skillKey}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
<div class="field-row"><label>Polarité</label><input name="system.polarity" type="text" value="{{system.polarity}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
<div class="field-row"><label>{{localize "LESOUBLIES.labels.cout"}}</label><input name="system.cost" type="number" value="{{system.cost}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
<div class="field-row"><label>{{localize "LESOUBLIES.labels.preparation"}}</label><input name="system.preparation" type="text" value="{{system.preparation}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
<div class="field-row"><label>{{localize "LESOUBLIES.labels.duree"}}</label><input name="system.duration" type="text" value="{{system.duration}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
<div class="field-row"><label>{{localize "LESOUBLIES.labels.portee"}}</label><input name="system.range" type="text" value="{{system.range}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
<div class="field-row"><label>{{localize "LESOUBLIES.labels.aire"}}</label><input name="system.area" type="text" value="{{system.area}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
<div class="field-row"><label>{{localize "LESOUBLIES.labels.cumul"}}</label><input name="system.stacking" type="text" value="{{system.stacking}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
<p><strong>{{localize "LESOUBLIES.labels.domaines}} :</strong> {{join system.requiredDomains}}</p>
|
||||
<p><strong>Arts requis :</strong> {{join system.artsDomains}}</p>
|
||||
<p><strong>Tags :</strong> {{join system.ruleTags}}</p>
|
||||
</section>
|
||||
<section class="sheet-card notes-card">
|
||||
<h2>{{localize "LESOUBLIES.labels.description"}}</h2>
|
||||
{{editor system.description target="system.description" button=true editable=isEditMode}}
|
||||
<h2>Effets</h2>
|
||||
{{editor system.effectsText target="system.effectsText" button=true editable=isEditMode}}
|
||||
</section>
|
||||
</section>
|
||||
Reference in New Issue
Block a user