Working on 0.8.x
- NPC with all ring on strengths/weaknesses (CSS TODO). - Removed Custom tech "Links" as they are in fact "Bonds" and need more work. - Added Bonds, SignatureScroll, ItemPatterns and working on titles
This commit is contained in:
13
system/templates/items/item-pattern/item-pattern-entry.html
Normal file
13
system/templates/items/item-pattern/item-pattern-entry.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<li class="item item-pattern flexcol toggle-on-click" data-toggle="item-description-{{pattern.id}}">
|
||||
<ul class="item-header pattern-controls">
|
||||
<li class="item-img"><img src="{{pattern.img}}" title="{{pattern.name}}" width="24px" height="24px"/></li>
|
||||
<li class="item-name">{{pattern.name}}</li>
|
||||
{{#if editable}}
|
||||
<li data-item-id="{{pattern.id}}" class="item-control item-edit" title="{{localize 'l5r5e.global.edit'}}"><i class="fas fa-edit"></i></li>
|
||||
<li data-item-id="{{pattern.id}}" class="item-control item-delete" title="{{localize 'Delete'}}"><i class="fas fa-trash"></i></li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
{{#if pattern.data.data.description}}
|
||||
<div class="item-description item-description-{{pattern.id}}">{{{pattern.data.data.description}}}</div>
|
||||
{{/if}}
|
||||
</li>
|
||||
Reference in New Issue
Block a user