Upgrade item sheets
This commit is contained in:
@@ -4,14 +4,21 @@
|
||||
{{formInput fields.name value=source.name}}
|
||||
</div>
|
||||
|
||||
{{formField systemFields.category value=system.category localize=true}}
|
||||
{{formField systemFields.valeur value=system.valeur}}
|
||||
{{formField systemFields.malus value=system.malus}}
|
||||
{{formField systemFields.armortype value=system.armortype localize=true}}
|
||||
{{formField systemFields.defense value=system.defense}}
|
||||
{{formField systemFields.movementreduction value=system.movementreduction}}
|
||||
{{formField systemFields.hp value=system.hp}}
|
||||
{{formField systemFields.damagereduction value=system.damagereduction}}
|
||||
{{formField systemFields.load value=system.load}}
|
||||
|
||||
{{formField systemFields.cost value=system.cost}}
|
||||
{{formField systemFields.money value=system.money localize=true}}
|
||||
|
||||
<fieldset>
|
||||
<legend>{{localize "TENEBRIS.Label.description"}}</legend>
|
||||
<legend>{{localize "LETHALFANTASY.Label.description"}}</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
enriched=description
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled="false"
|
||||
|
||||
Reference in New Issue
Block a user