From 3b47b15474ebb93076eaff818814da3f1c739b62 Mon Sep 17 00:00:00 2001 From: TheGrimbeeper Date: Thu, 3 Oct 2024 10:45:39 +1000 Subject: [PATCH 1/2] Added two new utility effects --- .../XenoArch/Effects/utility_effects.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Resources/Prototypes/XenoArch/Effects/utility_effects.yml b/Resources/Prototypes/XenoArch/Effects/utility_effects.yml index 8cf7fb0b360b97..bd4c486517ab92 100644 --- a/Resources/Prototypes/XenoArch/Effects/utility_effects.yml +++ b/Resources/Prototypes/XenoArch/Effects/utility_effects.yml @@ -254,3 +254,26 @@ - behavior: Pulsing changeSound: path: /Audio/Items/change_drill.ogg + +- type: artifactEffect + id: EffectAltar + targetDepth: 4 + effectHint: artifact-effect-hint-communication + blacklist: + components: + - Item + permanentComponents: + - type: Prayable + +- type: artifactEffect + id: EffectBed + targetDepth: 4 + effectHint: artifact-effect-hint-storage + blacklist: + components: + - Item + permanentComponents: + - type: Strap + position: Down + rotation: -90 + buckleOffset: "0,0.15" From b8502fa2756d93a38dbe2a68db5bb62101678eaf Mon Sep 17 00:00:00 2001 From: TheGrimbeeper Date: Thu, 3 Oct 2024 11:07:51 +1000 Subject: [PATCH 2/2] fixed indentation --- Resources/Prototypes/XenoArch/Effects/utility_effects.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/XenoArch/Effects/utility_effects.yml b/Resources/Prototypes/XenoArch/Effects/utility_effects.yml index bd4c486517ab92..e6a5fc5521c644 100644 --- a/Resources/Prototypes/XenoArch/Effects/utility_effects.yml +++ b/Resources/Prototypes/XenoArch/Effects/utility_effects.yml @@ -274,6 +274,5 @@ - Item permanentComponents: - type: Strap - position: Down - rotation: -90 - buckleOffset: "0,0.15" + position: Down + rotation: -90