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:
@@ -244,6 +244,21 @@
|
||||
- SheetRGlass
|
||||
- SheetGlass1
|
||||
|
||||
# Avionics Circuitry Technology Tree
|
||||
|
||||
- type: technology
|
||||
name: "avionics systems"
|
||||
id: AvionicsSystems
|
||||
description: The latest in fly-by-LV-wire technology
|
||||
icon:
|
||||
sprite: Structures/Machines/computers.rsi
|
||||
state: avionics-systems
|
||||
requiredPoints: 10000
|
||||
requiredTechnologies:
|
||||
- IndustrialEngineering
|
||||
unlockedRecipes:
|
||||
- ShuttleConsoleCircuitboard
|
||||
|
||||
# Electromagnetic Theory Technology Tree
|
||||
|
||||
- type: technology
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -150,3 +150,12 @@
|
||||
materials:
|
||||
Steel: 100
|
||||
Plastic: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: ShuttleConsoleCircuitboard
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
result: ShuttleConsoleCircuitboard
|
||||
completetime: 1000
|
||||
materials:
|
||||
Steel: 100
|
||||
Plastic: 100
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -2125,6 +2125,9 @@
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "avionics-systems"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user