]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
coloured lights for mapping (#24402)
authorBoaz1111 <149967078+Boaz1111@users.noreply.github.com>
Mon, 22 Jan 2024 15:25:37 +0000 (16:25 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 15:25:37 +0000 (18:25 +0300)
done

Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml

index 13385a763e5503a957ab0ec2516d058690fec9c1..1e7351b663e7bb847b64a0aa00392f801b12404c 100644 (file)
     mode: SnapgridCenter
     snap:
     - Wallmount
+
+#Coloured lights
+
+- type: entity
+  id: PoweredlightCyan
+  suffix: Cyan
+  parent: Poweredlight
+  components:
+  - type: PoweredLight
+    hasLampOnSpawn: LightTubeCrystalCyan
+    damage:
+      types:
+        Heat: 5
+
+- type: entity
+  id: PoweredlightBlue
+  suffix: Blue
+  parent: Poweredlight
+  components:
+  - type: PoweredLight
+    hasLampOnSpawn: LightTubeCrystalBlue
+    damage:
+      types:
+        Heat: 5
+
+- type: entity
+  id: PoweredlightPink
+  suffix: Pink
+  parent: Poweredlight
+  components:
+  - type: PoweredLight
+    hasLampOnSpawn: LightTubeCrystalPink
+    damage:
+      types:
+        Heat: 5
+
+- type: entity
+  id: PoweredlightOrange
+  suffix: Orange
+  parent: Poweredlight
+  components:
+  - type: PoweredLight
+    hasLampOnSpawn: LightTubeCrystalOrange
+    damage:
+      types:
+        Heat: 5
+
+- type: entity
+  id: PoweredlightRed
+  suffix: Red
+  parent: Poweredlight
+  components:
+  - type: PoweredLight
+    hasLampOnSpawn: LightTubeCrystalRed
+    damage:
+      types:
+        Heat: 5
+
+- type: entity
+  id: PoweredlightGreen
+  suffix: Green
+  parent: Poweredlight
+  components:
+  - type: PoweredLight
+    hasLampOnSpawn: LightTubeCrystalGreen
+    damage:
+      types:
+        Heat: 5
+