Adds speed modifiers to power tools and tiny tools (#6291)
* adds speed modifiers to power tools and tiny tools * Makes metal crate deconstruction take welder * changed tool speeds to 1.5x * removed speed boost on experimental welder
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
- type: Tool
|
||||
qualities:
|
||||
- Prying
|
||||
speed: 1.5
|
||||
- type: MultipleTool
|
||||
statusShowBehavior: true
|
||||
entries:
|
||||
|
||||
@@ -198,6 +198,7 @@
|
||||
- type: Tool
|
||||
qualities:
|
||||
- Screwing
|
||||
speed: 1.5
|
||||
- type: MultipleTool
|
||||
statusShowBehavior: true
|
||||
entries:
|
||||
|
||||
@@ -90,6 +90,11 @@
|
||||
- ReagentId: WeldingFuel
|
||||
Quantity: 25
|
||||
maxVol: 25
|
||||
- type: Tool
|
||||
useSound:
|
||||
collection: Welder
|
||||
qualities: Welding
|
||||
speed: 0.7
|
||||
- type: PointLight
|
||||
enabled: false
|
||||
radius: 1.0
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Screwing
|
||||
- tool: Welding
|
||||
doAfter: 5
|
||||
conditions:
|
||||
- !type:StorageWelded
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Screwing
|
||||
- tool: Welding
|
||||
doAfter: 5
|
||||
conditions:
|
||||
- !type:StorageWelded
|
||||
|
||||
Reference in New Issue
Block a user