From 60d4366ed45db82e3a5c7d434c73264e79f97b62 Mon Sep 17 00:00:00 2001 From: gogenych Date: Wed, 16 Jul 2025 05:51:57 +0300 Subject: [PATCH] new glow portal frame (#1533) --- .../Structures/Specific/Demiplanes/round_end.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Specific/Demiplanes/round_end.yml b/Resources/Prototypes/_CP14/Entities/Structures/Specific/Demiplanes/round_end.yml index 47d5ebdee3..e11058426b 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Specific/Demiplanes/round_end.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Specific/Demiplanes/round_end.yml @@ -103,6 +103,17 @@ - type: CP14MagicEnergyExaminable - type: CP14MagicEnergyPortRelay +- type: entity + id: CP14PortalFrameCrystalLight + categories: [ ForkFiltered ] + parent: CP14PortalFrameCrystal + suffix: Glow + components: + - type: PointLight + color: "#9c34e6" + energy: 2.5 + radius: 8 + - type: entity id: CP14DemiplaneCore categories: [ ForkFiltered ]