From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:03:59 +0000 (-0600) Subject: Adds always powered variants of colored lights (#25185) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=95990c4c792a7636824e8e746c1491be48b66d39;p=space-station-14.git Adds always powered variants of colored lights (#25185) Co-authored-by: Jeff --- diff --git a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml index 1e7351b663..8dfe02137e 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml @@ -369,6 +369,17 @@ types: Heat: 5 +- type: entity + id: AlwaysPoweredlightCyan + suffix: Always Powered, Cyan + parent: AlwaysPoweredWallLight + components: + - type: PointLight + radius: 8 + energy: 3 + softness: 0.5 + color: "#47f8ff" + - type: entity id: PoweredlightBlue suffix: Blue @@ -380,6 +391,17 @@ types: Heat: 5 +- type: entity + id: AlwaysPoweredlightBlue + suffix: Always Powered, Blue + parent: AlwaysPoweredWallLight + components: + - type: PointLight + radius: 8 + energy: 3 + softness: 0.5 + color: "#39a1ff" + - type: entity id: PoweredlightPink suffix: Pink @@ -391,6 +413,17 @@ types: Heat: 5 +- type: entity + id: AlwaysPoweredlightPink + suffix: Always Powered, Pink + parent: AlwaysPoweredWallLight + components: + - type: PointLight + radius: 8 + energy: 3 + softness: 0.5 + color: "#ff66cc" + - type: entity id: PoweredlightOrange suffix: Orange @@ -402,6 +435,17 @@ types: Heat: 5 +- type: entity + id: AlwaysPoweredlightOrange + suffix: Always Powered, Orange + parent: AlwaysPoweredWallLight + components: + - type: PointLight + radius: 8 + energy: 3 + softness: 0.5 + color: "#ff8227" + - type: entity id: PoweredlightRed suffix: Red @@ -413,6 +457,17 @@ types: Heat: 5 +- type: entity + id: AlwaysPoweredlightRed + suffix: Always Powered, Red + parent: AlwaysPoweredWallLight + components: + - type: PointLight + radius: 8 + energy: 3 + softness: 0.5 + color: "#fb4747" + - type: entity id: PoweredlightGreen suffix: Green @@ -424,3 +479,13 @@ types: Heat: 5 +- type: entity + id: AlwaysPoweredlightGreen + suffix: Always Powered, Green + parent: AlwaysPoweredWallLight + components: + - type: PointLight + radius: 8 + energy: 3 + softness: 0.5 + color: "#52ff39"