]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Adds always powered variants of colored lights (#25185)
authorVelcroboy <107660393+IamVelcroboy@users.noreply.github.com>
Wed, 14 Feb 2024 18:03:59 +0000 (12:03 -0600)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 18:03:59 +0000 (21:03 +0300)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml

index 1e7351b663e7bb847b64a0aa00392f801b12404c..8dfe02137e483cef66d107b9e1caceb9a613dbda 100644 (file)
       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
       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
       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
       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
       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
       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"