Add handheld crew monitor (#6404)
Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
@@ -123,27 +123,18 @@
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitFilled
|
||||
prob: 1
|
||||
- id: ClothingHandsGlovesLatex
|
||||
prob: 1
|
||||
#- name: ClothingEyesHudMedical #Removed until working properly
|
||||
# prob: 1
|
||||
- id: ClothingHeadsetAltMedical
|
||||
prob: 1
|
||||
- id: ClothingCloakCmo
|
||||
prob: 1
|
||||
- id: ClothingBackpackDuffelSurgeryFilled
|
||||
prob: 1
|
||||
- id: ClothingOuterCoatLabCmo
|
||||
prob: 1
|
||||
- id: ClothingMaskSterile
|
||||
prob: 1
|
||||
- id: ClothingHeadHelmetHardsuitMedical
|
||||
prob: 1
|
||||
- id: ClothingOuterHardsuitMedical
|
||||
prob: 1
|
||||
- id: Hypospray
|
||||
prob: 1
|
||||
- id: HandheldCrewMonitor
|
||||
|
||||
- type: entity
|
||||
id: LockerResearchDirectorFilled
|
||||
|
||||
@@ -116,6 +116,7 @@
|
||||
- ChemMasterMachineCircuitboard
|
||||
- ChemDispenserMachineCircuitboard
|
||||
- CrewMonitoringComputerCircuitboard
|
||||
- HandheldCrewMonitor
|
||||
|
||||
# Security Technology Tree
|
||||
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
- type: entity
|
||||
name: handheld crew monitor
|
||||
parent: BaseItem
|
||||
id: HandheldCrewMonitor
|
||||
description: A hand-held crew monitor displaying the status of suit sensors.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Medical/handheldcrewmonitor.rsi
|
||||
state: scanner
|
||||
- type: ActivatableUI
|
||||
key: enum.CrewMonitoringUIKey.Key
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.CrewMonitoringUIKey.Key
|
||||
type: CrewMonitoringBoundUserInterface
|
||||
- type: CrewMonitoringConsole
|
||||
- type: DeviceNetworkComponent
|
||||
deviceNetId: Wireless
|
||||
- type: WirelessNetworkConnection
|
||||
range: 500
|
||||
@@ -147,6 +147,7 @@
|
||||
- HydroponicsToolScythe
|
||||
- HydroponicsToolHatchet
|
||||
- Shovel
|
||||
- HandheldCrewMonitor
|
||||
- Scalpel
|
||||
- Retractor
|
||||
- Cautery
|
||||
|
||||
@@ -62,3 +62,13 @@
|
||||
completetime: 300
|
||||
materials:
|
||||
Plastic: 200
|
||||
|
||||
- type: latheRecipe
|
||||
id: HandheldCrewMonitor
|
||||
icon: Objects/Specific/Medical/handheldcrewmonitor.rsi/icon.png
|
||||
result: HandheldCrewMonitor
|
||||
completetime: 5000
|
||||
materials:
|
||||
Glass: 1200
|
||||
Steel: 1000
|
||||
Plastic: 1400
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/ab4abf318f293a701754656dd4e9261eb70f8824#diff-9ab5c8a5e47ab7cfaeadd859a23e32b05de1fe839e99ea767fd7e340b6385d67",
|
||||
"states": [
|
||||
{
|
||||
"name": "scanner",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
0.4,
|
||||
0.4
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "icon",
|
||||
"directions": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 621 B |
Reference in New Issue
Block a user