Files
tbd-station-14/Resources/ServerInfo/Guidebook/Engineering/AirlockSecurity.xml
Iztok Bajcar 031ddc0420 Guidebook typo fixes (#31159)
* Fixed typo: access --> accessed

* Fixed typo: 'access restricted' --> 'access-restricted'

* Fixed typo: added 'be'

* Fixed typo: added 'a'

* Fixed typo: 'Asssistants' --> 'Assistants'

* Fixed typo: 'overpressure' --> 'overpressurize'

* Fixed typo: 'outisde' --> 'outside'

* Fixed typo: added a comma

* Fixed typo: added a comma

* Fixed typo: 'aformentioned' --> 'aforementioned'

* Fixed typo: added a comma

* Fixed typo: added a comma

* Fixed typo: 'radition' --> 'radiation'

* Fixed typo: 'turing' --> 'turning'

* Fixed typo: 'appropiate' --> 'appropriate'

* Fixed typo: added 'the'

* Fixed typo: added a dot to ellipsis

* Fixed typo: 'aswell' --> 'as well'

* Fixed typo: 'permanant' --> 'permanent'

* Fixed typo: 'flammmable' --> 'flammable'

* Fixed typo: 'recommmended' --> 'recommended'

* Fixed typo: 'recipies' --> 'recipes'

* Fixed typo: 'pre-adminsitered' --> 'pre-administered'

* Fixed typo: 'resusitated' --> 'resuscitated'

* Fixed typo: 'types' --> 'type'

* Fixed typo: `someones` --> `someone's`

* Fixed typo: 'appy' --> 'apply'

* Fixed typo: added 'to'

* Fixed typo: 'CentCom' --> 'CentComm' (as per https://github.com/space-wizards/space-station-14/pull/29217)

* Fixed typo: 'emergencys' --> 'emergencies'

* Fixed typo: removed a dash
2024-08-18 11:31:48 -04:00

77 lines
2.9 KiB
XML

<Document>
# Airlock Upgrades
It is not uncommon for plucky individuals to try and bypass an airlock by meddling with its internal wiring.
Fortunately, certain countermeasures can be installed into airlocks to inconvenience any would-be trespassers.
## Medium security airlocks
The most basic form of intrusion deterrence is to install a secured steel plating that will prevent access to internal wiring of the airlock.
To upgrade a basic airlock to a medium security airlock, you will require the following materials:
<Box HorizontalAlignment="Stretch">
<Box>
<GuideEntityEmbed Entity="SheetSteel" Caption="2 steel sheets"/>
</Box>
<Box>
<GuideEntityEmbed Entity="Screwdriver" Caption="Screwdriver"/>
</Box>
<Box>
<GuideEntityEmbed Entity="Welder" Caption="Welder"/>
</Box>
</Box>
To upgrade a basic airlock:
- Use the screwdriver to open the airlock maintenance panel.
- Add the steel sheets to the airlock.
- Weld the steel sheets into place.
- Close the maintenance panel using the screwdriver.
## High security airlocks
For airlocks leading to the more sensitive areas of the space station, the use of stronger deterrents are advised. High security airlocks have improved armor plating to protect its internal wiring, along with an electrified security grille.
To upgrade a medium security airlock to a high security airlock, you will require the following materials:
<Box HorizontalAlignment="Stretch">
<Box>
<GuideEntityEmbed Entity="SheetPlasteel" Caption="2 plasteel sheets"/>
</Box>
<Box>
<GuideEntityEmbed Entity="PartRodMetal" Caption="2 metal rods"/>
</Box>
<Box>
<GuideEntityEmbed Entity="Screwdriver" Caption="Screwdriver"/>
</Box>
<Box>
<GuideEntityEmbed Entity="Welder" Caption="Welder"/>
</Box>
</Box>
To upgrade a medium security airlock:
- Use the screwdriver to open the airlock maintenance panel.
- Add the plasteel sheets to the airlock.
- Weld the plasteel sheets into place.
- Add the metal rods to the airlock.
- Close the maintenance panel using the screwdriver.
## Maximum security airlocks
You can optionally upgrade a high security airlock to a maximum security airlock. Maximum security airlocks possess an additional layer of plasteel plating on top of its other protections.
To upgrade a high security airlock to a maximum security airlock, you will require the following materials:
<Box HorizontalAlignment="Stretch">
<Box>
<GuideEntityEmbed Entity="SheetPlasteel" Caption="2 plasteel sheets"/>
</Box>
<Box>
<GuideEntityEmbed Entity="Screwdriver" Caption="Screwdriver"/>
</Box>
<Box>
<GuideEntityEmbed Entity="Welder" Caption="Welder"/>
</Box>
</Box>
To upgrade a high security airlock:
- Use the screwdriver to open the airlock maintenance panel.
- Add the plasteel sheets to the airlock.
- Weld the plasteel sheets into place.
- Close the maintenance panel using the screwdriver.
</Document>