{{! Navigation des onglets }}
{{! Onglet Details }}
{{! Armor Type (Light/Medium/Heavy) }}
{{formField
systemFields.armorType
value=system.armorType
localize=true
label="PRISMRPG.Label.armorType"
}}
{{! Maximum Reduction Rating (MRR) }}
{{formField
systemFields.mrr
value=system.mrr
localize=true
label="PRISMRPG.Label.mrr"
}}
{{! Encumbrance Load }}
{{formField
systemFields.encLoad
value=system.encLoad
localize=true
label="PRISMRPG.Label.encumbranceLoad"
}}
{{! Equipment Status }}
{{formField
systemFields.isHelmet
value=system.isHelmet
localize=true
label="PRISMRPG.Label.isHelmet"
}}
{{formField
systemFields.equipped
value=system.equipped
localize=true
label="PRISMRPG.Label.equipped"
}}
{{! Cost }}
{{formField
systemFields.cost
value=system.cost
localize=true
label="PRISMRPG.Label.cost"
}}
{{formField
systemFields.money
value=system.money
localize=true
label="PRISMRPG.Label.currency"
}}
{{! Onglet Description }}
{{! Description }}
{{! Onglet Effects }}
{{> systems/fvtt-prism-rpg/templates/partial-item-effects.hbs}}