Added Basic Parts Technology (#4440)
* Added parts Technology * is something they're something bad grammar * Update Parts.yml * Update technologies.yml Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com> Co-authored-by: Swept <sweptwastaken@protonmail.com>
This commit is contained in:
@@ -244,6 +244,25 @@
|
||||
- CloningPodMachineCircuitboard
|
||||
- MedicalScannerMachineCircuitboard
|
||||
|
||||
# Basic Parts Technology Tree
|
||||
|
||||
- type: technology
|
||||
name: "Basic Parts Technology"
|
||||
id: BasicPartsTechnology
|
||||
description: They aren't great, but at least they're something.
|
||||
icon:
|
||||
sprite: Objects/Misc/stock_parts.rsi
|
||||
state: micro_mani
|
||||
requiredPoints: 3000
|
||||
requiredTechnologies:
|
||||
- BasicResearch
|
||||
unlockedRecipes:
|
||||
- CapacitorStockPart
|
||||
- MatterBinStockPart
|
||||
- MicroLaserStockPart
|
||||
- MicroManipulatorStockPart
|
||||
- ScanningModuleStockPart
|
||||
|
||||
# Bluespace Theory Technology Tree
|
||||
|
||||
# - type: technology
|
||||
|
||||
@@ -164,6 +164,11 @@
|
||||
- CartridgeLRifleBase
|
||||
- CartridgeMagnumBase
|
||||
- FirelockElectronics
|
||||
- MicroManipulatorStockPart
|
||||
- ScanningModuleStockPart
|
||||
- MicroLaserStockPart
|
||||
- MatterBinStockPart
|
||||
- CapacitorStockPart
|
||||
- DoorElectronics
|
||||
- APCElectronics
|
||||
- CloningPodMachineCircuitboard
|
||||
|
||||
44
Resources/Prototypes/Recipes/Lathes/Parts.yml
Normal file
44
Resources/Prototypes/Recipes/Lathes/Parts.yml
Normal file
@@ -0,0 +1,44 @@
|
||||
- type: latheRecipe
|
||||
id: CapacitorStockPart
|
||||
icon: Objects/Misc/stock_parts.rsi/capacitor.png
|
||||
result: CapacitorStockPart
|
||||
completetime: 250
|
||||
materials:
|
||||
Steel: 50
|
||||
Glass: 50
|
||||
|
||||
- type: latheRecipe
|
||||
id: MatterBinStockPart
|
||||
icon: Objects/Misc/stock_parts.rsi/matter_bin.png
|
||||
result: MatterBinStockPart
|
||||
completetime: 250
|
||||
materials:
|
||||
Steel: 50
|
||||
Glass: 50
|
||||
|
||||
- type: latheRecipe
|
||||
id: MicroLaserStockPart
|
||||
icon: Objects/Misc/stock_parts.rsi/micro_laser.png
|
||||
result: MicroLaserStockPart
|
||||
completetime: 250
|
||||
materials:
|
||||
Steel: 50
|
||||
Glass: 50
|
||||
|
||||
- type: latheRecipe
|
||||
id: MicroManipulatorStockPart
|
||||
icon: Objects/Misc/stock_parts.rsi/micro_mani.png
|
||||
result: MicroManipulatorStockPart
|
||||
completetime: 250
|
||||
materials:
|
||||
Steel: 50
|
||||
Glass: 50
|
||||
|
||||
- type: latheRecipe
|
||||
id: ScanningModuleStockPart
|
||||
icon: Objects/Misc/stock_parts.rsi/scan_module_static.png
|
||||
result: ScanningModuleStockPart
|
||||
completetime: 250
|
||||
materials:
|
||||
Steel: 50
|
||||
Glass: 50
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 327 B |
Reference in New Issue
Block a user