A part it has no fresh report for is not shown as it last was. The damage-control board's missing state is "we do not know", so a room that never reported is hatched and marked XX, the airliner system page's mark for a value that is not available, and one whose report is old is faded with its age. Flow is never drawn through a part nothing vouches for: it moves only through parts that are fresh and open, a pipe is drawn dry only where a known closed valve or stopped pump proves it, and everything else is undetermined, broken and still. Here PUMP B is stopped, so its branch is proven dry, and V3 never reported, so nothing past it is claimed.
import 'overscan'
import 'overscan/overscan.css'
<ov-schematic
src="models/schematic.json"
max-age="10"
></ov-schematic>import { OvSchematic } from 'overscan/react'
<OvSchematic
src="models/schematic.json"
max-age="10"
/>import { OvSchematic } from 'overscan/vue'
<OvSchematic
src="models/schematic.json"
max-age="10"
/>import OvSchematic from 'overscan/svelte/OvSchematic.svelte'
<OvSchematic
src="models/schematic.json"
max-age="10"
/>import 'overscan'
import 'overscan/overscan.css'
<ov-schematic
stock="body"
plans="../src/ov-plans.js"
src="models/schematic-body.json"
max-age="10"
style="--ov-schematic-height:520px"
></ov-schematic>import { OvSchematic } from 'overscan/react'
<OvSchematic
stock="body"
plans="../src/ov-plans.js"
src="models/schematic-body.json"
max-age="10"
style="--ov-schematic-height:520px"
/>import { OvSchematic } from 'overscan/vue'
<OvSchematic
stock="body"
plans="../src/ov-plans.js"
src="models/schematic-body.json"
max-age="10"
style="--ov-schematic-height:520px"
/>import OvSchematic from 'overscan/svelte/OvSchematic.svelte'
<OvSchematic
stock="body"
plans="../src/ov-plans.js"
src="models/schematic-body.json"
max-age="10"
style="--ov-schematic-height:520px"
/>import 'overscan'
import 'overscan/overscan.css'
<ov-schematic
stock="head"
plans="../src/ov-plans.js"
src="models/schematic-head.json"
max-age="10"
style="--ov-schematic-height:400px"
></ov-schematic>import { OvSchematic } from 'overscan/react'
<OvSchematic
stock="head"
plans="../src/ov-plans.js"
src="models/schematic-head.json"
max-age="10"
style="--ov-schematic-height:400px"
/>import { OvSchematic } from 'overscan/vue'
<OvSchematic
stock="head"
plans="../src/ov-plans.js"
src="models/schematic-head.json"
max-age="10"
style="--ov-schematic-height:400px"
/>import OvSchematic from 'overscan/svelte/OvSchematic.svelte'
<OvSchematic
stock="head"
plans="../src/ov-plans.js"
src="models/schematic-head.json"
max-age="10"
style="--ov-schematic-height:400px"
/>import 'overscan'
import 'overscan/overscan.css'
<ov-schematic
stock="vehicle"
plans="../src/ov-plans.js"
src="models/schematic-vehicle.json"
max-age="10"
style="--ov-schematic-height:280px"
></ov-schematic>import { OvSchematic } from 'overscan/react'
<OvSchematic
stock="vehicle"
plans="../src/ov-plans.js"
src="models/schematic-vehicle.json"
max-age="10"
style="--ov-schematic-height:280px"
/>import { OvSchematic } from 'overscan/vue'
<OvSchematic
stock="vehicle"
plans="../src/ov-plans.js"
src="models/schematic-vehicle.json"
max-age="10"
style="--ov-schematic-height:280px"
/>import OvSchematic from 'overscan/svelte/OvSchematic.svelte'
<OvSchematic
stock="vehicle"
plans="../src/ov-plans.js"
src="models/schematic-vehicle.json"
max-age="10"
style="--ov-schematic-height:280px"
/>Stock plans: a body, a head, a vehicle and a ship, from ov-plans.js, which the kit loads only for a page that names it. Every drawing prints which way it faces, and left and right are always the subject's own, because that is the one thing a stock picture can get wrong without looking wrong. The outline around a head, a car or a hull is a plain line that claims nothing. Each plan here is sent one report for an id it does not have (left_foot, pons, spare_wheel, airlock), and the readout names it rather than lighting the nearest region.