Add handheld crew monitor (#6404)
Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
@@ -123,27 +123,18 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: MedkitFilled
|
- id: MedkitFilled
|
||||||
prob: 1
|
|
||||||
- id: ClothingHandsGlovesLatex
|
- id: ClothingHandsGlovesLatex
|
||||||
prob: 1
|
|
||||||
#- name: ClothingEyesHudMedical #Removed until working properly
|
#- name: ClothingEyesHudMedical #Removed until working properly
|
||||||
# prob: 1
|
# prob: 1
|
||||||
- id: ClothingHeadsetAltMedical
|
- id: ClothingHeadsetAltMedical
|
||||||
prob: 1
|
|
||||||
- id: ClothingCloakCmo
|
- id: ClothingCloakCmo
|
||||||
prob: 1
|
|
||||||
- id: ClothingBackpackDuffelSurgeryFilled
|
- id: ClothingBackpackDuffelSurgeryFilled
|
||||||
prob: 1
|
|
||||||
- id: ClothingOuterCoatLabCmo
|
- id: ClothingOuterCoatLabCmo
|
||||||
prob: 1
|
|
||||||
- id: ClothingMaskSterile
|
- id: ClothingMaskSterile
|
||||||
prob: 1
|
|
||||||
- id: ClothingHeadHelmetHardsuitMedical
|
- id: ClothingHeadHelmetHardsuitMedical
|
||||||
prob: 1
|
|
||||||
- id: ClothingOuterHardsuitMedical
|
- id: ClothingOuterHardsuitMedical
|
||||||
prob: 1
|
|
||||||
- id: Hypospray
|
- id: Hypospray
|
||||||
prob: 1
|
- id: HandheldCrewMonitor
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerResearchDirectorFilled
|
id: LockerResearchDirectorFilled
|
||||||
|
|||||||
@@ -116,6 +116,7 @@
|
|||||||
- ChemMasterMachineCircuitboard
|
- ChemMasterMachineCircuitboard
|
||||||
- ChemDispenserMachineCircuitboard
|
- ChemDispenserMachineCircuitboard
|
||||||
- CrewMonitoringComputerCircuitboard
|
- CrewMonitoringComputerCircuitboard
|
||||||
|
- HandheldCrewMonitor
|
||||||
|
|
||||||
# Security Technology Tree
|
# 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
|
- HydroponicsToolScythe
|
||||||
- HydroponicsToolHatchet
|
- HydroponicsToolHatchet
|
||||||
- Shovel
|
- Shovel
|
||||||
|
- HandheldCrewMonitor
|
||||||
- Scalpel
|
- Scalpel
|
||||||
- Retractor
|
- Retractor
|
||||||
- Cautery
|
- Cautery
|
||||||
|
|||||||
@@ -62,3 +62,13 @@
|
|||||||
completetime: 300
|
completetime: 300
|
||||||
materials:
|
materials:
|
||||||
Plastic: 200
|
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