diff --git a/Resources/Prototypes/Entities/Objects/Power/lights.yml b/Resources/Prototypes/Entities/Objects/Power/lights.yml index 3f7da1efab..5d8e2eb139 100644 --- a/Resources/Prototypes/Entities/Objects/Power/lights.yml +++ b/Resources/Prototypes/Entities/Objects/Power/lights.yml @@ -186,10 +186,10 @@ description: A light fixture. components: - type: LightBulb - color: "#FFE4CE" # 5000K color temp - lightEnergy: 0.8 + color: "#F0F1FF" # 7200K color temp + lightEnergy: 0.9 lightRadius: 10 - lightSoftness: 1 + lightSoftness: 0.8 PowerUse: 25 - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml index 436eaa2697..c8c8721f6d 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml @@ -32,10 +32,10 @@ shader: unshaded state: base - type: PointLight - color: "#FFE4CE" # 5000K color temp - energy: 0.8 + color: "#F0F1FF" # 7200K color temp + energy: 0.9 radius: 10 - softness: 1 + softness: 0.8 offset: "0, -0.5" - type: Damageable damageContainer: Inorganic @@ -43,7 +43,7 @@ - type: RCDDeconstructable cost: 4 delay: 2 - fx: EffectRCDDeconstruct2 + fx: EffectRCDDeconstruct2 - type: Destructible thresholds: - trigger: @@ -74,7 +74,7 @@ mode: SnapgridCenter snap: - Wallmount - + - type: entity name: light description: "A light fixture. Draws power and produces light when equipped with a light tube."