Advanced Tools Technology (#16497)

Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
This commit is contained in:
lzk228
2023-05-19 10:07:59 +03:00
committed by GitHub
parent 0e22430e68
commit deb3c03712
4 changed files with 35 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ research-technology-rapid-construction = Rapid Construction
research-technology-shuttlecraft = Shuttlecraft
research-technology-ripley-aplu = Ripley APLU
research-technology-advanced-atmospherics = Advanced Atmospherics
research-technology-advanced-tools = Advanced Tools
research-technology-super-powercells = Super Powercells
research-technology-bluespace-storage = Bluespace Storage

View File

@@ -243,6 +243,8 @@
- ClothingBackpackHolding
- ClothingBackpackSatchelHolding
- ClothingBackpackDuffelHolding
- WelderIndustrialAdvanced
- JawsOfLife
- type: entity
parent: Protolathe

View File

@@ -184,3 +184,21 @@
materials:
Steel: 500
Plastic: 100
- type: latheRecipe
id: WelderIndustrialAdvanced
result: WelderIndustrialAdvanced
completetime: 6
materials:
Steel: 800
Plasma: 200
- type: latheRecipe
id: JawsOfLife
result: JawsOfLife
completetime: 6
materials:
Steel: 1000
Glass: 500
Plasma: 300
Gold: 50

View File

@@ -10,7 +10,6 @@
tier: 1
cost: 7500
recipeUnlocks:
- PowerDrill #todo remove this once we have advanced tools
- MiningDrill
- OreProcessorMachineCircuitboard
@@ -160,6 +159,20 @@
technologyPrerequisites:
- AdvancedPowercells
- type: technology
id: AdvancedToolsTechnology
name: research-technology-advanced-tools
icon:
sprite: Objects/Tools/welder_experimental.rsi
state: icon
discipline: Industrial
tier: 2
cost: 10000
recipeUnlocks:
- WelderIndustrialAdvanced
- PowerDrill
- JawsOfLife
# Tier 3
- type: technology