added alphabet item
- added to database and localization definitions - added sheet - added to talents & abilities tab - removed languages & alphabets from actor properties
This commit is contained in:
parent
1011b85067
commit
737a644ecd
6 changed files with 36 additions and 6 deletions
|
@ -138,4 +138,12 @@
|
|||
{{> baseItemListEntry item=item}}
|
||||
{{/each}}
|
||||
</ol>
|
||||
|
||||
<h4 class="items-list-title">{{localize 'DS4.ItemTypeAlphabetPlural'}}</h4>
|
||||
<ol class="items-list">
|
||||
{{> baseItemListHeader dataType='alphabet' }}
|
||||
{{#each itemsByType.alphabet as |item id|}}
|
||||
{{> baseItemListEntry item=item}}
|
||||
{{/each}}
|
||||
</ol>
|
||||
</div>
|
8
src/templates/item/alphabet-sheet.hbs
Normal file
8
src/templates/item/alphabet-sheet.hbs
Normal file
|
@ -0,0 +1,8 @@
|
|||
<form class="{{cssClass}}" autocomplete="off">
|
||||
{{#> systems/ds4/templates/item/partials/sheet-header.hbs}}
|
||||
{{/systems/ds4/templates/item/partials/sheet-header.hbs}}
|
||||
|
||||
{{!-- Common Item body --}}
|
||||
{{> systems/ds4/templates/item/partials/body.hbs}}
|
||||
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue