From 9ae1015bfc5f9cc5d1bd6793a406d1d15b86554d Mon Sep 17 00:00:00 2001 From: deathride58 Date: Wed, 3 Jan 2024 16:39:04 -0500 Subject: [PATCH] Dims the light source of service lights (#23437) nerfs service lights because they are bRIGHT --- Resources/Prototypes/Entities/Objects/Power/lights.yml | 4 ++-- .../Entities/Structures/Wallmounts/service_light.yml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Power/lights.yml b/Resources/Prototypes/Entities/Objects/Power/lights.yml index e399c66262..aa580d8209 100644 --- a/Resources/Prototypes/Entities/Objects/Power/lights.yml +++ b/Resources/Prototypes/Entities/Objects/Power/lights.yml @@ -145,8 +145,8 @@ - type: LightBulb bulb: Bulb color: "#CCFF60" - lightEnergy: 1.0 - lightRadius: 2 + lightEnergy: 0.45 + lightRadius: 1.5 lightSoftness: 3 - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/service_light.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/service_light.yml index 903b9a7005..b8aaa60c37 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/service_light.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/service_light.yml @@ -15,9 +15,10 @@ shader: unshaded state: base - type: PointLight - radius: 1 - energy: 1 - softness: 1 + radius: 1.5 + energy: 0.45 + softness: 3 + offset: "0, 0" enabled: false - type: PoweredLight bulb: Bulb -- 2.52.0