Nerf airlock deconstruction (#6343)

This commit is contained in:
metalgearsloth
2022-02-07 14:06:11 +11:00
committed by GitHub
parent 9724cda65e
commit 7728b907c5
5 changed files with 17 additions and 10 deletions

View File

@@ -22,6 +22,7 @@
- MobImpassable
- VaultImpassable
- type: Anchorable
delay: 2
- type: Pullable
- type: Transform
anchored: true

View File

@@ -5,6 +5,7 @@
components:
- type: InteractionOutline
- type: Anchorable
delay: 2
- type: Physics
bodyType: Static
- type: Fixtures

View File

@@ -27,7 +27,7 @@
steps:
- material: Cable
amount: 5
doAfter: 1
doAfter: 2.5
- to: start
conditions:
- !type:EntityAnchored
@@ -39,7 +39,7 @@
- !type:DeleteEntity {}
steps:
- tool: Welding
doAfter: 2
doAfter: 3
- node: wired
entity: AirlockAssembly
@@ -54,7 +54,7 @@
icon:
sprite: "Objects/Misc/module.rsi"
state: "door_electronics"
doAfter: 1
doAfter: 3
- to: assembly
completed:
- !type:SpawnPrototype
@@ -62,7 +62,7 @@
amount: 5
steps:
- tool: Cutting
doAfter: 1
doAfter: 2.5
- node: electronics
edges:
@@ -71,7 +71,7 @@
- !type:EntityAnchored {}
steps:
- tool: Screwing
doAfter: 2
doAfter: 2.5
- node: airlock
entity: Airlock
@@ -89,7 +89,7 @@
- !type:EmptyAllContainers {}
steps:
- tool: Prying
doAfter: 1
doAfter: 5
- to: wired # TODO ShadowCommander: Remove when board spawning is implemented in ServerDoorComponent.cs. Needs a map update.
conditions:
- !type:EntityAnchored {}
@@ -104,4 +104,4 @@
prototype: DoorElectronics
steps:
- tool: Prying
doAfter: 1
doAfter: 5