From c41a5c25d2d55d57b3c553ba0b9d8c0503ba2f6e Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Wed, 26 Jan 2022 04:12:20 +0000 Subject: [PATCH] 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 --- Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml | 1 + Resources/Prototypes/Entities/Objects/Tools/tools.yml | 1 + Resources/Prototypes/Entities/Objects/Tools/welders.yml | 5 +++++ .../Recipes/Crafting/Graphs/storage/crategenericsteel.yml | 2 +- .../Recipes/Crafting/Graphs/storage/cratesecure.yml | 2 +- 5 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml b/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml index 1f9f9a9854..9d61b5de1a 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml @@ -20,6 +20,7 @@ - type: Tool qualities: - Prying + speed: 1.5 - type: MultipleTool statusShowBehavior: true entries: diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index 4638e9b2dd..9822302ed4 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -198,6 +198,7 @@ - type: Tool qualities: - Screwing + speed: 1.5 - type: MultipleTool statusShowBehavior: true entries: diff --git a/Resources/Prototypes/Entities/Objects/Tools/welders.yml b/Resources/Prototypes/Entities/Objects/Tools/welders.yml index 089090b418..31fac717b7 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/welders.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/welders.yml @@ -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 diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/crategenericsteel.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/crategenericsteel.yml index 689382908a..901e6c9063 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/crategenericsteel.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/crategenericsteel.yml @@ -16,7 +16,7 @@ edges: - to: start steps: - - tool: Screwing + - tool: Welding doAfter: 5 conditions: - !type:StorageWelded diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml index 0ac6888f17..b194ea550f 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml @@ -16,7 +16,7 @@ edges: - to: start steps: - - tool: Screwing + - tool: Welding doAfter: 5 conditions: - !type:StorageWelded