{ ship.dispatch.setUITransform({ system: "hull", translate }); }} style:transform={hull?.uiTransform} > {#each rows as row, i (i)}
{#each row as threshold, j (j)}
{#if threshold} crew loss threshold {/if}
{/each}
{/each}