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
|
- SheetRGlass
|
||||||
- SheetGlass1
|
- 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
|
# Electromagnetic Theory Technology Tree
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# TODO: Add descriptions (10)
|
# TODO: Add descriptions (10)
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
@@ -99,3 +99,19 @@
|
|||||||
components:
|
components:
|
||||||
- type: ComputerBoard
|
- type: ComputerBoard
|
||||||
prototype: ParticleAcceleratorControlBoxUnfinished
|
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
|
- type: ComputerVisualizer
|
||||||
key: generic_key
|
key: generic_key
|
||||||
screen: shuttle
|
screen: shuttle
|
||||||
|
- type: Computer
|
||||||
|
board: ShuttleConsoleCircuitboard
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ComputerShuttleBase
|
parent: ComputerShuttleBase
|
||||||
|
|||||||
@@ -188,6 +188,7 @@
|
|||||||
- ProtolatheMachineCircuitboard
|
- ProtolatheMachineCircuitboard
|
||||||
- KitchenReagentGrinderMachineCircuitboard
|
- KitchenReagentGrinderMachineCircuitboard
|
||||||
- CrewMonitoringComputerCircuitboard
|
- CrewMonitoringComputerCircuitboard
|
||||||
|
- ShuttleConsoleCircuitboard
|
||||||
- Bucket
|
- Bucket
|
||||||
- MopItem
|
- MopItem
|
||||||
- SprayBottle
|
- SprayBottle
|
||||||
|
|||||||
@@ -150,3 +150,12 @@
|
|||||||
materials:
|
materials:
|
||||||
Steel: 100
|
Steel: 100
|
||||||
Plastic: 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
|
1
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "avionics-systems"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user