From 1c7658c4c7642293aabab23977fc97ccce3e9fb5 Mon Sep 17 00:00:00 2001 From: Rane <60792108+Elijahrane@users.noreply.github.com> Date: Thu, 14 Apr 2022 03:41:30 -0400 Subject: [PATCH] Increase all welding times 5x in wall deconstruction (#7497) --- .../Recipes/Construction/Graphs/structures/girder.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml index fe64f13fa8..5db4348be1 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml @@ -43,6 +43,7 @@ steps: - material: Steel amount: 2 + doAfter: 2 - to: reinforcedGirder completed: @@ -53,6 +54,7 @@ steps: - material: Plasteel amount: 2 + doAfter: 1 - node: wall entity: WallSolid @@ -64,7 +66,7 @@ amount: 2 steps: - tool: Welding - doAfter: 2 + doAfter: 10 - node: reinforcedGirder actions: @@ -92,7 +94,7 @@ - !type:EntityAnchored { } steps: - tool: Welding - doAfter: 2 + doAfter: 10 - node: reinforcedWall entity: WallReinforced @@ -108,7 +110,7 @@ - tool: Screwing doAfter: 1 - tool: Welding - doAfter: 1 + doAfter: 5 completed: - !type:VisualizerDataInt key: "enum.ReinforcedWallVisuals.DeconstructionStage" @@ -122,7 +124,7 @@ key: "enum.ReinforcedWallVisuals.DeconstructionStage" data: 3 - tool: Welding - doAfter: 2 + doAfter: 10 completed: - !type:VisualizerDataInt key: "enum.ReinforcedWallVisuals.DeconstructionStage"