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 - type: Tool
qualities: qualities:
- Prying - Prying
speed: 1.5
- type: MultipleTool - type: MultipleTool
statusShowBehavior: true statusShowBehavior: true
entries: entries:

View File

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

View File

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

View File

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

View File

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