{{#if (eq actor.flags.wg-voidships-builder.isVoidship true)}} {{else}} {{/if}}

Totals

  1. Armour: {{totals.armour}} (base {{base.armour}}, mods {{signed modsSum.armour}})
  2. Integrity: {{totals.integrity}} (base {{base.integrity}}, mods {{signed modsSum.integrity}})
  3. Manoeuvre: {{totals.manoeuvre}} (base {{base.manoeuvre}}, mods {{signed modsSum.manoeuvre}})
  4. Detection: {{totals.detection}} (base {{base.detection}}, mods {{signed modsSum.detection}})
  5. Speed: {{totals.speed}} (base {{base.speed}}, mods {{signed modsSum.speed}})
  6. Space (free/total): {{totals.spaceFree}} / {{totals.space}}
  7. Power (free/total): {{totals.powerFree}} / {{totals.power}}

Hull

  1. Class: {{hull.class}} ({{hull.size}})
  2. Slots Allowed — Prow: {{hull.slots.prow}}, Dorsal: {{hull.slots.dorsal}}, Port: {{hull.slots.port}}, Starboard: {{hull.slots.starboard}}, Keel: {{hull.slots.keel}}
{{#if warnings.capacity}}

{{warnings.capacity}}

{{/if}} {{#if warnings.slots}}

{{warnings.slots}}

{{/if}} {{#if warnings.requirements}}

{{warnings.requirements}}

{{/if}}

Base (flags)

  1. Armour: {{base.armour}}
  2. Integrity: {{base.integrity}}
  3. Manoeuvre: {{base.manoeuvre}}
  4. Detection: {{base.detection}}
  5. Speed: {{base.speed}}
  6. Space: {{base.space}}
  7. Power: {{base.power}}

Mods (items)

  1. Armour: {{signed modsSum.armour}}
  2. Integrity: {{signed modsSum.integrity}}
  3. Manoeuvre: {{signed modsSum.manoeuvre}}
  4. Detection: {{signed modsSum.detection}}
  5. Speed: {{signed modsSum.speed}}
  6. Space: {{signed modsSum.space}}
  7. Power: {{signed modsSum.power}}

RT — Stat Block

  1. Speed {{rtCard.speed}}
  2. Manoeuvrability {{rtCard.manoeuvrability}}
  3. Detection {{rtCard.detection}}
  4. Hull Integrity {{rtCard.hullIntegrity}}
  5. Armour {{rtCard.armour}}
  6. Space {{rtCard.space}}
  7. Power {{rtCard.power}}
  8. Turret {{rtCard.turret}}
{{#if rtCard.source}}

Source: {{rtCard.source}}

{{/if}}

RT — Weapon Capacity

  1. Prow: {{rtCard.weapons.prow}}
  2. Dorsal: {{rtCard.weapons.dorsal}}
  3. Port: {{rtCard.weapons.port}}
  4. Starboard: {{rtCard.weapons.starboard}}
  5. Keel: {{rtCard.weapons.keel}}
{{#if rtCard.notes}}

{{rtCard.notes}}

{{/if}}

Main Roles

  1. Command: {{crew.command}}
  2. Pilot/Helm: {{crew.pilot}}
  3. Sensors/Auspex: {{crew.sensors}}
  4. Engineering: {{crew.engineering}}

Combat & Support

  1. Gunnery: {{crew.gunnery}}
  2. Security/Armsmen: {{crew.security}}
  3. Flight Deck: {{crew.flightDeck}}
  4. Passengers: {{crew.passengers}}

Capacity

  1. Space (free / total): {{totals.spaceFree}} / {{totals.space}}
  2. Power (free / total): {{totals.powerFree}} / {{totals.power}}
{{#if warnings.capacity}}

{{warnings.capacity}}

{{/if}}

Slots Used

  1. Prow: {{slotsUsed.prow}} / {{hull.slots.prow}}
  2. Dorsal: {{slotsUsed.dorsal}} / {{hull.slots.dorsal}}
  3. Port: {{slotsUsed.port}} / {{hull.slots.port}}
  4. Starboard: {{slotsUsed.starboard}} / {{hull.slots.starboard}}
  5. Keel: {{slotsUsed.keel}} / {{hull.slots.keel}}
{{#if warnings.slots}}

{{warnings.slots}}

{{/if}} {{#if warnings.requirements}}

{{warnings.requirements}}

{{/if}}

Mounted Components

{{#if components.length}} {{#each components as |c|}} {{/each}}
Name Slot Use Mods Actions
{{#if c.equipped}}{{else}}{{/if}} {{c.name}} {{c.slot}} Space: {{c.use.space}}, Power: {{c.use.power}} {{#if c.mods.armour}}Armour {{signed c.mods.armour}} {{/if}} {{#if c.mods.integrity}}Integrity {{signed c.mods.integrity}} {{/if}} {{#if c.mods.manoeuvre}}Manoeuvre {{signed c.mods.manoeuvre}} {{/if}} {{#if c.mods.detection}}Detection {{signed c.mods.detection}} {{/if}} {{#if c.mods.speed}}Speed {{signed c.mods.speed}} {{/if}} {{#if c.mods.space}}Space {{signed c.mods.space}} {{/if}} {{#if c.mods.power}}Power {{signed c.mods.power}} {{/if}}
{{else}}

No components installed. Add items with item.system.voidship set.

{{/if}}