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
|
lightRadius: 6
|
||||||
lightSoftness: 1.1
|
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
|
- type: entity
|
||||||
parent: LightBulb
|
parent: LightBulb
|
||||||
name: old incandescent light bulb
|
name: old incandescent light bulb
|
||||||
|
|||||||
@@ -147,7 +147,7 @@
|
|||||||
hasLampOnSpawn: LedLightTube
|
hasLampOnSpawn: LedLightTube
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Heat: 5
|
Heat: 2.5
|
||||||
- type: PointLight
|
- type: PointLight
|
||||||
radius: 15
|
radius: 15
|
||||||
energy: 1
|
energy: 1
|
||||||
@@ -309,6 +309,25 @@
|
|||||||
- Off
|
- Off
|
||||||
- Toggle
|
- 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
|
- type: entity
|
||||||
id: PoweredSmallLight
|
id: PoweredSmallLight
|
||||||
suffix: ""
|
suffix: ""
|
||||||
|
|||||||
@@ -113,9 +113,11 @@
|
|||||||
- Syringe
|
- Syringe
|
||||||
- HandLabeler
|
- HandLabeler
|
||||||
- LightTube
|
- LightTube
|
||||||
|
- LedLightTube
|
||||||
- SodiumLightTube
|
- SodiumLightTube
|
||||||
- ExteriorLightTube
|
- ExteriorLightTube
|
||||||
- LightBulb
|
- LightBulb
|
||||||
|
- LedLightBulb
|
||||||
- Bucket
|
- Bucket
|
||||||
- DrinkMug
|
- DrinkMug
|
||||||
- DrinkMugMetal
|
- DrinkMugMetal
|
||||||
|
|||||||
@@ -7,6 +7,15 @@
|
|||||||
Steel: 50
|
Steel: 50
|
||||||
Glass: 50
|
Glass: 50
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: LedLightTube
|
||||||
|
result: LedLightTube
|
||||||
|
category: Lights
|
||||||
|
completetime: 2
|
||||||
|
materials:
|
||||||
|
Steel: 50
|
||||||
|
Glass: 50
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: SodiumLightTube
|
id: SodiumLightTube
|
||||||
result: SodiumLightTube
|
result: SodiumLightTube
|
||||||
@@ -34,6 +43,15 @@
|
|||||||
Steel: 50
|
Steel: 50
|
||||||
Glass: 50
|
Glass: 50
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: LedLightBulb
|
||||||
|
result: LedLightBulb
|
||||||
|
category: Lights
|
||||||
|
completetime: 2
|
||||||
|
materials:
|
||||||
|
Steel: 50
|
||||||
|
Glass: 50
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: GlowstickRed
|
id: GlowstickRed
|
||||||
result: GlowstickRed
|
result: GlowstickRed
|
||||||
|
|||||||
Reference in New Issue
Block a user