From 0cf80855c518e57c71e36f26a32e2a219e20e9d3 Mon Sep 17 00:00:00 2001 From: Mervill Date: Sat, 15 Oct 2022 14:58:33 -0700 Subject: [PATCH] Portable Light Balancing (#11940) --- .../Prototypes/Entities/Clothing/Head/base_clothinghead.yml | 4 ++-- Resources/Prototypes/Entities/Objects/Devices/pda.yml | 2 +- Resources/Prototypes/Entities/Objects/Tools/flashlights.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml index 518d98eb3d..92dbebdb95 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml @@ -49,7 +49,7 @@ - type: PointLight netsync: false enabled: false - radius: 6 + radius: 3 energy: 2 mask: /Textures/Effects/LightMasks/cone.png autoRot: true @@ -150,7 +150,7 @@ - type: PointLight netsync: false enabled: false - radius: 6 + radius: 3 energy: 2 mask: /Textures/Effects/LightMasks/cone.png autoRot: true diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index b4e8d7ca56..99546e04ae 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -36,7 +36,7 @@ event: !type:ToggleActionEvent - type: PointLight enabled: false - radius: 2.5 + radius: 1.5 softness: 5 mask: /Textures/Effects/LightMasks/cone.png autoRot: true diff --git a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml index 5e179be37f..0f2fa8443c 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml @@ -51,7 +51,7 @@ enabled: false mask: /Textures/Effects/LightMasks/cone.png autoRot: true - radius: 3 + radius: 4.5 - type: Appearance visuals: - type: FlashLightVisualizer @@ -94,4 +94,4 @@ sprite: Objects/Tools/seclite.rsi - type: PointLight enabled: false - radius: 4 + radius: 6