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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user