Chronique d'un Oublié

Petit Peuple, Songes, Cauchemar et destin de compagnie

{{localize "LESOUBLIES.ui.derivedOverview"}}

{{derived.sizeLabel}}
/ {{derived.hpMax}}
{{system.songes.points}} / {{system.songes.max}} pts
{{system.cauchemar.points}} / {{system.cauchemar.max}} pts

{{localize "LESOUBLIES.labels.identite"}}

{{localize "LESOUBLIES.ui.creation"}}

  • {{localize "LESOUBLIES.labels.race"}} : {{#if creation.race}}{{creation.race.name}}{{else}}—{{/if}}
  • {{localize "LESOUBLIES.labels.tribu"}} : {{#if creation.tribu}}{{creation.tribu.name}}{{else}}—{{/if}}
  • {{localize "LESOUBLIES.labels.metier"}} : {{#if creation.metier}}{{creation.metier.name}}{{else}}—{{/if}}
  • {{localize "LESOUBLIES.labels.compagnie"}} : {{#if derived.compagnie}}{{derived.compagnie.name}}{{else}}—{{/if}}

{{localize "LESOUBLIES.ui.profils"}}

{{#each system.profils as |value key|}}
{{/each}}

{{localize "LESOUBLIES.ui.competences"}}

{{#each skillGroups as |group|}}

{{group.label}}

{{#each group.items as |entry|}}
{{entry.item.name}}
Base {{entry.item.system.base}} - {{localize "LESOUBLIES.labels.valeurFinale"}} {{entry.finalValue}}
{{#if (count entry.item.system.domains)}}
{{localize "LESOUBLIES.labels.domaines}} : {{join entry.item.system.domains}}
{{/if}}
{{/each}}
{{/each}}

{{localize "LESOUBLIES.ui.combat"}}

{{localize "LESOUBLIES.ui.magie"}}

{{#each spells as |item|}}
{{item.name}}
{{item.system.tradition}} / {{item.system.polarity}} / coût {{item.system.cost}}
{{/each}}

{{localize "LESOUBLIES.ui.equipement"}}

{{#each weapons as |item|}}
{{item.name}}
{{localize "TYPES.Item.arme"}} - {{item.system.damage}}
{{/each}} {{#each armors as |item|}}
{{item.name}}
{{localize "TYPES.Item.armure"}} - Prot {{item.system.protection}}
{{/each}} {{#each equipment as |item|}}
{{item.name}}
{{localize "TYPES.Item.equipement"}} - {{item.system.category}}
{{/each}}

{{localize "LESOUBLIES.ui.notes"}}

{{editor system.biodata.description target="system.biodata.description" button=true editable=isEditMode}} {{editor system.biodata.notes target="system.biodata.notes" button=true editable=isEditMode}} {{editor system.biodata.gmnotes target="system.biodata.gmnotes" button=true editable=isEditMode owner=isGM}} {{editor system.visions target="system.visions" button=true editable=isEditMode}} {{#if activeCompanyPower}}
{{activeCompanyPower.name}} — {{activeCompanyPower.system.activationCondition}}
{{/if}}