@@ -150,6 +150,23 @@
|
||||
- LightBulb
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: BaseLightbulb
|
||||
name: dim light bulb
|
||||
id: DimLightBulb
|
||||
description: A dim light bulb for populating the darkness of maintenance.
|
||||
components:
|
||||
- type: LightBulb
|
||||
bulb: Bulb
|
||||
color: "#ba473f"
|
||||
lightEnergy: 0.5
|
||||
lightRadius: 5
|
||||
lightSoftness: 3
|
||||
- type: Tag
|
||||
tags:
|
||||
- LightBulb
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: LightBulb
|
||||
name: old incandescent light bulb
|
||||
|
||||
@@ -346,6 +346,27 @@
|
||||
Heat: 1
|
||||
popupText: powered-light-component-burn-hand
|
||||
|
||||
- type: entity
|
||||
id: PoweredDimSmallLight
|
||||
suffix: Dim
|
||||
parent: PoweredSmallLightEmpty
|
||||
components:
|
||||
- type: Sprite
|
||||
state: base
|
||||
- type: PointLight
|
||||
enabled: true
|
||||
radius: 5
|
||||
energy: 0.5
|
||||
softness: 3
|
||||
color: "#ba473f"
|
||||
- type: PoweredLight
|
||||
hasLampOnSpawn: DimLightBulb
|
||||
- type: DamageOnInteract
|
||||
damage:
|
||||
types:
|
||||
Heat: 1
|
||||
popupText: powered-light-component-burn-hand
|
||||
|
||||
- type: entity
|
||||
id: PoweredSmallLight
|
||||
suffix: ""
|
||||
|
||||
@@ -150,6 +150,7 @@
|
||||
- ExteriorLightTube
|
||||
- LightBulb
|
||||
- LedLightBulb
|
||||
- DimLightBulb
|
||||
- Bucket
|
||||
- DrinkMug
|
||||
- DrinkMugMetal
|
||||
|
||||
@@ -52,6 +52,15 @@
|
||||
Steel: 50
|
||||
Glass: 50
|
||||
|
||||
- type: latheRecipe
|
||||
id: DimLightBulb
|
||||
result: DimLightBulb
|
||||
category: Lights
|
||||
completetime: 2
|
||||
materials:
|
||||
Steel: 50
|
||||
Glass: 50
|
||||
|
||||
- type: latheRecipe
|
||||
id: GlowstickRed
|
||||
result: GlowstickRed
|
||||
|
||||
Reference in New Issue
Block a user