Made deprecated fields optional

This commit is contained in:
Peter Bjerg Lidegaard
2024-10-20 10:58:16 +02:00
parent 8554f36530
commit 5c236aa5f6
2 changed files with 108 additions and 19 deletions
+85 -11
View File
@@ -32435,9 +32435,16 @@
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
{{#title}}
<tr>
<th>{{name}}</th>
</tr>
{{/title}}
{{^title}}
<tr>
<th>{{name}}</th>
</tr>
{{/title}}
{{#subtitle}}
<tr>
<th>{{subtitle}}</th>
@@ -32480,9 +32487,11 @@
<tr>
<th>{{title}}</th>
</tr>
{{#subtitle}}
<tr>
<th>{{subtitle}}</th>
</tr>
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -32553,14 +32562,25 @@
<tr>
<th>{{title}}</th>
</tr>
{{#subtitle}}
<tr>
<th>{{splevel}} * {{school}}</th>
<th>{{subtitle}}</th>
</tr>
{{#sphere}}
<tr>
<th>Priest Sphere: {{sphere}}</th>
</tr>
{{/sphere}}
{{/subtitle}}
{{^subtitle}}
{{#splevel}}
{{#school}}
<tr>
<th>{{splevel}} * {{school}}</th>
</tr>
{{/school}}
{{/splevel}}
{{#sphere}}
<tr>
<th>Priest Sphere: {{sphere}}</th>
</tr>
{{/sphere}}
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -33249,6 +33269,11 @@
<tr>
<th>{{title}}</th>
</tr>
{{#subtitle}}
<tr>
<th>{{subtitle}}</th>
</tr>
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -33276,12 +33301,26 @@
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
{{#title}}
<tr>
<th>{{title}}</th>
</tr>
{{/title}}
{{^title}}
<tr>
<th>Save vs. {{savevs}}</th>
</tr>
{{/title}}
{{#subtitle}}
<tr>
<th>{{subtitle}}</th>
</tr>
{{/subtitle}}
{{^subtitle}}
<tr>
<th>for {{character}}</th>
</tr>
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -33382,12 +33421,26 @@
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
{{#title}}
<tr>
<th>{{title}}</th>
</tr>
{{/title}}
{{^title}}
<tr>
<th>{{checkvs}}</th>
</tr>
{{/title}}
{{#subtitle}}
<tr>
<th>{{subtitle}}</th>
</tr>
{{/subtitle}}
{{^subtitle}}
<tr>
<th>for {{character}}</th>
</tr>
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -33581,12 +33634,26 @@
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
{{#title}}
<tr>
<th>{{title}}</th>
</tr>
{{/title}}
{{^title}}
<tr>
<th>{{checkvs}}</th>
</tr>
{{/title}}
{{#subtitle}}
<tr>
<th>{{subtitle}}</th>
</tr>
{{/subtitle}}
{{^subtitle}}
<tr>
<th>for {{character}}</th>
</tr>
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -33971,13 +34038,20 @@
<tr>
<th>{{title}}</th>
</tr>
{{#discipline}}
{{#tier}}
{{#subtitle}}
<tr>
<th>{{discipline}} * {{tier}}</th>
<th>{{subtitle}}</th>
</tr>
{{/tier}}
{{/discipline}}
{{/subtitle}}
{{^subtitle}}
{{#discipline}}
{{#tier}}
<tr>
<th>{{discipline}} * {{tier}}</th>
</tr>
{{/tier}}
{{/discipline}}
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -54,9 +54,11 @@
<tr>
<th>{{title}}</th>
</tr>
{{#subtitle}}
<tr>
<th>{{subtitle}}</th>
</tr>
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -319,9 +321,11 @@
</tr>
{{/subtitle}}
{{^subtitle}}
<tr>
<th>for {{character}}</th>
</tr>
{{#character}}
<tr>
<th>for {{character}}</th>
</tr>
{{/character}}
{{/subtitle}}
</table>
</div>
@@ -385,9 +389,18 @@
<th>{{checkvs}}</th>
</tr>
{{/title}}
{{#subtitle}}
<tr>
<th>for {{character}}</th>
<th>{{subtitle}}</th>
</tr>
{{/subtitle}}
{{^subtitle}}
{{#character}}
<tr>
<th>for {{character}}</th>
</tr>
{{/character}}
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -482,7 +495,7 @@
<th>{{title}}</th>
</tr>
{{/title}}
{{*title}}
{{^title}}
<tr>
<th>{{checkvs}}</th>
</tr>
@@ -493,9 +506,11 @@
</tr>
{{/subtitle}}
{{^subtitle}}
<tr>
<th>for {{character}}</th>
</tr>
{{#character}}
<tr>
<th>for {{character}}</th>
</tr>
{{/character}}
{{/subtitle}}
</table>
</div>