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,12 +1,12 @@
<div class="spell-grid-container">
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.favorite" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.level" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.name" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.spell_list" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.area_of_effect" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.duration" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.range" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.type" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.favorite" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.level" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.name" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.spell_list" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.area_of_effect" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.duration" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.range" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.type" }}</div>
<div class="spell-grid-heading">
</div>
{{#each spells as |spell id|}}