Import RMFRP tables + properly rename all files

This commit is contained in:
2024-08-15 22:25:07 +02:00
parent aad90144fe
commit fe36edfeff
110 changed files with 158657 additions and 462 deletions

View File

@@ -1,13 +1,13 @@
<div class="items-grid-container">
<!-- LOCALIZE THE LAST STRINGS IN THIS PAGE. ALSO SKILLS AND SKILL CATEGORIES-->
<div class="items-grid-heading">{{ localize "rmss.pc_sheet_items.item_name" }}</div>
<div class="items-grid-heading">{{ localize "rmss.pc_sheet_items.worn" }}</div>
<div class="items-grid-heading">{{ localize "rmss.pc_sheet_items.quantity" }}</div>
<div class="items-grid-heading">{{ localize "rmss.pc_sheet_items.weight" }}</div>
<div class="items-grid-heading">{{ localize "rmss.pc_sheet_items.cost" }}</div>
<div class="items-grid-heading">{{ localize "rmfrp.pc_sheet_items.item_name" }}</div>
<div class="items-grid-heading">{{ localize "rmfrp.pc_sheet_items.worn" }}</div>
<div class="items-grid-heading">{{ localize "rmfrp.pc_sheet_items.quantity" }}</div>
<div class="items-grid-heading">{{ localize "rmfrp.pc_sheet_items.weight" }}</div>
<div class="items-grid-heading">{{ localize "rmfrp.pc_sheet_items.cost" }}</div>
<div class="items-grid-heading">
<a class="item-control item-create" title="Create Item" data-type="item"><i class="fas fa-plus"></i>{{ localize "rmss.pc_sheet_items.add_item" }}</a>
<a class="item-control item-create" title="Create Item" data-type="item"><i class="fas fa-plus"></i>{{ localize "rmfrp.pc_sheet_items.add_item" }}</a>
</div>
{{#each gear as |item id|}}
<div>{{item.name}}</div>