Power Monitoring Console (#7849)
This commit is contained in:
@@ -66,6 +66,14 @@
|
||||
- type: ComputerBoard
|
||||
prototype: ComputerSupplyRequest
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputerCircuitboard
|
||||
id: PowerMonitoringComputerCircuitboard
|
||||
name: power monitoring computer board
|
||||
components:
|
||||
- type: ComputerBoard
|
||||
prototype: ComputerPowerMonitoring
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputerCircuitboard
|
||||
id: ResearchComputerCircuitboard
|
||||
|
||||
@@ -75,6 +75,19 @@
|
||||
color: "#c9c042"
|
||||
- type: Computer
|
||||
board: PowerComputerCircuitboard
|
||||
- type: PowerMonitoringConsole
|
||||
- type: NodeContainer
|
||||
examinable: true
|
||||
nodes:
|
||||
hv:
|
||||
!type:CableDeviceNode
|
||||
nodeGroupID: HVPower
|
||||
- type: ActivatableUI
|
||||
key: enum.PowerMonitoringConsoleUiKey.Key
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.PowerMonitoringConsoleUiKey.Key
|
||||
type: PowerMonitoringConsoleBoundUserInterface
|
||||
|
||||
- type: entity
|
||||
parent: ComputerBase
|
||||
|
||||
Reference in New Issue
Block a user