From d8101b0f18556422481bdb0d840f069718171077 Mon Sep 17 00:00:00 2001 From: BlazeBa <148776552+BlazeBa@users.noreply.github.com> Date: Sat, 25 Nov 2023 16:13:45 +0500 Subject: [PATCH] back light --- Resources/Prototypes/Entities/Objects/Power/lights.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Power/lights.yml b/Resources/Prototypes/Entities/Objects/Power/lights.yml index 805bfe530bf..17b7ec179e5 100644 --- a/Resources/Prototypes/Entities/Objects/Power/lights.yml +++ b/Resources/Prototypes/Entities/Objects/Power/lights.yml @@ -85,7 +85,7 @@ components: - type: LightBulb bulb: Bulb - color: "#ECBCC6" # 4000K color temp + color: "#FFD1A3" # 4000K color temp lightEnergy: 1.0 lightRadius: 6 lightSoftness: 1.1 @@ -108,7 +108,7 @@ description: A light fixture. components: - type: LightBulb - color: "#FFAAF5" # 5000K color temp + color: "#FFE4CE" # 5000K color temp lightEnergy: 0.8 lightRadius: 10 lightSoftness: 1 @@ -131,7 +131,7 @@ id: LedLightTube components: - type: LightBulb - color: "#EFC6FC" + color: "#EEEEFF" lightEnergy: 1 lightRadius: 15 lightSoftness: 0.9