{{! Prism RPG: Shield Type (Buckler/Light/Heavy/Tower) }}
{{formField
systemFields.shieldType
value=system.shieldType
localize=true
label="PRISMRPG.Label.shieldType"
}}
{{! Prism RPG: Block APC (Action Point Cost) }}
{{formField
systemFields.apc
value=system.apc
localize=true
label="PRISMRPG.Label.blockAPC"
}}
{{! Prism RPG: Shield Rating (SR) }}
{{formField
systemFields.sr
value=system.sr
localize=true
label="PRISMRPG.Label.shieldRating"
}}
{{formField
systemFields.equipped
value=system.equipped
localize=true
label="PRISMRPG.Label.equipped"
}}
{{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
systemFields.money
value=system.money
localize=true
label="PRISMRPG.Label.currency"
}}
{{! Prism RPG: Block Augment }}