Foundry V10 Compatability and Skill Calculations

This commit is contained in:
Anthony Murphy
2022-09-05 10:15:56 +10:00
parent 09196a90cc
commit 3a585a5772
40 changed files with 548 additions and 450 deletions

View File

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