diff --git a/src/routes/export/print/PrintShip/Hull/index.story.svelte b/src/routes/export/print/PrintShip/Hull/index.story.svelte new file mode 100644 index 0000000..7de220d --- /dev/null +++ b/src/routes/export/print/PrintShip/Hull/index.story.svelte @@ -0,0 +1,21 @@ + + + + + + + + + + + + + diff --git a/src/routes/export/print/PrintShip/Hull/index.svelte b/src/routes/export/print/PrintShip/Hull/index.svelte new file mode 100644 index 0000000..637bfd9 --- /dev/null +++ b/src/routes/export/print/PrintShip/Hull/index.svelte @@ -0,0 +1,66 @@ +
+ {#each rows as row, i (i)} +
+ {#each row as threshold, j (j)} +
+ {#if threshold} + crew loss threshold + {/if} +
+ {/each} +
+ {/each} +
+ + + +