Increase all welding times 5x in wall deconstruction (#7497)
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
steps:
|
steps:
|
||||||
- material: Steel
|
- material: Steel
|
||||||
amount: 2
|
amount: 2
|
||||||
|
doAfter: 2
|
||||||
|
|
||||||
- to: reinforcedGirder
|
- to: reinforcedGirder
|
||||||
completed:
|
completed:
|
||||||
@@ -53,6 +54,7 @@
|
|||||||
steps:
|
steps:
|
||||||
- material: Plasteel
|
- material: Plasteel
|
||||||
amount: 2
|
amount: 2
|
||||||
|
doAfter: 1
|
||||||
|
|
||||||
- node: wall
|
- node: wall
|
||||||
entity: WallSolid
|
entity: WallSolid
|
||||||
@@ -64,7 +66,7 @@
|
|||||||
amount: 2
|
amount: 2
|
||||||
steps:
|
steps:
|
||||||
- tool: Welding
|
- tool: Welding
|
||||||
doAfter: 2
|
doAfter: 10
|
||||||
|
|
||||||
- node: reinforcedGirder
|
- node: reinforcedGirder
|
||||||
actions:
|
actions:
|
||||||
@@ -92,7 +94,7 @@
|
|||||||
- !type:EntityAnchored { }
|
- !type:EntityAnchored { }
|
||||||
steps:
|
steps:
|
||||||
- tool: Welding
|
- tool: Welding
|
||||||
doAfter: 2
|
doAfter: 10
|
||||||
|
|
||||||
- node: reinforcedWall
|
- node: reinforcedWall
|
||||||
entity: WallReinforced
|
entity: WallReinforced
|
||||||
@@ -108,7 +110,7 @@
|
|||||||
- tool: Screwing
|
- tool: Screwing
|
||||||
doAfter: 1
|
doAfter: 1
|
||||||
- tool: Welding
|
- tool: Welding
|
||||||
doAfter: 1
|
doAfter: 5
|
||||||
completed:
|
completed:
|
||||||
- !type:VisualizerDataInt
|
- !type:VisualizerDataInt
|
||||||
key: "enum.ReinforcedWallVisuals.DeconstructionStage"
|
key: "enum.ReinforcedWallVisuals.DeconstructionStage"
|
||||||
@@ -122,7 +124,7 @@
|
|||||||
key: "enum.ReinforcedWallVisuals.DeconstructionStage"
|
key: "enum.ReinforcedWallVisuals.DeconstructionStage"
|
||||||
data: 3
|
data: 3
|
||||||
- tool: Welding
|
- tool: Welding
|
||||||
doAfter: 2
|
doAfter: 10
|
||||||
completed:
|
completed:
|
||||||
- !type:VisualizerDataInt
|
- !type:VisualizerDataInt
|
||||||
key: "enum.ReinforcedWallVisuals.DeconstructionStage"
|
key: "enum.ReinforcedWallVisuals.DeconstructionStage"
|
||||||
|
|||||||
Reference in New Issue
Block a user