Adds always powered variants of colored lights (#25185)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user