Add diamond mining drills, buff regular mining drills (#30814)

* why do I have to change so much just to add drills

* diamon
This commit is contained in:
Alzore
2024-08-11 20:49:09 -05:00
committed by GitHub
parent dea9a637fb
commit bcd7085a3e
13 changed files with 161 additions and 94 deletions

View File

@@ -14,3 +14,23 @@
Steel: 1000
Glass: 500
# If they get spammed make it cost silver.
- type: latheRecipe
id: MiningDrill
result: MiningDrill
category: Tools
completetime: 3
materials:
Steel: 500
Plastic: 100
- type: latheRecipe
id: MiningDrillDiamond
result: MiningDrillDiamond
category: Tools
completetime: 3
materials:
Steel: 600
Plastic: 200
Silver: 200
Diamond: 100

View File

@@ -197,15 +197,6 @@
Glass: 50
Plastic: 50
- type: latheRecipe
id: MiningDrill
result: MiningDrill
category: Tools
completetime: 3
materials:
Steel: 500
Plastic: 100
- type: latheRecipe
id: WelderExperimental
result: WelderExperimental