{{formInput fields.name value=source.name}}
{{! Navigation des onglets }} {{! Onglet Details }}
{{! Prism RPG: Weapon Type (Light/One-Handed/Heavy/Projectile) }} {{formField systemFields.weaponType value=system.weaponType localize=true label="PRISMRPG.Label.weaponType" }} {{! Prism RPG: Weapon Group (6 groups) }} {{formField systemFields.weaponGroup value=system.weaponGroup localize=true label="PRISMRPG.Label.weaponGroup" }} {{! Prism RPG: APC (Action Point Cost) }} {{formField systemFields.apc value=system.apc localize=true label="PRISMRPG.Label.apc" }} {{! Damage }} {{formField systemFields.damage value=system.damage localize=true label="PRISMRPG.Label.damage" }} {{formField systemFields.equipped value=system.equipped localize=true label="PRISMRPG.Label.equipped" }} {{formField systemFields.isImplement value=system.isImplement localize=true label="PRISMRPG.Label.isImplement" }}
{{formField systemFields.shortRange value=system.shortRange localize=true label="PRISMRPG.Label.shortRange" }} {{formField systemFields.longRange value=system.longRange localize=true label="PRISMRPG.Label.longRange" }} {{formField systemFields.reloadAPC value=system.reloadAPC localize=true label="PRISMRPG.Label.reloadAPC" }} {{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}}
{{! Prism RPG: Weapon Passives }}
{{localize "PRISMRPG.Label.weaponPassives"}} {{#each enrichedPassives}}
{{formInput ../systemFields.passives.element.fields.name value=this.name name=(concat "system.passives." @index ".name") placeholder=(localize "PRISMRPG.Label.passiveName") }}
{{formInput ../systemFields.passives.element.fields.description enriched=this.enrichedDescription value=this.description name=(concat "system.passives." @index ".description") toggled=true }}
{{/each}} {{#unless enrichedPassives.length}}

{{localize "PRISMRPG.Hint.noPassives"}}

{{/unless}}
{{! Prism RPG: Weapon Maneuvers }}
{{localize "PRISMRPG.Label.weaponManeuvers"}} {{#each enrichedManeuvers}}
{{formInput ../systemFields.maneuvers.element.fields.name value=this.name name=(concat "system.maneuvers." @index ".name") placeholder=(localize "PRISMRPG.Label.maneuverName") }}
{{formInput ../systemFields.maneuvers.element.fields.description enriched=this.enrichedDescription value=this.description name=(concat "system.maneuvers." @index ".description") toggled=true }}
{{/each}} {{#unless enrichedManeuvers.length}}

{{localize "PRISMRPG.Hint.noManeuvers"}}

{{/unless}}
{{! 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}}