Fix Maneuvers

This commit is contained in:
2023-08-15 22:12:02 +02:00
parent 6275319164
commit 20c49eb48c
68 changed files with 220 additions and 163 deletions

View File

@ -169,7 +169,7 @@
</span>
</li>
{{#each mlist as |maneuver key|}}
<li class="item flexrow list-item list-item-shadow" data-item-id="{{maneuver._id}}">
<li class="item flexrow list-item list-item-shadow " data-item-id="{{maneuver._id}}">
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
src="{{maneuver.img}}" /></a>
<a class="roll-item"><i class="fas fa-dice"></i></a><span class="item-field-label-long">{{maneuver.name}}
@ -188,10 +188,6 @@
{{/if}}
</span>
<span class="">&nbsp;</span>
<div class="item-controls item-controls-fixed">
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
</div>
</li>
{{/each}}
</ul>
@ -537,6 +533,10 @@
{{!-- Maneuvers Tab --}}
<div class="tab maneuver" data-group="primary" data-tab="maneuver">
<div>
<button class="show-stock-maneuver">Show/Hide stock maneuvers</button>
</div>
<ul class="stat-list alternate-list item-list">
<li class="item flexrow list-item items-title-bg">
<span class="item-field-label-long-img">
@ -551,27 +551,29 @@
<span class="item-field-label-short">
<label class="short-label">DCV</label>
</span>
<span class="item-field-label-long">
<span class="item-field-label-long3">
<label class="short-label">Effects</label>
</span>
</li>
{{#each nonstockmaneuvers as |maneuver key|}}
<li class="item stat flexrow list-item list-item-shadow" data-item-id="{{maneuver._id}}">
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
src="{{maneuver.img}}" /></a>
<span class="item-field-label-long">{{maneuver.name}}</span>
{{#each allmaneuvers as |maneuver key|}}
<div class="{{#if maneuver.system.isstock}}maneuver-list maneuver-is-stock{{/if}}">
<li class="item stat flexrow list-item list-item-shadow " data-item-id="{{maneuver._id}}">
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
src="{{maneuver.img}}" /></a>
<span class="item-field-label-long">{{maneuver.name}}</span>
<span class="item-field-label-short">{{maneuver.system.pha}}</span>
<span class="item-field-label-short">{{maneuver.system.ocv}}</span>
<span class="item-field-label-short">{{maneuver.system.dcv}}</span>
<span class="item-field-label-short">{{maneuver.system.pha}}</span>
<span class="item-field-label-short">{{maneuver.system.ocv}}</span>
<span class="item-field-label-short">{{maneuver.system.dcv}}</span>
<span class="item-field-label-long">{{maneuver.system.effects}}</span>
<span class="item-field-label-long3">{{maneuver.system.effects}}</span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
</div>
</li>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
</div>
</li>
</div>
{{/each}}
</ul>
</div>

View File

@ -20,6 +20,8 @@
</li>
</ul>
</div>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-notes.hbs}}
</section>
</form>

View File

@ -67,5 +67,7 @@
</div>
</div>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-notes.hbs}}
</section>
</form>

View File

@ -21,5 +21,8 @@
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-cost.hbs}}
</ul>
</div>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-notes.hbs}}
</section>
</form>

View File

@ -24,5 +24,7 @@
</ul>
</div>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-notes.hbs}}
</section>
</form>

View File

@ -65,5 +65,7 @@
</ul>
</div>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-notes.hbs}}
</section>
</form>

View File

@ -11,13 +11,16 @@
{{!-- Sheet Body --}}
<section class="sheet-body">
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-description.hbs}}
<div class="tab details" data-group="primary" data-tab="details">
<ul>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-description.hbs}}
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-cost.hbs}}
</ul>
</div>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-notes.hbs}}
</section>
</form>

View File

@ -53,5 +53,8 @@
</ul>
</div>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-notes.hbs}}
</section>
</form>

View File

@ -21,5 +21,8 @@
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-cost.hbs}}
</ul>
</div>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-notes.hbs}}
</section>
</form>

View File

@ -25,5 +25,8 @@
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-cost.hbs}}
</ul>
</div>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-notes.hbs}}
</section>
</form>

View File

@ -79,5 +79,8 @@
</ul>
</div>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-notes.hbs}}
</section>
</form>

View File

@ -22,6 +22,8 @@
</ul>
</div>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-notes.hbs}}
</section>
</form>

View File

@ -103,5 +103,7 @@
</div>
</div>
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-notes.hbs}}
</section>
</form>

View File

@ -4,13 +4,6 @@
<input type="text" class="" name="system.displayname" value="{{system.displayname}}" data-dtype="string"/>
</div>
<div>
<label class="generic-label">Notes</label>
<div class="small-editor item-text-long-line">
{{editor notes target="system.notes" button=true owner=owner editable=editable}}
</div>
</div>
<div>
<label class="generic-label">Description</label>
<div class="medium-editor item-text-long-line">

View File

@ -2,4 +2,5 @@
<nav class="sheet-tabs tabs" data-group="primary">
<a class="item" data-tab="description">Description</a>
<a class="item" data-tab="details">Details</a>
<a class="item" data-tab="notes">Notes</a>
</nav>

View File

@ -0,0 +1,8 @@
<div class="tab notes" data-group="primary" data-tab="notes">
<div>
<label class="generic-label">Notes</label>
<div class="small-editor item-text-long-line">
{{editor notes target="system.notes" button=true owner=owner editable=editable}}
</div>
</div>
</div>