* Revert "Remove handheld crew monitor (#24761)"
This reverts commit bbc6d29d21.
# Conflicts:
# Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml
# Resources/Prototypes/Entities/Structures/Machines/lathe.yml
# Resources/Prototypes/Research/biochemical.yml
# Resources/migration.yml
* changes
* zeweh
* dergs
This commit is contained in:
@@ -187,6 +187,7 @@
|
||||
- id: ClothingHeadHatBeretCmo
|
||||
- id: ClothingOuterHardsuitMedical
|
||||
- id: Hypospray
|
||||
- id: HandheldCrewMonitor
|
||||
- id: DoorRemoteMedical
|
||||
- id: RubberStampCMO
|
||||
- id: MedicalTechFabCircuitboard
|
||||
@@ -206,6 +207,7 @@
|
||||
- id: ClothingBackpackDuffelSurgeryFilled
|
||||
- id: ClothingMaskSterile
|
||||
- id: Hypospray
|
||||
- id: HandheldCrewMonitor
|
||||
- id: DoorRemoteMedical
|
||||
- id: RubberStampCMO
|
||||
- id: MedicalTechFabCircuitboard
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
- type: entity
|
||||
name: handheld crew monitor
|
||||
parent:
|
||||
- BaseItem
|
||||
- PowerCellSlotSmallItem
|
||||
# CMO-only bud, don't add more.
|
||||
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: PowerCellDraw
|
||||
drawRate: 0
|
||||
useRate: 20
|
||||
- type: ActivatableUIRequiresPowerCell
|
||||
- type: ActivatableUI
|
||||
key: enum.CrewMonitoringUIKey.Key
|
||||
closeOnHandDeselect: false
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.CrewMonitoringUIKey.Key
|
||||
type: CrewMonitoringBoundUserInterface
|
||||
- type: CrewMonitoringConsole
|
||||
- type: DeviceNetwork
|
||||
deviceNetId: Wireless
|
||||
receiveFrequencyId: CrewMonitor
|
||||
- type: WirelessNetworkConnection
|
||||
range: 500
|
||||
- type: StationLimitedNetwork
|
||||
- type: StaticPrice
|
||||
price: 500
|
||||
|
||||
- type: entity
|
||||
id: HandheldCrewMonitorEmpty
|
||||
parent: HandheldCrewMonitor
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
cell_slot:
|
||||
name: power-cell-slot-component-slot-name-default
|
||||
Reference in New Issue
Block a user