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,48 +1,48 @@
<section class="background-info-block">
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.nationality" }}
{{ localize "rmfrp.pc_sheet_background_info.nationality" }}
</div>
<div class="label-name">
<input type="text" name="system.background.nationality" value="{{system.background.nationality}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.home_town" }}
{{ localize "rmfrp.pc_sheet_background_info.home_town" }}
</div>
<div class="label-name">
<input type="text" name="system.background.home_town" value="{{system.background.home_town}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.deity" }}
{{ localize "rmfrp.pc_sheet_background_info.deity" }}
</div>
<div class="label-name">
<input type="text" name="system.background.deity" value="{{system.background.deity}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.patron" }}
{{ localize "rmfrp.pc_sheet_background_info.patron" }}
</div>
<div class="label-name">
<input type="text" name="system.background.patron" value="{{system.background.patron}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.parents" }}
{{ localize "rmfrp.pc_sheet_background_info.parents" }}
</div>
<div class="label-name">
<input type="text" name="system.background.parents" value="{{system.background.parents}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.spouse" }}
{{ localize "rmfrp.pc_sheet_background_info.spouse" }}
</div>
<div class="label-name">
<input type="text" name="system.background.spouse" value="{{system.background.spouse}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.children" }}
{{ localize "rmfrp.pc_sheet_background_info.children" }}
</div>
<div class="label-name">
<input type="text" name="system.background.children" value="{{system.background.children}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.other" }}
{{ localize "rmfrp.pc_sheet_background_info.other" }}
</div>
<div class="label-name">
<input type="text" name="system.background.other" value="{{system.background.other}}" data-dtype="String"/>