effacement des packs pour mettre les binaires
This commit is contained in:
@@ -8,22 +8,22 @@
|
||||
|
||||
{{!-- Sheet Tab Navigation --}}
|
||||
<nav class="sheet-tabs tabs" data-group="primary">
|
||||
<a class="item" data-tab="description">Description</a>
|
||||
<a class="item" data-tab="attributes">Attributes</a>
|
||||
<a class="item active" data-tab="description">{{ VERMINE.stats }}</a>
|
||||
</nav>
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
|
||||
{{!-- Description Tab --}}
|
||||
<div class="tab" data-group="primary" data-tab="description">
|
||||
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
|
||||
{{!-- Attributes Tab --}}
|
||||
<div class="tab attributes" data-group="primary" data-tab="attributes">
|
||||
{{!-- As you add new fields, add them in here! --}}
|
||||
</div>
|
||||
<div class="tab flexrow gap-4" data-group="primary" data-tab="description">
|
||||
<aside style="flex:20%;">
|
||||
<div class="resource">
|
||||
<label class="resource-label">{{ localize "ITEMS.cost"}}</label>
|
||||
<input type="number" name="system.cost" value="{{system.cost }}" data-dtype="Number" min="1" max="2" />
|
||||
</div>
|
||||
</aside>
|
||||
<main class="editor-wrapper" style="flex:10">
|
||||
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
|
||||
</main>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</form>
|
||||
|
||||
@@ -16,10 +16,8 @@
|
||||
<div class="tab flexrow gap-4" data-group="primary" data-tab="description">
|
||||
<aside style="flex:20%;">
|
||||
<div class="resource">
|
||||
<div class="resource">
|
||||
<label class="resource-label">{{ localize "VERMINE.level"}}</label>
|
||||
<input type="number" name="system.level.value" value="{{system.level.value }}" data-dtype="Number" min="{{system.level.min }}" max="{{system.level.max }}" />
|
||||
</div>
|
||||
<label class="resource-label">{{ localize "VERMINE.level"}}</label>
|
||||
<input type="number" name="system.level.value" value="{{system.level.value }}" data-dtype="Number" min="{{system.level.min }}" max="{{system.level.max }}" />
|
||||
</div>
|
||||
</aside>
|
||||
<main class="editor-wrapper" style="flex:10">
|
||||
|
||||
Reference in New Issue
Block a user