Add guidebook entries for the access configurator and installing airlock security upgrades (#18983)
* Adds guidebook entries for the access configurator and installing airlock security upgrades * Moved the guidebook entry on airlock security to be under engineering
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
guide-entry-engineering = Engineering
|
||||
guide-entry-construction = Construction
|
||||
guide-entry-airlock-security = Airlock Upgrades
|
||||
guide-entry-atmospherics = Atmospherics
|
||||
guide-entry-botany = Botany
|
||||
guide-entry-fires = Fires & Space
|
||||
guide-entry-shuttle-craft = Shuttle-craft
|
||||
guide-entry-networking = Networking
|
||||
guide-entry-network-configurator = Network Configurator
|
||||
guide-entry-access-configurator = Access Configurator
|
||||
guide-entry-power = Power
|
||||
guide-entry-ame = Antimatter Engine (AME)
|
||||
guide-entry-singularity = Singularity
|
||||
@@ -39,10 +41,8 @@ guide-entry-artifact-reports = Artifact Reports
|
||||
guide-entry-traversal-distorter = Traversal Distorter
|
||||
guide-entry-machine-upgrading = Machine Upgrading
|
||||
guide-entry-robotics = Robotics
|
||||
|
||||
guide-entry-security = Security
|
||||
guide-entry-dna = DNA
|
||||
|
||||
guide-entry-antagonists = Antagonists
|
||||
guide-entry-nuclear-operatives = Nuclear Operatives
|
||||
guide-entry-traitors = Traitors
|
||||
|
||||
@@ -13,6 +13,13 @@
|
||||
id: Construction
|
||||
name: guide-entry-construction
|
||||
text: "/ServerInfo/Guidebook/Engineering/Construction.xml"
|
||||
children:
|
||||
- AirlockSecurity
|
||||
|
||||
- type: guideEntry
|
||||
id: AirlockSecurity
|
||||
name: guide-entry-airlock-security
|
||||
text: "/ServerInfo/Guidebook/Engineering/AirlockSecurity.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Atmospherics
|
||||
@@ -37,12 +44,17 @@
|
||||
text: "/ServerInfo/Guidebook/Engineering/Networking.xml"
|
||||
children:
|
||||
- NetworkConfigurator
|
||||
- AccessConfigurator
|
||||
|
||||
- type: guideEntry
|
||||
id: NetworkConfigurator
|
||||
name: guide-entry-network-configurator
|
||||
text: "/ServerInfo/Guidebook/Engineering/NetworkConfigurator.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: AccessConfigurator
|
||||
name: guide-entry-access-configurator
|
||||
text: "/ServerInfo/Guidebook/Engineering/AccessConfigurator.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Power
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
<Document>
|
||||
# Access Configurator
|
||||
The access configurator is a tool used to specify what type of personnel may use certain devices.
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="AccessConfigurator" Caption="access configurator"/>
|
||||
</Box>
|
||||
|
||||
Configurable devices can include airlocks, secure crates and lockers, as well as access restricted machines.
|
||||
|
||||
## Where to find access configurators
|
||||
Each station is equipped with up to two access configurators. The first is in the possession of the Chief Engineer, while the second can be found with the Head of Personnel.
|
||||
|
||||
## How to use the access configurator
|
||||
To modify a device using the access configurator
|
||||
- First, use the access configurator on the chosen device to link them together. This will automatically open the configurator UI.
|
||||
- Next, insert an ID card into the access configurator.
|
||||
- Set the access requirements of the connected device. What requirements can be added or removed will depend upon the access privileges of the inserted ID card.
|
||||
- Any changes made will be applied immediately - simply eject the ID card from the access configurator and close the UI when you are done.
|
||||
|
||||
## Restrictions on changing access
|
||||
As a safety precaution, the inserted ID must possess *all* of the access requirements that are currently active on the connected device in order to modify it.
|
||||
|
||||
For example, a device which can be access by both 'Science' and 'Medical' personnel can only by modified using an ID card that has access to both of these departments. The access configurator will warn the user if the inserted ID card does not have sufficient privileges to modify a device.
|
||||
|
||||
A device with no access requirements set, like a public access airlock, can be modified using any valid station ID card.
|
||||
|
||||
## Repairing damaged ID card readers
|
||||
Syndicate agents may attempt to hack access restricted devices through the use of a Cryptographic Sequencer (EMAG). This nefarious tool will completely short out any ID card readers that are attached to the device.
|
||||
|
||||
Crew members will need to partially de/reconstruct affected devices, and then set appropriate access permissions afterwards using the access configurator, to re-establish access restrictions.
|
||||
</Document>
|
||||
@@ -0,0 +1,76 @@
|
||||
<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 installed into airlocks to inconvenience any would be trespassers.
|
||||
|
||||
## Medium security airlocks
|
||||
The most basic form of intrusion deterrence is to install internal 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="steel sheet x2"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="Screwdriver" Caption="screwdriver"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="Welder" Caption="welder"/>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
To upgrade the 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 basic airlock to a high security airlock, you will require the following materials
|
||||
<Box HorizontalAlignment="Stretch">
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="SheetPlasteel" Caption="plasteel sheet x2"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="PartRodMetal" Caption="metal rod x2"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="Screwdriver" Caption="screwdriver"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="Welder" Caption="welder"/>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
To upgrade the basic 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="plasteel sheet x2"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="Screwdriver" Caption="screwdriver"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="Welder" Caption="welder"/>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
To upgrade the 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>
|
||||
Reference in New Issue
Block a user