Communications Console: The ECSining (#8374)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Veritius
2022-06-03 21:37:35 +10:00
committed by GitHub
parent c6d20e6ccf
commit 237cb3d0b4
33 changed files with 608 additions and 249 deletions

View File

@@ -97,6 +97,8 @@
event: !type:ToggleIntrinsicUIEvent
- type: SolarControlConsole # look ma i AM the computer!
- type: CommunicationsConsole
title: communicationsconsole-announcement-title-centcom
color: "#228b22"
- type: RadarConsole
- type: CargoConsole
- type: CargoOrderDatabase

View File

@@ -146,6 +146,15 @@
- type: ComputerBoard
prototype: ComputerComms
- type: entity
parent: BaseComputerCircuitboard
id: SyndicateCommsComputerCircuitboard
name: syndicate communications computer board
description: A computer printed circuit board for a syndicate communications console
components:
- type: ComputerBoard
prototype: SyndicateComputerComms
- type: entity
parent: BaseComputerCircuitboard
id: RadarConsoleCircuitboard

View File

@@ -278,7 +278,10 @@
- type: ComputerVisualizer
key: generic_key
screen: comm
- type: AccessReader
access: [[ "Command" ]]
- type: CommunicationsConsole
title: comms-console-announcement-title-station
- type: ActivatableUI
key: enum.CommunicationsConsoleUiKey.Key
- type: ActivatableUIRequiresPower
@@ -293,6 +296,31 @@
energy: 1.6
color: "#3c5eb5"
- type: entity
parent: ComputerComms
id: SyndicateComputerComms
name: syndicate communications computer
description: This can be used for various important functions. Still under development.
components:
- type: Appearance
visuals:
- type: ComputerVisualizer
key: syndie_key
screen: comm_syndie
- type: AccessReader
access: [[ "NuclearOperative" ]]
- type: CommunicationsConsole
title: comms-console-announcement-title-nukie
color: "#ff0000"
canShuttle: false
global: true #announce to everyone they're about to fuck shit up
- type: Computer
board: SyndicateCommsComputerCircuitboard
- type: PointLight
radius: 1.5
energy: 1.6
color: "#f71713"
- type: entity
parent: ComputerBase
id: ComputerSolarControl