Lathe-able LED light tubes and LED bulbs (#25616)
let there be (led) light
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: ""
|
||||
|
||||
@@ -113,9 +113,11 @@
|
||||
- Syringe
|
||||
- HandLabeler
|
||||
- LightTube
|
||||
- LedLightTube
|
||||
- SodiumLightTube
|
||||
- ExteriorLightTube
|
||||
- LightBulb
|
||||
- LedLightBulb
|
||||
- Bucket
|
||||
- DrinkMug
|
||||
- DrinkMugMetal
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user