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
interfaces:
- key: enum.IFFConsoleUiKey.Key
type: IFFConsoleBoundUserInterface
+ - type: Computer
+ board: ComputerIFFCircuitboard
- type: entity
parent: ComputerIFF
interfaces:
- key: enum.IFFConsoleUiKey.Key
type: IFFConsoleBoundUserInterface
+ - type: Computer
+ board: ComputerIFFSyndicateCircuitboard
- type: entity
parent: BaseComputer
- type: PointLight
radius: 1.5
energy: 1.6
- color: "#b89f25"
\ No newline at end of file
+ color: "#b89f25"