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
|
- type: Tool
|
||||||
qualities:
|
qualities:
|
||||||
- Prying
|
- Prying
|
||||||
|
speed: 1.5
|
||||||
- type: MultipleTool
|
- type: MultipleTool
|
||||||
statusShowBehavior: true
|
statusShowBehavior: true
|
||||||
entries:
|
entries:
|
||||||
|
|||||||
@@ -198,6 +198,7 @@
|
|||||||
- type: Tool
|
- type: Tool
|
||||||
qualities:
|
qualities:
|
||||||
- Screwing
|
- Screwing
|
||||||
|
speed: 1.5
|
||||||
- type: MultipleTool
|
- type: MultipleTool
|
||||||
statusShowBehavior: true
|
statusShowBehavior: true
|
||||||
entries:
|
entries:
|
||||||
|
|||||||
@@ -90,6 +90,11 @@
|
|||||||
- ReagentId: WeldingFuel
|
- ReagentId: WeldingFuel
|
||||||
Quantity: 25
|
Quantity: 25
|
||||||
maxVol: 25
|
maxVol: 25
|
||||||
|
- type: Tool
|
||||||
|
useSound:
|
||||||
|
collection: Welder
|
||||||
|
qualities: Welding
|
||||||
|
speed: 0.7
|
||||||
- type: PointLight
|
- type: PointLight
|
||||||
enabled: false
|
enabled: false
|
||||||
radius: 1.0
|
radius: 1.0
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
edges:
|
edges:
|
||||||
- to: start
|
- to: start
|
||||||
steps:
|
steps:
|
||||||
- tool: Screwing
|
- tool: Welding
|
||||||
doAfter: 5
|
doAfter: 5
|
||||||
conditions:
|
conditions:
|
||||||
- !type:StorageWelded
|
- !type:StorageWelded
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
edges:
|
edges:
|
||||||
- to: start
|
- to: start
|
||||||
steps:
|
steps:
|
||||||
- tool: Screwing
|
- tool: Welding
|
||||||
doAfter: 5
|
doAfter: 5
|
||||||
conditions:
|
conditions:
|
||||||
- !type:StorageWelded
|
- !type:StorageWelded
|
||||||
|
|||||||
Reference in New Issue
Block a user