Totals
- Armour: {{totals.armour}}
- Integrity: {{totals.integrity}}
- Manoeuvre: {{totals.manoeuvre}}
- Detection: {{totals.detection}}
- Speed: {{totals.speed}}
- Space (free / total): {{totals.spaceFree}} / {{totals.space}}
- Power (free / total): {{totals.powerFree}} / {{totals.power}}
Hull
- Class: {{hull.class}} ({{hull.size}})
- 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.mounts}}
{{warnings.mounts}}
{{/if}}
{{#if warnings.requirements}}
{{warnings.requirements}}
{{/if}}
Base (flags)
- Armour: {{base.armour}}
- Integrity: {{base.integrity}}
- Manoeuvre: {{base.manoeuvre}}
- Detection: {{base.detection}}
- Speed: {{base.speed}}
- Space: {{base.space}}
- Power: {{base.power}}
Mods (items)
- Armour: {{mods.armour}}
- Integrity: {{mods.integrity}}
- Manoeuvre: {{mods.manoeuvre}}
- Detection: {{mods.detection}}
- Speed: {{mods.speed}}
- Space: {{mods.space}}
- Power: {{mods.power}}
RT — Stat Block
- Speed {{rtCard.speed}}
- Manoeuvrability {{rtCard.manoeuvrability}}
- Detection {{rtCard.detection}}
- Hull Integrity {{rtCard.hullIntegrity}}
- Armour {{rtCard.armour}}
- Space {{rtCard.space}}
- Power {{rtCard.power}}
- Turret {{rtCard.turret}}
RT — Weapon Capacity
- Prow: {{rtCard.weapons.prow}}
- Dorsal: {{rtCard.weapons.dorsal}}
- Port: {{rtCard.weapons.port}}
- Starboard: {{rtCard.weapons.starboard}}
- Keel: {{rtCard.weapons.keel}}
{{#if rtCard.notes}}
{{rtCard.notes}}
{{/if}}
{{#if rtCard.source}}
Source: {{rtCard.source}}
{{/if}}
Main Roles
- Command: {{crew.command}}
- Pilot/Helm: {{crew.pilot}}
- Sensors/Auspex: {{crew.sensors}}
- Engineering: {{crew.engineering}}
Combat & Support
- Gunnery: {{crew.gunnery}}
- Security/Armsmen: {{crew.security}}
- Flight Deck: {{crew.flightDeck}}
- Passengers: {{crew.passengers}}
Capacity
- Space (free / total): {{totals.spaceFree}} / {{totals.space}}
- Power (free / total): {{totals.powerFree}} / {{totals.power}}
Weapon Slots Used
- Prow: {{slotsUsed.prow}} / {{hull.slots.prow}}
- Dorsal: {{slotsUsed.dorsal}} / {{hull.slots.dorsal}}
- Port: {{slotsUsed.port}} / {{hull.slots.port}}
- Starboard: {{slotsUsed.starboard}} / {{hull.slots.starboard}}
- Keel: {{slotsUsed.keel}} / {{hull.slots.keel}}
{{#if warnings.capacity}}
{{warnings.capacity}}
{{/if}}
{{#if warnings.slots}}
{{warnings.slots}}
{{/if}}
{{#if warnings.mounts}}
{{warnings.mounts}}
{{/if}}
{{#if warnings.requirements}}
{{warnings.requirements}}
{{/if}}
Mounted Components
{{#if components.length}}
| Name |
Slot |
Use |
Mods |
{{#each components as |c|}}
|
{{#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}}
|
{{/each}}
{{else}}
No components installed. Drop items with system.voidship.
{{/if}}
Debug: Flags & Totals
{{tojson debug}}
{{tojson totals}}
{{tojson hull}}