Added IFF console boards (#14732)

* Added computers boards

* Added boards to consoles
This commit is contained in:
778b
2023-03-19 04:55:53 +04:00
committed by GitHub
parent 3af2e60817
commit fff00dd25f
2 changed files with 25 additions and 1 deletions

View File

@@ -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

View File

@@ -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"