lightRadius: 6
lightSoftness: 1.1
+- type: entity
+ parent: BaseLightbulb
+ name: led light bulb
+ id: LedLightBulb
+ description: A power efficient light bulb.
+ components:
+ - type: LightBulb
+ bulb: Bulb
+ color: "#EEEEFF"
+ lightEnergy: 1
+ lightRadius: 8
+ lightSoftness: 1
+ BurningTemperature: 350 #LEDs are colder than incandescent bulbs
+ PowerUse: 6 #LEDs are more power efficient than incandescent bulbs
+
- type: entity
parent: LightBulb
name: old incandescent light bulb
hasLampOnSpawn: LedLightTube
damage:
types:
- Heat: 5
+ Heat: 2.5
- type: PointLight
radius: 15
energy: 1
- Off
- Toggle
+- type: entity
+ id: PoweredLEDSmallLight
+ suffix: LED
+ parent: PoweredSmallLightEmpty
+ components:
+ - type: Sprite
+ state: base
+ - type: PointLight
+ enabled: true
+ radius: 8
+ energy: 1
+ softness: 1
+ color: "#EEEEFF"
+ - type: PoweredLight
+ hasLampOnSpawn: LedLightBulb
+ damage:
+ types:
+ Heat: 2.5
+
- type: entity
id: PoweredSmallLight
suffix: ""