Add handheld crew monitor (#6404)

Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
Fishfish458
2022-02-04 15:17:16 -06:00
committed by GitHub
parent 44d2f8066b
commit fe6d2768d2
8 changed files with 58 additions and 10 deletions

View File

@@ -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

View File

@@ -116,6 +116,7 @@
- ChemMasterMachineCircuitboard
- ChemDispenserMachineCircuitboard
- CrewMonitoringComputerCircuitboard
- HandheldCrewMonitor
# Security Technology Tree

View File

@@ -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

View File

@@ -147,6 +147,7 @@
- HydroponicsToolScythe
- HydroponicsToolHatchet
- Shovel
- HandheldCrewMonitor
- Scalpel
- Retractor
- Cautery

View File

@@ -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

View File

@@ -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