advanced parts recipes (#11541)
This commit is contained in:
@@ -55,5 +55,8 @@ technologies-super-powercell-printing-description = Print super powercells.
|
|||||||
technologies-basic-parts-technology = Basic parts technology
|
technologies-basic-parts-technology = Basic parts technology
|
||||||
technologies-basic-parts-technology-description = They aren't great, but at least they're something.
|
technologies-basic-parts-technology-description = They aren't great, but at least they're something.
|
||||||
|
|
||||||
|
technologies-adv-parts-technology = Advanced parts technology
|
||||||
|
technologies-adv-parts-technology-description = Good for upgrading machines.
|
||||||
|
|
||||||
technologies-robotics-technology = Robotics technology
|
technologies-robotics-technology = Robotics technology
|
||||||
technologies-robotics-technology-description = Robot parts.
|
technologies-robotics-technology-description = Robot parts.
|
||||||
|
|||||||
@@ -422,6 +422,25 @@
|
|||||||
- LeftArmBorg
|
- LeftArmBorg
|
||||||
- RightArmBorg
|
- RightArmBorg
|
||||||
|
|
||||||
|
- type: technology
|
||||||
|
name: technologies-adv-parts-technology
|
||||||
|
id: AdvancedPartsTechnology
|
||||||
|
description: technologies-adv-parts-technology-description
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Misc/stock_parts.rsi
|
||||||
|
state: adv_capacitor
|
||||||
|
requiredPoints: 8000
|
||||||
|
requiredTechnologies:
|
||||||
|
- BasicPartsTechnology
|
||||||
|
- IndustrialEngineering
|
||||||
|
- PowerCellBasic
|
||||||
|
unlockedRecipes:
|
||||||
|
- AdvancedCapacitorStockPart
|
||||||
|
- AdvancedMatterBinStockPart
|
||||||
|
- HighPowerMicroLaserStockPart
|
||||||
|
- NanoManipulatorStockPart
|
||||||
|
- AdvancedScanningModuleStockPart
|
||||||
|
|
||||||
# Bluespace Theory Technology Tree
|
# Bluespace Theory Technology Tree
|
||||||
|
|
||||||
# - type: technology
|
# - type: technology
|
||||||
|
|||||||
@@ -194,6 +194,11 @@
|
|||||||
- MicroLaserStockPart
|
- MicroLaserStockPart
|
||||||
- MatterBinStockPart
|
- MatterBinStockPart
|
||||||
- CapacitorStockPart
|
- CapacitorStockPart
|
||||||
|
- AdvancedCapacitorStockPart
|
||||||
|
- AdvancedMatterBinStockPart
|
||||||
|
- HighPowerMicroLaserStockPart
|
||||||
|
- NanoManipulatorStockPart
|
||||||
|
- AdvancedScanningModuleStockPart
|
||||||
- FirelockElectronics
|
- FirelockElectronics
|
||||||
- DoorElectronics
|
- DoorElectronics
|
||||||
- APCElectronics
|
- APCElectronics
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#Rating 1
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: CapacitorStockPart
|
id: CapacitorStockPart
|
||||||
icon: Objects/Misc/stock_parts.rsi/capacitor.png
|
icon: Objects/Misc/stock_parts.rsi/capacitor.png
|
||||||
@@ -44,3 +45,56 @@
|
|||||||
Steel: 50
|
Steel: 50
|
||||||
Glass: 50
|
Glass: 50
|
||||||
Plastic: 50
|
Plastic: 50
|
||||||
|
|
||||||
|
#Rating 2
|
||||||
|
- type: latheRecipe
|
||||||
|
id: AdvancedCapacitorStockPart
|
||||||
|
icon: Objects/Misc/stock_parts.rsi/adv_capacitor.png
|
||||||
|
result: AdvancedCapacitorStockPart
|
||||||
|
completetime: 3
|
||||||
|
materials:
|
||||||
|
Steel: 150
|
||||||
|
Plastic: 100
|
||||||
|
Gold: 50
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: AdvancedMatterBinStockPart
|
||||||
|
icon: Objects/Misc/stock_parts.rsi/advanced_matter_bin.png
|
||||||
|
result: AdvancedMatterBinStockPart
|
||||||
|
completetime: 3
|
||||||
|
materials:
|
||||||
|
Steel: 150
|
||||||
|
Plastic: 150
|
||||||
|
Plasma: 50
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: HighPowerMicroLaserStockPart
|
||||||
|
icon: Objects/Misc/stock_parts.rsi/high_micro_laser.png
|
||||||
|
result: HighPowerMicroLaserStockPart
|
||||||
|
completetime: 3
|
||||||
|
materials:
|
||||||
|
Steel: 100
|
||||||
|
Glass: 150
|
||||||
|
Plastic: 150
|
||||||
|
Gold: 50
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: NanoManipulatorStockPart
|
||||||
|
icon: Objects/Misc/stock_parts.rsi/nano_mani.png
|
||||||
|
result: NanoManipulatorStockPart
|
||||||
|
completetime: 3
|
||||||
|
materials:
|
||||||
|
Steel: 150
|
||||||
|
Plastic: 200
|
||||||
|
Plasma: 50
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: AdvancedScanningModuleStockPart
|
||||||
|
icon: Objects/Misc/stock_parts.rsi/adv_scan_module_static.png
|
||||||
|
result: AdvancedScanningModuleStockPart
|
||||||
|
completetime: 3
|
||||||
|
materials:
|
||||||
|
Steel: 100
|
||||||
|
Glass: 150
|
||||||
|
Plastic: 150
|
||||||
|
Plasma: 50
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 428 B |
@@ -36,6 +36,9 @@
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "adv_scan_module_static"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "advanced_matter_bin",
|
"name": "advanced_matter_bin",
|
||||||
"delays": [
|
"delays": [
|
||||||
|
|||||||
Reference in New Issue
Block a user