{{formInput fields.name value=source.name}}
{{! Navigation des onglets }} {{! Onglet Details }}
{{! 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 }}
{{localize "PRISMRPG.Label.blockAugment"}} {{formField systemFields.blockAugment value=system.blockAugment localize=true label="PRISMRPG.Label.blockAugmentName" }} {{formInput systemFields.blockAugmentDescription enriched=enrichedBlockAugmentDescription value=system.blockAugmentDescription name="system.blockAugmentDescription" toggled=true }}
{{! Onglet Description }}
{{localize "PRISMRPG.Label.description"}} {{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true }}
{{! Onglet Effects }}
{{> systems/fvtt-prism-rpg/templates/partial-item-effects.hbs}}