{{!-- Header --}}
{{!-- Type-specific stats --}}
{{#if (eq type "arme")}}
{{#if system.typearme}}
Type{{system.typearme}}
{{/if}}
{{#if system.degats}}
Dégâts{{system.degats}}
{{/if}}
Bonus offensif{{system.bonusmaniementoff}}
Bonus défensif{{system.bonusmaniementdef}}
{{#if system.deuxmains}}
Deux mains
{{/if}}
{{#if system.ignorearmure}}
Ignore l'armure
{{/if}}
{{#if system.nonletaux}}
Non-létaux
{{/if}}
{{#if system.prix}}
Prix{{system.prix}}
{{/if}}
{{else if (eq type "bouclier")}}
Bonus défense{{system.bonusdefense}}
{{#if system.degats}}
Dégâts{{system.degats}}
{{/if}}
{{#if system.nonletaux}}
Non-létaux
{{/if}}
{{#if system.prix}}
Prix{{system.prix}}
{{/if}}
{{else if (eq type "protection")}}
{{#if system.typeprotection}}
Type{{system.typeprotection}}
{{/if}}
Protection{{system.protection}}
{{#if system.degats}}
Dégâts encaissés{{system.degats}}
{{/if}}
{{#if system.prix}}
Prix{{system.prix}}
{{/if}}
{{else if (eq type "competence")}}
Niveau{{system.niveau}}
{{#if system.attribut1}}
Attribut 1{{upper system.attribut1}}
{{/if}}
{{#if system.attribut2}}
Attribut 2{{upper system.attribut2}}
{{/if}}
{{#if system.attribut3}}
Attribut 3{{upper system.attribut3}}
{{/if}}
{{#if system.doublebonus}}
Double bonus
{{/if}}
{{else if (eq type "rune")}}
Seuil{{system.seuil}}
{{#if system.formule}}
Formule{{system.formule}}
{{/if}}
{{#if system.prononcee}}
Prononcée{{system.prononcee}}
{{/if}}
{{#if system.tracee}}
Tracée{{system.tracee}}
{{/if}}
{{else if (eq type "runeeffect")}}
{{#if system.rune}}
Rune{{system.rune}}
{{/if}}
{{#if system.mode}}
Mode{{system.mode}}
{{/if}}
{{#if system.duree}}
Durée{{system.duree}}
{{/if}}
{{#if system.pointame}}
Points d'âme{{system.pointame}}
{{/if}}
{{else if (eq type "don")}}
{{#if system.allegeance}}
Allégeance{{system.allegeance}}
{{/if}}
{{#if system.prerequis}}
Prérequis{{system.prerequis}}
{{/if}}
{{else if (eq type "pacte")}}
{{#if system.allegeance}}
Allégeance{{system.allegeance}}
{{/if}}
{{else if (eq type "tendance")}}
{{#if system.allegeance}}
Allégeance{{system.allegeance}}
{{/if}}
{{else if (eq type "equipement")}}
{{#if system.prix}}
Prix{{system.prix}}
{{/if}}
{{#if system.rarete}}
Rareté{{system.rarete}}
{{/if}}
{{else if (eq type "potion")}}
Statut{{system.statutLabel}}
{{#if system.rune}}
Rune{{system.rune}}
{{/if}}
{{#if system.runeSeuil}}
Seuil{{system.runeSeuil}}
{{/if}}
{{#if system.formeLabel}}
Forme{{system.formeLabel}}
{{/if}}
{{#if system.duree}}
Durée{{system.duree}}
{{/if}}
{{#if system.conservation}}
Conservation{{system.conservation}}
{{/if}}
{{#if system.pointsAme}}
Points d'Âme{{system.pointsAme}}
{{/if}}
{{#if system.virulence}}
Virulence{{system.virulence}}
{{/if}}
{{#if system.effetCuratif}}
Effet curatif
{{{system.effetCuratif}}}
{{/if}}
{{#if system.effetLetal}}
Effet létal
{{{system.effetLetal}}}
{{/if}}
{{#if system.effetSecondaire}}
Effet secondaire
{{{system.effetSecondaire}}}
{{/if}}
{{/if}}
{{!-- Description --}}
{{#if system.description}}
Description
{{{system.description}}}
{{/if}}
{{!-- Sacrifice (dons) --}}
{{#if system.sacrifice}}
Sacrifice
{{{system.sacrifice}}}
{{/if}}