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"