Add CentComm Comms Console + Change admin announcement color (#35248)

This commit is contained in:
Myra
2025-02-18 10:04:37 +01:00
committed by GitHub
5 changed files with 50 additions and 1 deletions

View File

@@ -66,7 +66,10 @@
- type: SolarControlConsole # look ma i AM the computer!
- type: CommunicationsConsole
title: comms-console-announcement-title-centcom
color: "#228b22"
color: "#1d8bad"
delay: 10
initialDelay: 0
global: true
- type: RadarConsole
followEntity: true
- type: CargoOrderConsole

View File

@@ -298,6 +298,17 @@
- 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

View File

@@ -748,6 +748,38 @@
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: "#1d8bad"
canShuttle: false
global: true
- type: Computer
board: CentcommCommsComputerCircuitboard
- type: PointLight
radius: 1.5
energy: 1.6
color: "#00FF00"
- type: entity
parent: BaseComputerAiAccess
id: ComputerSolarControl

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@@ -139,6 +139,9 @@
{
"name": "cpu_wizard"
},
{
"name": "cpu_centcomm"
},
{
"name": "cpuboard"
},