{{!-- ── TAB : COMBAT (compétences + attaques + traits) ── --}}
{{!-- Compétences --}}
{{ localize 'MGT2.Creature.SkillName' }}
{{ localize 'MGT2.Creature.SkillLevel' }}
{{ localize 'MGT2.Creature.SkillNote' }}
{{#if isEditable}}
{{/if}}
{{#each system.skills as |skill i|}}
{{/each}}
{{#unless system.skills.length}}
{{ localize 'MGT2.Creature.NoSkills' }}
{{/unless}}
{{!-- Attaques --}}
{{ 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|}}
{{/each}}
{{#unless system.attacks.length}}
{{ localize 'MGT2.Creature.NoAttacks' }}
{{/unless}}
{{!-- Traits --}}
{{ localize 'MGT2.Creature.TraitName' }}
{{ localize 'MGT2.Creature.TraitValue' }}
{{ localize 'MGT2.Items.Description' }}
{{#if isEditable}}
{{/if}}
{{#each system.traits as |trait i|}}
{{/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 --}}