First iteration over items
This commit is contained in:
+15
-37
@@ -25,6 +25,7 @@
|
||||
{{formField
|
||||
systemFields.apc
|
||||
value=system.apc
|
||||
localize=true
|
||||
label="PRISMRPG.Label.blockAPC"
|
||||
}}
|
||||
|
||||
@@ -32,19 +33,14 @@
|
||||
{{formField
|
||||
systemFields.sr
|
||||
value=system.sr
|
||||
localize=true
|
||||
label="PRISMRPG.Label.shieldRating"
|
||||
}}
|
||||
|
||||
{{! Defense Bonus }}
|
||||
{{formField
|
||||
systemFields.defense
|
||||
value=system.defense
|
||||
label="PRISMRPG.Label.defenseBonus"
|
||||
}}
|
||||
|
||||
{{formField
|
||||
systemFields.equipped
|
||||
value=system.equipped
|
||||
localize=true
|
||||
label="PRISMRPG.Label.equipped"
|
||||
}}
|
||||
|
||||
@@ -55,12 +51,14 @@
|
||||
{{formField
|
||||
systemFields.encLoad
|
||||
value=system.encLoad
|
||||
localize=true
|
||||
label="PRISMRPG.Label.encumbranceLoad"
|
||||
}}
|
||||
|
||||
{{formField
|
||||
systemFields.cost
|
||||
value=system.cost
|
||||
localize=true
|
||||
label="PRISMRPG.Label.cost"
|
||||
}}
|
||||
{{formField
|
||||
@@ -79,38 +77,17 @@
|
||||
{{formField
|
||||
systemFields.blockAugment
|
||||
value=system.blockAugment
|
||||
localize=true
|
||||
label="PRISMRPG.Label.blockAugmentName"
|
||||
}}
|
||||
<div class="form-group">
|
||||
<label>{{localize "PRISMRPG.Label.blockAugmentDescription"}}</label>
|
||||
{{formInput
|
||||
systemFields.blockAugmentDescription
|
||||
enriched=enrichedBlockAugmentDescription
|
||||
value=system.blockAugmentDescription
|
||||
name="system.blockAugmentDescription"
|
||||
toggled=true
|
||||
}}
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
{{! Prism RPG: Shield Augment }}
|
||||
<fieldset class="shield-augment">
|
||||
<legend>{{localize "PRISMRPG.Label.shieldAugment"}}</legend>
|
||||
{{formField
|
||||
systemFields.augment
|
||||
value=system.augment
|
||||
label="PRISMRPG.Label.augmentName"
|
||||
<label>{{localize "PRISMRPG.Label.blockAugmentDescription"}}</label>
|
||||
{{formInput
|
||||
systemFields.blockAugmentDescription
|
||||
enriched=enrichedBlockAugmentDescription
|
||||
value=system.blockAugmentDescription
|
||||
name="system.blockAugmentDescription"
|
||||
toggled=true
|
||||
}}
|
||||
<div class="form-group">
|
||||
<label>{{localize "PRISMRPG.Label.augmentDescription"}}</label>
|
||||
{{formInput
|
||||
systemFields.augmentDescription
|
||||
enriched=enrichedAugmentDescription
|
||||
value=system.augmentDescription
|
||||
name="system.augmentDescription"
|
||||
toggled=true
|
||||
}}
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
@@ -120,7 +97,8 @@
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled="false"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user