Computers now spawn with circuit boards, add arcade circuitboards.
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
type: SpaceVillainArcadeBoundUserInterface
|
||||
- key: enum.WiresUiKey.Key
|
||||
type: WiresBoundUserInterface
|
||||
- type: Computer
|
||||
board: SpaceVillainArcadeComputerCircuitboard
|
||||
|
||||
- type: entity
|
||||
id: BlockGameArcade
|
||||
@@ -69,3 +71,5 @@
|
||||
type: BlockGameBoundUserInterface
|
||||
- key: enum.WiresUiKey.Key
|
||||
type: WiresBoundUserInterface
|
||||
- type: Computer
|
||||
board: BlockGameArcadeComputerCircuitboard
|
||||
|
||||
@@ -168,6 +168,8 @@
|
||||
interfaces:
|
||||
- key: enum.CargoConsoleUiKey.Key
|
||||
type: CargoConsoleBoundUserInterface
|
||||
- type: Computer
|
||||
board: SupplyComputerCircuitboard
|
||||
|
||||
- type: entity
|
||||
id: ComputerSupplyRequest
|
||||
@@ -182,6 +184,8 @@
|
||||
screen: request
|
||||
- type: CargoConsole
|
||||
requestOnly: true
|
||||
- type: Computer
|
||||
board: SupplyRequestComputerCircuitboard
|
||||
|
||||
- type: entity
|
||||
id: ComputerMedicalRecords
|
||||
@@ -219,6 +223,8 @@
|
||||
- type: PowerReceiver
|
||||
load: 200
|
||||
priority: Low
|
||||
- type: Computer
|
||||
board: ResearchComputerCircuitboard
|
||||
|
||||
- type: entity
|
||||
id: ComputerId
|
||||
@@ -238,6 +244,8 @@
|
||||
- type: ComputerVisualizer
|
||||
key: id_key
|
||||
screen: id
|
||||
- type: Computer
|
||||
board: IDComputerCircuitboard
|
||||
|
||||
- type: entity
|
||||
id: computerBodyScanner
|
||||
@@ -255,6 +263,8 @@
|
||||
- type: ComputerVisualizer
|
||||
key: generic_key
|
||||
screen: generic
|
||||
- type: Computer
|
||||
board: BodyScannerComputerCircuitboard
|
||||
|
||||
- type: entity
|
||||
id: ComputerComms
|
||||
@@ -272,6 +282,8 @@
|
||||
interfaces:
|
||||
- key: enum.CommunicationsConsoleUiKey.Key
|
||||
type: CommunicationsConsoleBoundUserInterface
|
||||
- type: Computer
|
||||
board: CommsComputerCircuitboard
|
||||
|
||||
- type: entity
|
||||
id: ComputerSolarControl
|
||||
@@ -289,3 +301,5 @@
|
||||
interfaces:
|
||||
- key: enum.SolarControlConsoleUiKey.Key
|
||||
type: SolarControlConsoleBoundUserInterface
|
||||
- type: Computer
|
||||
board: SolarControlComputerCircuitboard
|
||||
|
||||
@@ -64,3 +64,19 @@
|
||||
components:
|
||||
- type: ComputerBoard
|
||||
prototype: ComputerSolarControl
|
||||
|
||||
- type: entity
|
||||
id: SpaceVillainArcadeComputerCircuitboard
|
||||
parent: BaseComputerCircuitboard
|
||||
name: space villain arcade computer circuit board
|
||||
components:
|
||||
- type: ComputerBoard
|
||||
prototype: Arcade
|
||||
|
||||
- type: entity
|
||||
id: BlockGameArcadeComputerCircuitboard
|
||||
parent: BaseComputerCircuitboard
|
||||
name: block game arcade computer circuit board
|
||||
components:
|
||||
- type: ComputerBoard
|
||||
prototype: BlockGameArcade
|
||||
|
||||
Reference in New Issue
Block a user