{{!-- Starship Sheet Header --}}

{{ localize "SW5E.StarshipTier" }}
{{lookup config.actorSizes data.traits.size}}
{{!-- ARMOR CLASS --}}

{{ localize "SW5E.ArmorClass" }}

{{!-- HULL POINTS --}}

{{ localize "SW5E.HullPoints" }}

/
{{localize "SW5E.HullDice"}}: {{data.attributes.hull.dice}}{{data.attributes.hull.die}}
{{!-- SHIELD POINTS --}}

{{ localize "SW5E.ShieldPoints" }}

/
{{localize "SW5E.ShieldDice"}}: {{data.attributes.shld.dice}}{{data.attributes.shld.die}}

{{ localize "SW5E.Movement" }}

{{data.attributes.movement.space}} {{data.attributes.movement.units}}
Turning Speed: {{data.attributes.movement.turn}} {{data.attributes.movement.units}}
{{!-- Starship Sheet Navigation --}} {{!-- Starship Sheet Body --}}
{{!-- Ability Scores --}}

{{localize "SW5E.AbilityScores" }}

    {{#each data.abilities as |ability id|}}
  1. {{ability.label}}

    {{numberFormat ability.mod decimals=0 sign=true}} {{numberFormat ability.save decimals=0 sign=true}}
  2. {{/each}}
{{!-- Skills --}}

{{localize "SW5E.Skills"}}

    {{#each data.skills as |skill s|}}
  1. {{skill.label}} {{skill.ability}} {{numberFormat skill.total decimals=0 sign=true}} {{!-- --}} {{!-- ({{skill.passive}}) --}}
  2. {{/each}}

Resources and Traits

  
{{#with data.attributes.fuel}}
{{value}} / {{cap}} units
{{/with}}

{{localize "SW5E.PowerRouting"}}

{{localize "SW5E.EnginePl"}} {{localize "SW5E.EquipmentShieldProficiency"}} {{localize "SW5E.ItemTypeWeaponPl"}}
= = =
{{localize "SW5E.PowerDieAlloc"}}
CentralCommsEnginesSensorsShieldsWeapons
/ {{data.attributes.power.central.max}} / {{data.attributes.power.comms.max}} / {{data.attributes.power.engines.max}} / {{data.attributes.power.sensors.max}} / {{data.attributes.power.shields.max}} / {{data.attributes.power.weapons.max}}

{{ localize "SW5E.DestructionSave" }}

{{ localize "SW5E.SystemDrainage" }}

{{localize "SW5E.StarshipmodPl"}}


{{!-- Cargo & Crew --}}
{{> 'systems/sw5e/templates/actors/newActor/parts/swalt-crew.html'}}
{{!-- Features Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-features.html" sections=features}}
{{!-- Effects Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-active-effects.html"}}