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

Totals (Base + Mods)

  1. Armour: {{totals.armour}}
  2. Integrity: {{totals.integrity}}
  3. Manoeuvre: {{totals.manoeuvre}}
  4. Detection: {{totals.detection}}
  5. Speed: {{totals.speed}}
  6. Space (free/total): {{totals.spaceFree}} / {{totals.space}}
  7. Power (free/total): {{totals.powerFree}} / {{totals.power}}
{{#if warnings.capacity}}

{{warnings.capacity}}

{{/if}}

Hull

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

{{warnings.slots}}

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

{{warnings.requirements}}

{{/if}}

Base (flags)

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

Mods (items)

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

* Mods dodawane są tylko z wyposażonych komponentów.

Raw JSON
{{json this}}

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}}

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}} {{#if rtCard.source}}

Source: {{rtCard.source}}

{{/if}}
Raw RT
{{json actor.flags.wg-voidships-builder.rtRaw}}

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}}
Raw Crew
{{json crew}}

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. Drag items from the Components compendium here.

{{/if}}
Raw Components & Use
{{json components}}
{{json use}}