Shuttle console construction (#6010)
Co-authored-by: Starm4ncer <63939723+Starm4ncer@users.noreply.github.com> Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# TODO: Add descriptions (10)
|
||||
# TODO: Add descriptions (10)
|
||||
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
@@ -99,3 +99,19 @@
|
||||
components:
|
||||
- type: ComputerBoard
|
||||
prototype: ParticleAcceleratorControlBoxUnfinished
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputerCircuitboard
|
||||
id: ShuttleConsoleCircuitboard
|
||||
name: Shuttle Console Board
|
||||
components:
|
||||
- type: ComputerBoard
|
||||
prototype: ComputerShuttle
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputerCircuitboard
|
||||
id: SyndicateShuttleConsoleCircuitboard
|
||||
name: syndicate shuttle console board
|
||||
components:
|
||||
- type: ComputerBoard
|
||||
prototype: ComputerShuttleSyndie
|
||||
|
||||
@@ -39,6 +39,8 @@
|
||||
- type: ComputerVisualizer
|
||||
key: generic_key
|
||||
screen: shuttle
|
||||
- type: Computer
|
||||
board: ShuttleConsoleCircuitboard
|
||||
|
||||
- type: entity
|
||||
parent: ComputerShuttleBase
|
||||
|
||||
@@ -188,6 +188,7 @@
|
||||
- ProtolatheMachineCircuitboard
|
||||
- KitchenReagentGrinderMachineCircuitboard
|
||||
- CrewMonitoringComputerCircuitboard
|
||||
- ShuttleConsoleCircuitboard
|
||||
- Bucket
|
||||
- MopItem
|
||||
- SprayBottle
|
||||
|
||||
Reference in New Issue
Block a user