Added the TechFabCircuitboards and made them spawn in the head's lockers (#8124)
This commit is contained in:
@@ -128,6 +128,7 @@
|
|||||||
- id: HandheldCrewMonitor
|
- id: HandheldCrewMonitor
|
||||||
- id: DoorRemoteMedical
|
- id: DoorRemoteMedical
|
||||||
- id: RubberStampCMO
|
- id: RubberStampCMO
|
||||||
|
- id: MedicalTechFabCircuitboard
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerResearchDirectorFilled
|
id: LockerResearchDirectorFilled
|
||||||
@@ -185,3 +186,4 @@
|
|||||||
- id: ClothingUniformJumpskirtHosFormal
|
- id: ClothingUniformJumpskirtHosFormal
|
||||||
- id: ClothingUniformJumpsuitHosFormal
|
- id: ClothingUniformJumpsuitHosFormal
|
||||||
- id: RubberStampHos
|
- id: RubberStampHos
|
||||||
|
- id: SecurityTechFabCircuitboard
|
||||||
|
|||||||
@@ -29,6 +29,40 @@
|
|||||||
DefaultPrototype: Beaker
|
DefaultPrototype: Beaker
|
||||||
ExamineName: Glass Beaker
|
ExamineName: Glass Beaker
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: SecurityTechFabCircuitboard
|
||||||
|
parent: BaseMachineCircuitboard
|
||||||
|
name: security techfab machine board
|
||||||
|
description: A machine printed circuit board for a security techfab
|
||||||
|
components:
|
||||||
|
- type: MachineBoard
|
||||||
|
prototype: SecurityTechFab
|
||||||
|
requirements:
|
||||||
|
MatterBin: 2
|
||||||
|
Manipulator: 2
|
||||||
|
tagRequirements:
|
||||||
|
GlassBeaker:
|
||||||
|
Amount: 2
|
||||||
|
DefaultPrototype: Beaker
|
||||||
|
ExamineName: Glass Beaker
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: MedicalTechFabCircuitboard
|
||||||
|
parent: BaseMachineCircuitboard
|
||||||
|
name: medical techfab machine board
|
||||||
|
description: A machine printed circuit board for a medical techfab
|
||||||
|
components:
|
||||||
|
- type: MachineBoard
|
||||||
|
prototype: MedicalTechFab
|
||||||
|
requirements:
|
||||||
|
MatterBin: 2
|
||||||
|
Manipulator: 2
|
||||||
|
tagRequirements:
|
||||||
|
GlassBeaker:
|
||||||
|
Amount: 2
|
||||||
|
DefaultPrototype: Beaker
|
||||||
|
ExamineName: Glass Beaker
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CircuitImprinterMachineCircuitboard
|
id: CircuitImprinterMachineCircuitboard
|
||||||
parent: BaseMachineCircuitboard
|
parent: BaseMachineCircuitboard
|
||||||
|
|||||||
@@ -328,6 +328,8 @@
|
|||||||
- TimerTrigger
|
- TimerTrigger
|
||||||
- Signaller
|
- Signaller
|
||||||
- SignalTrigger
|
- SignalTrigger
|
||||||
|
- type: Machine
|
||||||
|
board: SecurityTechFabCircuitboard
|
||||||
- type: Lathe
|
- type: Lathe
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
@@ -393,6 +395,8 @@
|
|||||||
- CableStack
|
- CableStack
|
||||||
- CableMVStack
|
- CableMVStack
|
||||||
- CableHVStack
|
- CableHVStack
|
||||||
|
- type: Machine
|
||||||
|
board: MedicalTechFabCircuitboard
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: Autolathe
|
parent: Autolathe
|
||||||
|
|||||||
Reference in New Issue
Block a user