Status


{#if $statusStore} Fuel%: {(($statusStore.fuel?.fuelMain ?? 0) / 32) * 100}% Sys: {$statusStore?.pips?.sys ?? "?"} Eng: {$statusStore?.pips?.eng ?? "?"} Wep: {$statusStore?.pips?.wep ?? "?"} dest?: {$statusStore?.destination?.name} gui focus: {$statusStore.guiFocus} cargo: {$statusStore.cargo} flag1: {$statusStore.flags} flag2: {$statusStore.flags2} {:else} No data :( {/if}