Added IFF console boards (#14732)
* Added computers boards * Added boards to consoles
This commit is contained in:
@@ -286,3 +286,23 @@
|
|||||||
state: cpu_medical
|
state: cpu_medical
|
||||||
- type: ComputerBoard
|
- type: ComputerBoard
|
||||||
prototype: ComputerCloningConsole
|
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:
|
interfaces:
|
||||||
- key: enum.IFFConsoleUiKey.Key
|
- key: enum.IFFConsoleUiKey.Key
|
||||||
type: IFFConsoleBoundUserInterface
|
type: IFFConsoleBoundUserInterface
|
||||||
|
- type: Computer
|
||||||
|
board: ComputerIFFCircuitboard
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ComputerIFF
|
parent: ComputerIFF
|
||||||
@@ -177,6 +179,8 @@
|
|||||||
interfaces:
|
interfaces:
|
||||||
- key: enum.IFFConsoleUiKey.Key
|
- key: enum.IFFConsoleUiKey.Key
|
||||||
type: IFFConsoleBoundUserInterface
|
type: IFFConsoleBoundUserInterface
|
||||||
|
- type: Computer
|
||||||
|
board: ComputerIFFSyndicateCircuitboard
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseComputer
|
parent: BaseComputer
|
||||||
|
|||||||
Reference in New Issue
Block a user