{{!-- ── 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 : COMBAT (compétences + attaques + traits) ── --}}
{{!-- Compétences --}}
{{ localize 'MGT2.Creature.TabSkills' }}
{{ localize 'MGT2.Creature.SkillName' }}
{{ localize 'MGT2.Creature.SkillLevel' }}
{{ localize 'MGT2.Creature.SkillNote' }}
{{#if isEditable}}{{/if}}
{{#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}}
{{!-- Attaques --}}
{{ localize 'MGT2.Creature.TabAttacks' }}
{{ localize 'MGT2.Creature.AttackName' }}
{{ localize 'MGT2.Creature.AttackDamage' }}
{{ localize 'MGT2.Creature.AttackSkill' }}
{{ 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}} {{#if (gte atk.skill 0)}} {{lookup (lookup ../system.skills atk.skill) "name"}} {{else}} {{/if}} {{/if}}
{{#if ../isEditable}} {{else}} {{atk.description}} {{/if}}
{{#if ../isEditable}} {{/if}}
{{/each}} {{#unless system.attacks.length}}
{{ localize 'MGT2.Creature.NoAttacks' }}
{{/unless}}
{{!-- Traits --}}
{{ localize 'MGT2.Creature.TabTraits' }}
{{ 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 combat --}} {{!-- ── TAB : INFORMATIONS ── --}}
{{formInput systemFields.biography enriched=enrichedBiography value=system.biography name="system.biography" toggled=true}}
{{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true}}
{{!-- ── VERTICAL SIDEBAR TABS (outside window, right side) ── --}}
{{!-- .creature-body --}}