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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user