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:
Peptide90
2022-01-26 04:12:20 +00:00
committed by GitHub
parent 705dd5beff
commit c41a5c25d2
5 changed files with 9 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
- type: Tool
qualities:
- Prying
speed: 1.5
- type: MultipleTool
statusShowBehavior: true
entries:

View File

@@ -198,6 +198,7 @@
- type: Tool
qualities:
- Screwing
speed: 1.5
- type: MultipleTool
statusShowBehavior: true
entries:

View File

@@ -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

View File

@@ -16,7 +16,7 @@
edges:
- to: start
steps:
- tool: Screwing
- tool: Welding
doAfter: 5
conditions:
- !type:StorageWelded

View File

@@ -16,7 +16,7 @@
edges:
- to: start
steps:
- tool: Screwing
- tool: Welding
doAfter: 5
conditions:
- !type:StorageWelded