Keep fields from being wiped out

updated the template.json to have the fields that were being wiped out.  If they don't exist they will be removed when moving to/from a compendium and when duplicating the item.
This commit is contained in:
supervj 2021-04-16 02:05:53 -04:00
parent 20f47110cd
commit 9de6a8f5c0
3 changed files with 76 additions and 17 deletions

View file

@ -19,7 +19,7 @@
<input type="text" name="data.className" value="{{data.className}}" placeholder="{{ localize 'SW5E.ClassName' }}"/>
</li>
<li style="width: 275px;">
<input type="text" name="data.classCasterType" value="{{data.classCasterType}}" />
<input type="text" name="data.classCasterType" value="{{data.classCasterType}}" placeholder="{{ localize 'SW5E.ClassCasterType' }}"/>
</li>
<li style="width: 75px;">
<input type="text" name="data.source" value="{{data.source}}" placeholder="{{ localize 'SW5E.Source' }}"/>