Lathe-able LED light tubes and LED bulbs (#25616)

let there be (led) light
This commit is contained in:
MACMAN2003
2024-02-26 14:58:01 -08:00
committed by GitHub
parent 918eb1fe87
commit 89c8226380
4 changed files with 55 additions and 1 deletions

View File

@@ -127,6 +127,21 @@
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

View File

@@ -147,7 +147,7 @@
hasLampOnSpawn: LedLightTube
damage:
types:
Heat: 5
Heat: 2.5
- type: PointLight
radius: 15
energy: 1
@@ -309,6 +309,25 @@
- 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: ""

View File

@@ -113,9 +113,11 @@
- Syringe
- HandLabeler
- LightTube
- LedLightTube
- SodiumLightTube
- ExteriorLightTube
- LightBulb
- LedLightBulb
- Bucket
- DrinkMug
- DrinkMugMetal

View File

@@ -7,6 +7,15 @@
Steel: 50
Glass: 50
- type: latheRecipe
id: LedLightTube
result: LedLightTube
category: Lights
completetime: 2
materials:
Steel: 50
Glass: 50
- type: latheRecipe
id: SodiumLightTube
result: SodiumLightTube
@@ -34,6 +43,15 @@
Steel: 50
Glass: 50
- type: latheRecipe
id: LedLightBulb
result: LedLightBulb
category: Lights
completetime: 2
materials:
Steel: 50
Glass: 50
- type: latheRecipe
id: GlowstickRed
result: GlowstickRed