Various fixes and changes based on tester feedback
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
<legend>{{localize "OATHHAMMER.Label.Background"}}</legend>
|
||||
{{formInput systemFields.background enriched=enrichedBackground value=system.background name="system.background" toggled=true}}
|
||||
</fieldset>
|
||||
{{#if traits.length}}
|
||||
<fieldset>
|
||||
<legend>{{localize "OATHHAMMER.Label.Traits"}}</legend>
|
||||
<legend>{{localize "OATHHAMMER.Label.Traits"}}
|
||||
{{#unless isPlayMode}}<a data-action="createTrait" class="create-btn"><i class="fa-solid fa-plus"></i></a>{{/unless}}
|
||||
</legend>
|
||||
{{#if traits.length}}
|
||||
<ul class="item-list item-list--trait">
|
||||
<li class="item-list-header">
|
||||
<span></span>
|
||||
@@ -15,7 +17,7 @@
|
||||
<span></span>
|
||||
</li>
|
||||
{{#each traits as |trait|}}
|
||||
<li class="item-entry" data-item-id="{{trait.id}}" data-item-uuid="{{trait.uuid}}">
|
||||
<li class="item-entry" data-item-id="{{trait.id}}" data-item-uuid="{{trait.uuid}}" data-drag="true">
|
||||
<img src="{{trait.img}}" class="item-img" />
|
||||
<span class="item-name">{{trait.name}}</span>
|
||||
<span class="item-type">{{trait._typeLabel}}</span>
|
||||
@@ -27,8 +29,10 @@
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{else}}
|
||||
<p class="no-items">{{localize "OATHHAMMER.Label.NoTraits"}}</p>
|
||||
{{/if}}
|
||||
</fieldset>
|
||||
{{/if}}
|
||||
{{#if oaths.length}}
|
||||
<fieldset>
|
||||
<legend>{{localize "OATHHAMMER.Label.Oaths"}}</legend>
|
||||
|
||||
Reference in New Issue
Block a user