Added IFF console boards (#14732)
* Added computers boards * Added boards to consoles
This commit is contained in:
@@ -286,3 +286,23 @@
|
||||
state: cpu_medical
|
||||
- type: ComputerBoard
|
||||
prototype: ComputerCloningConsole
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputerCircuitboard
|
||||
id: ComputerIFFCircuitboard
|
||||
name: IFF console board
|
||||
description: Allows you to control the IFF characteristics of this vessel.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: cpu_command
|
||||
- type: ComputerBoard
|
||||
prototype: ComputerIFF
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputerCircuitboard
|
||||
id: ComputerIFFSyndicateCircuitboard
|
||||
name: syndicate IFF console board
|
||||
description: Allows you to control the IFF and stealth characteristics of this vessel.
|
||||
components:
|
||||
- type: ComputerBoard
|
||||
prototype: ComputerIFFSyndicate
|
||||
|
||||
@@ -159,6 +159,8 @@
|
||||
interfaces:
|
||||
- key: enum.IFFConsoleUiKey.Key
|
||||
type: IFFConsoleBoundUserInterface
|
||||
- type: Computer
|
||||
board: ComputerIFFCircuitboard
|
||||
|
||||
- type: entity
|
||||
parent: ComputerIFF
|
||||
@@ -177,6 +179,8 @@
|
||||
interfaces:
|
||||
- key: enum.IFFConsoleUiKey.Key
|
||||
type: IFFConsoleBoundUserInterface
|
||||
- type: Computer
|
||||
board: ComputerIFFSyndicateCircuitboard
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputer
|
||||
@@ -820,4 +824,4 @@
|
||||
- type: PointLight
|
||||
radius: 1.5
|
||||
energy: 1.6
|
||||
color: "#b89f25"
|
||||
color: "#b89f25"
|
||||
|
||||
Reference in New Issue
Block a user