From 7af7a1092ee4d9276c2cffcde9fc5e3d3a8fd6de Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Thu, 13 Jan 2022 15:06:43 +0000 Subject: [PATCH] Added AME shielding deconstruction (#5796) --- .../Structures/Power/Generation/ame.yml | 3 +++ .../Graphs/utilities/ame_shielding.yml | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 Resources/Prototypes/Recipes/Construction/Graphs/utilities/ame_shielding.yml diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml index 4b73ef33c4..284f7af998 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml @@ -150,3 +150,6 @@ - type: Appearance visuals: - type: AMEVisualizer + - type: Construction + graph: ameShielding + node: ameShielding diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/ame_shielding.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/ame_shielding.yml new file mode 100644 index 0000000000..e99ff3149b --- /dev/null +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/ame_shielding.yml @@ -0,0 +1,18 @@ +- type: constructionGraph + id: ameShielding + start: start + graph: + - node: start + + - node: ameShielding + entity: AMEShielding + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: AMEPart + amount: 1 + - !type:DeleteEntity + steps: + - tool: Welding + doAfter: 3