Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Objects/Power/lights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -131,7 +131,7 @@
id: LedLightTube
components:
- type: LightBulb
color: "#EFC6FC"
color: "#EEEEFF"
lightEnergy: 1
lightRadius: 15
lightSoftness: 0.9
Expand Down