- type: SolarControlConsole # look ma i AM the computer!
- type: CommunicationsConsole
title: comms-console-announcement-title-centcom
- color: "#228b22"
+ color: "#488c40"
+ delay: 10
+ initialDelay: 0
+ global: true
- type: RadarConsole
followEntity: true
- type: CargoOrderConsole
- type: ComputerBoard
prototype: WizardComputerComms
+- type: entity
+ parent: [ BaseComputerCircuitboard, BaseCentcommContraband ]
+ id: CentcommCommsComputerCircuitboard
+ name: central command communications computer board
+ description: A computer printed circuit board for a central command communications console.
+ components:
+ - type: Sprite
+ state: cpu_centcomm
+ - type: ComputerBoard
+ prototype: CentcommComputerComms
+
- type: entity
parent: BaseComputerCircuitboard
id: RadarConsoleCircuitboard
energy: 1.6
color: "#F317F3"
+- type: entity
+ parent: ComputerComms
+ id: CentcommComputerComms
+ name: central command communications computer
+ description: A computer used to make world wide announcements via keyboard. The superior cousin of the regular communications computer.
+ components:
+ - type: Sprite
+ layers:
+ - map: ["computerLayerBody"]
+ state: computer
+ - map: ["computerLayerKeyboard"]
+ state: generic_keyboard
+ - map: ["computerLayerScreen"]
+ state: comm_logs
+ - map: ["computerLayerKeys"]
+ state: generic_keys
+ - map: [ "enum.WiresVisualLayers.MaintenancePanel" ]
+ state: generic_panel_open
+ - type: AccessReader
+ access: [[ "CentralCommand" ]]
+ - type: CommunicationsConsole
+ title: comms-console-announcement-title-centcom
+ color: "#488c40"
+ canShuttle: false
+ global: true
+ - type: Computer
+ board: CentcommCommsComputerCircuitboard
+ - type: PointLight
+ radius: 1.5
+ energy: 1.6
+ color: "#00FF00"
+
- type: entity
parent: BaseComputerAiAccess
id: ComputerSolarControl