Addnew sheets (armor, weapons, malefica) and v13 support
This commit is contained in:
@@ -1,20 +1,19 @@
|
||||
<section>
|
||||
<div class="header">
|
||||
<img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
|
||||
<img class="item-img era-icon-color" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
|
||||
{{formInput fields.name value=source.name}}
|
||||
</div>
|
||||
|
||||
<fieldset>
|
||||
{{formField systemFields.techAge value=system.techAge localize=true}}
|
||||
{{formField systemFields.protection value=system.protection}}
|
||||
{{formField systemFields.enc value=system.enc}}
|
||||
{{formField systemFields.cost value=system.cost}}
|
||||
{{formField systemFields.bonus value=system.bonus localize=true}}
|
||||
{{formField systemFields.resilience value=system.resilience localize=true}}
|
||||
{{formField systemFields.reduction value=system.reduction localize=true }}
|
||||
{{formField systemFields.cost value=system.cost localize=true}}
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>{{localize "FTLNOMAD.Label.description"}}</legend>
|
||||
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description"
|
||||
toggled=true}}
|
||||
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
||||
{{formInput systemFields.description enriched=description value=system.description name="system.description" toggled=true}}
|
||||
</fieldset>
|
||||
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user