mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Made deprecated fields optional
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user