From dfa59a4df68aed50809bad2ec32c966629f409a3 Mon Sep 17 00:00:00 2001 From: Gotimanga <127038462+Gotimanga@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:28:03 +0000 Subject: [PATCH] Small Artifact Fixes (#25416) * 20kw artifact fix * Change that hopefully doesn't completely break storage artifacts without me realising --- Resources/Prototypes/XenoArch/Effects/utility_effects.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Prototypes/XenoArch/Effects/utility_effects.yml b/Resources/Prototypes/XenoArch/Effects/utility_effects.yml index 9bcbfe4477..0fdaa5b956 100644 --- a/Resources/Prototypes/XenoArch/Effects/utility_effects.yml +++ b/Resources/Prototypes/XenoArch/Effects/utility_effects.yml @@ -47,6 +47,8 @@ components: - Item # it doesnt necessarily have to be restricted from structures, but i think it'll be better that way permanentComponents: + - type: Item + size: Huge - type: ContainerContainer containers: storagebase: !type:Container @@ -147,6 +149,12 @@ permanentComponents: - type: PowerSupplier supplyRate: 20000 + - type: NodeContainer + examinable: true + nodes: + output_hv: + !type:CableDeviceNode + nodeGroupID: HVPower - type: artifactEffect id: EffectBigIron -- 2.51.2