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:
|
types:
|
||||||
Heat: 5
|
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
|
- type: entity
|
||||||
id: PoweredlightBlue
|
id: PoweredlightBlue
|
||||||
suffix: Blue
|
suffix: Blue
|
||||||
@@ -380,6 +391,17 @@
|
|||||||
types:
|
types:
|
||||||
Heat: 5
|
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
|
- type: entity
|
||||||
id: PoweredlightPink
|
id: PoweredlightPink
|
||||||
suffix: Pink
|
suffix: Pink
|
||||||
@@ -391,6 +413,17 @@
|
|||||||
types:
|
types:
|
||||||
Heat: 5
|
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
|
- type: entity
|
||||||
id: PoweredlightOrange
|
id: PoweredlightOrange
|
||||||
suffix: Orange
|
suffix: Orange
|
||||||
@@ -402,6 +435,17 @@
|
|||||||
types:
|
types:
|
||||||
Heat: 5
|
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
|
- type: entity
|
||||||
id: PoweredlightRed
|
id: PoweredlightRed
|
||||||
suffix: Red
|
suffix: Red
|
||||||
@@ -413,6 +457,17 @@
|
|||||||
types:
|
types:
|
||||||
Heat: 5
|
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
|
- type: entity
|
||||||
id: PoweredlightGreen
|
id: PoweredlightGreen
|
||||||
suffix: Green
|
suffix: Green
|
||||||
@@ -424,3 +479,13 @@
|
|||||||
types:
|
types:
|
||||||
Heat: 5
|
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