{{#if (and settings.usePronouns settings.useGender)}}
  • {{else if settings.usePronouns}}
  • {{else if settings.useGender}}
  • {{else}}
  • {{/if}}
{{#if settings.showLife}}
{{ localize 'MGT2.Actor.Life' }}
{{system.life.value}}{{#if (gt system.life.max 0) }}/{{system.life.max}}{{/if}}
{{/if}}
{{ localize 'MGT2.Actor.Armor' }}
{{system.inventory.armor}}
{{ localize 'MGT2.Actor.States' }}
{{#if system.characteristics.strength.show}}
{{ localize 'MGT2.Characteristics.strength.name' }}
{{#if system.characteristics.strength.showMax}}
|
{{else}}
{{/if}} {{/if}} {{#if system.characteristics.dexterity.show}}
{{ localize 'MGT2.Characteristics.dexterity.name' }}
{{#if system.characteristics.dexterity.showMax}}
|
{{else}}
{{/if}} {{/if}} {{#if system.characteristics.endurance.show}}
{{ localize 'MGT2.Characteristics.endurance.name' }}
{{#if system.characteristics.endurance.showMax}}
|
{{else}}
{{/if}} {{/if}} {{#if system.characteristics.intellect.show}}
{{ localize 'MGT2.Characteristics.intellect.name' }}
{{#if system.characteristics.intellect.showMax}}
|
{{else}}
{{/if}} {{/if}} {{#if system.characteristics.education.show}}
{{ localize 'MGT2.Characteristics.education.name' }}
{{#if system.characteristics.education.showMax}}
|
{{else}}
{{/if}} {{/if}} {{#if system.characteristics.social.show}}
{{ localize 'MGT2.Characteristics.social.name' }}
{{#if system.characteristics.social.showMax}}
|
{{else}}
{{/if}} {{/if}}
{{#if system.characteristics.morale.show}}
{{ localize 'MGT2.Characteristics.morale.name' }}
{{#if system.characteristics.morale.showMax}}
|
{{else}}
{{/if}} {{/if}} {{#if system.characteristics.luck.show}}
{{ localize 'MGT2.Characteristics.luck.name' }}
{{#if system.characteristics.luck.showMax}}
|
{{else}}
{{/if}} {{/if}} {{#if system.characteristics.sanity.show}}
{{ localize 'MGT2.Characteristics.sanity.name' }}
{{#if system.characteristics.sanity.showMax}}
|
{{else}}
{{/if}} {{/if}} {{#if system.characteristics.charm.show}}
{{ localize 'MGT2.Characteristics.charm.name' }}
{{#if system.characteristics.charm.showMax}}
|
{{else}}
{{/if}} {{/if}} {{#if system.characteristics.psionic.show}}
{{ localize 'MGT2.Characteristics.psionic.name' }}
{{#if system.characteristics.psionic.showMax}}
|
{{else}}
{{/if}} {{/if}} {{#if system.characteristics.other.show}}
{{ localize 'MGT2.Characteristics.other.name' }}
{{#if system.characteristics.other.showMax}}
|
{{else}}
{{/if}} {{/if}}
{{ localize 'MGT2.Actor.Health' }}
{{ localize 'MGT2.Actor.Wounds' }}
{{ localize 'MGT2.Items.Difficulty' }}
{{ localize 'MGT2.Items.Damage' }}
{{ localize 'MGT2.Items.Interval' }}
{{#each wounds as |wound id|}}
{{wound.name}}
{{wound.system.difficulty}}
{{wound.system.damage}}
{{wound.system.interval}}
{{/each}}
{{ localize 'MGT2.Items.Diseases' }}
{{ localize 'MGT2.Items.Difficulty' }}
{{ localize 'MGT2.Items.Damage' }}
{{ localize 'MGT2.Items.Interval' }}
{{#each diseases as |disease id|}}
{{disease.name}}
{{disease.system.difficulty}}
{{disease.system.damage}}
{{disease.system.interval}}
{{/each}}
{{ localize 'MGT2.Actor.TabSkills' }}
{{system.personal.speciesText.description}}
{{ localize 'MGT2.Items.Trait' }}
{{ localize 'MGT2.Items.Description' }}
{{#each system.personal.traits as |trait i| }}
{{trait.name}}
{{trait.description}}
{{/each}}
{{ localize 'MGT2.Actor.StudyPeriod' }}
{{ localize 'MGT2.Items.Careers' }}
{{ localize 'MGT2.Items.Terms' }}
{{ localize 'MGT2.Items.Rank' }}
{{#each careers as |career id|}}
{{career.name}}
{{career.system.terms}}
{{career.system.rank}}
{{/each}}
{{ localize 'MGT2.Actor.Skills' }}
{{ localize 'MGT2.Items.Level' }}
{{#each skills as |skill id|}}
{{skill.name}}{{#if skill.system.skill.speciality}} ({{skill.system.skill.speciality}}){{/if}}
{{skill.system.level}}
{{/each}}
{{#if system.config.psionic}}
{{ localize 'MGT2.Actor.PsionicTalents' }}
{{ localize 'MGT2.Items.Level' }}
{{ localize 'MGT2.Items.Cost' }}
{{ localize 'MGT2.Items.Reach' }}
{{ localize 'MGT2.Items.Difficulty' }}
{{#each psionics as |psionic id|}}
{{psionic.name}}
{{psionic.system.level}}
{{psionic.system.psionic.cost}}
{{psionic.reach}}
{{psionic.difficulty}}
{{/each}}
{{/if}}
{{ localize 'MGT2.Items.Weapons' }}
{{ localize 'MGT2.Items.Range' }}
{{ localize 'MGT2.Items.Damage' }}
{{ localize 'MGT2.Items.Weight' }}
{{#each weapons as |weapon id|}}
{{weapon.name}}{{#if weapon.subInfo}}
{{weapon.subInfo}}
{{/if}}
{{weapon.range}}
{{weapon.system.damage}}
{{weapon.weight}}
{{/each}}
{{ localize 'MGT2.Items.Armors' }}
{{ localize 'MGT2.Items.Rads' }}
{{ localize 'MGT2.Items.Protection' }}
{{ localize 'MGT2.Items.Weight' }}
{{#each armors as |armor id|}}
{{armor.name}}{{#if armor.subInfo}}
{{armor.subInfo}}
{{/if}}
{{armor.system.radiations}}
{{armor.system.protection}}
{{armor.weight}}
{{/each}}
{{ localize 'MGT2.Actor.Augments' }}
{{ localize 'MGT2.Items.Improvement' }}
{{#each augments as |augment id|}}
{{augment.name}}
{{augment.system.improvement}}
{{/each}}
{{ localize 'MGT2.Items.Computers' }}
{{ localize 'MGT2.Items.Weight' }}
{{#each computers as |computer id|}}
{{computer.name}}{{#if computer.subInfo}}
{{computer.subInfo}}
{{/if}}
{{computer.system.processingUsed}}/{{computer.system.processing}} {{#if computer.system.overload}}{{/if}}
{{computer.weight}}
{{#each subItems as |subItem|}}
{{subItem.name}}
{{subItem.system.bandwidth}}
{{/each}} {{/each}} {{#if softwares}}
{{ localize 'MGT2.Items.Softwares' }}
    {{#each softwares as |software id|}}
  • {{software.display}}
  • {{/each}}
{{/if}}
{{ localize 'MGT2.Items.Equipments' }}
{{ localize 'MGT2.Items.Qty' }}
{{ localize 'MGT2.Items.Weight' }}
{{#each equipments as |equipment id|}}
{{equipment.name}}
{{equipment.system.quantity}}
{{equipment.weight}}
{{/each}}
{{ localize 'MGT2.Items.Items' }}
{{ localize 'MGT2.Items.Qty' }}
{{ localize 'MGT2.Items.Weight' }}
{{#each items as |item|}} {{#if (eq item.type "container")}}
{{else}}
{{/if}}
{{item.name}}
{{item.system.quantity}}
{{item.weight}}
{{#if (eq item.type "container")}} {{#each subItems as |subItem|}}
{{subItem.name}}
{{subItem.system.quantity}}
{{subItem.weight}}
{{/each}} {{/if}} {{/each}}

{{ localize 'MGT2.Actor.Encumbrance' }} {{encumbranceNormal}} {{settings.weightUnit}} / {{encumbranceHeavy}} {{settings.weightUnit}}
Total :
{{system.inventory.weight}} {{settings.weightUnit}}
{{#unless containerShowAll}}{{/unless}} {{#unless containerShowAll}}{{/unless}}

{{#if (and containerView.system.locked (not isGM))}} {{else}}
{{ localize 'MGT2.Items.Items' }}
{{#if containerShowAll}}
{{ localize 'MGT2.Items.Storage' }}
{{/if}}
{{ localize 'MGT2.Items.Qty' }}
{{ localize 'MGT2.Items.Weight' }}
{{#each containerItems as |containerItem id|}}
{{containerItem.name}}
{{#if ../containerShowAll}}
{{containerItem.containerName}}
{{/if}}
{{containerItem.system.quantity}}
{{containerItem.weight}}
{{/each}}

{{ localize 'MGT2.Actor.TotalWeight' }} : {{containerWeight}} {{settings.weightUnit}}
{{/if}}
{{ localize 'MGT2.Actor.RelationsAndContacts' }}
{{ localize 'MGT2.Items.Relations' }}
{{ localize 'MGT2.Items.Relation' }}
{{ localize 'MGT2.Items.Attitude' }}
{{ localize 'MGT2.Items.Occupation' }}
{{ localize 'MGT2.Items.Location' }}
{{#each contacts as |contact id|}}
{{contact.name}}
{{localize (concat "MGT2.Contact.Relation." contact.system.relation)}}
{{localize (concat "MGT2.Contact.Attitude." contact.system.attitude)}}
{{contact.system.occupation}}
{{contact.system.location}}
{{/each}}
{{ localize 'MGT2.Actor.Notes' }}
{{editor system.notes target="system.notes" button=true editable=true}}
{{ localize 'MGT2.Actor.Biography' }}
{{editor system.biography target="system.biography" button=true editable=true}}
{{#if showTrash}} {{/if}}