{{!-- ── HEADER ── --}}
{{!-- PdV --}}
/
{{!-- Vitesse --}}
m
{{!-- Armure --}}
{{!-- Initiative (calculated) --}}
{{showDM system.initiativeBonus}}
{{!-- PSI (shown only if > 0) --}} {{#if system.psi}}
{{/if}}
{{!-- Comportement --}}
, {{!-- Taille indicative --}} {{sizeTraitLabel}} — {{sizeLabel}}
{{!-- ── TAB CONTENT ── --}}
{{!-- ── TAB : COMPÉTENCES ── --}}
{{ localize 'MGT2.Creature.SkillName' }}
{{ localize 'MGT2.Creature.SkillLevel' }}
{{ localize 'MGT2.Creature.SkillNote' }}
{{#each system.skills as |skill i|}}
{{#if ../isEditable}} {{else}} {{skill.name}} {{/if}}
{{#if ../isEditable}} {{else}} {{showDM skill.level}} {{/if}}
{{#if ../isEditable}} {{else}} {{skill.note}} {{/if}}
{{#if ../isEditable}} {{/if}}
{{/each}} {{#unless system.skills.length}}
{{ localize 'MGT2.Creature.NoSkills' }}
{{/unless}}
{{!-- ── TAB : ATTAQUES ── --}}
{{ localize 'MGT2.Creature.AttackName' }}
{{ localize 'MGT2.Creature.AttackDamage' }}
{{ localize 'MGT2.Items.Description' }}
{{#if isEditable}} {{/if}}
{{#each system.attacks as |atk i|}}
{{#if ../isEditable}} {{else}} {{atk.name}} {{/if}}
{{#if ../isEditable}} {{else}} {{atk.damage}} {{/if}}
{{#if ../isEditable}} {{else}} {{atk.description}} {{/if}}
{{#if ../isEditable}} {{/if}}
{{/each}} {{#unless system.attacks.length}}
{{ localize 'MGT2.Creature.NoAttacks' }}
{{/unless}}
{{!-- ── TAB : TRAITS ── --}}
{{ localize 'MGT2.Creature.TraitName' }}
{{ localize 'MGT2.Creature.TraitValue' }}
{{ localize 'MGT2.Items.Description' }}
{{#if isEditable}} {{/if}}
{{#each system.traits as |trait i|}}
{{#if ../isEditable}} {{else}} {{trait.name}} {{/if}}
{{#if ../isEditable}} {{else}} {{trait.value}} {{/if}}
{{#if ../isEditable}} {{else}} {{trait.description}} {{/if}}
{{#if ../isEditable}} {{/if}}
{{/each}} {{#unless system.traits.length}}
{{ localize 'MGT2.Creature.NoTraits' }}
{{/unless}}
{{!-- ── TAB : INFORMATIONS ── --}}
{{!-- ── VERTICAL SIDEBAR TABS (outside window, right side) ── --}}
{{!-- .creature-body --}}