Files
wwdpublic/Resources/ServerInfo/Guidebook/Engineering/WirePanels.xml
ArtisticRoomba 6c6c817a68 Engineering guidebook megaupdate v2 (#33062)
Significantly updates the Engineering guidebook (more explicitly the Atmos section) to have a lot more relevant and useful information.

Right now engineering has been getting update after update with no real change to the relevant guidebook entry. This has lead to a lot of out of date information and bad practices being prevalent in the guidebook, something that pains me to read.

(cherry picked from commit 98c606d76007865e93ebd438d0cf9219d14a4631)
2025-09-20 20:32:59 +03:00

30 lines
1.2 KiB
XML

<Document>
# Wire Panels
Some station devices like airlocks, vending machines, and arcade consoles have wire panels, which control certain aspects of their functionality.
These panels can be opened using a screwdriver to access the wiring inside.
<Box>
<GuideEntityEmbed Entity="Wirecutter"/>
<GuideEntityEmbed Entity="Screwdriver"/>
<GuideEntityEmbed Entity="Multitool"/>
</Box>
From here, you can use wirecutters and a multitool to interact with the wiring. Note that interacting with the wiring often requires insulated gloves, as if the wire is live, you can get shocked.
<Box>
<GuideEntityEmbed Entity="ClothingHandsGlovesColorYellow"/>
</Box>
You can cut and mend wires using the wirecutters, and pulse wires using the multitool.
Cutting wires often completely disables or restores functionality to a device.
It may also trigger unintended functionality, like shocking people, dropping door bolts, or exploding.
Pulsing wires can have a variety of effects, but oftentimes it either temporarily disables or enables functionality.
You can't pulse wires if the wire you're trying to pulse is cut. You have to mend the wire first.
</Document>