Add CentComm Comms Console + Change admin announcement color (#35248)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Objects/Misc/module.rsi/cpu_centcomm.png
Normal file
BIN
Resources/Textures/Objects/Misc/module.rsi/cpu_centcomm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
@@ -139,6 +139,9 @@
|
||||
{
|
||||
"name": "cpu_wizard"
|
||||
},
|
||||
{
|
||||
"name": "cpu_centcomm"
|
||||
},
|
||||
{
|
||||
"name": "cpuboard"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user