Amber Station - Fixes and Warm Lights (#34324)
* Added warm lights, placed them around the map, also fixed an issue with the MV wire in the cafeteria * Fixed lv wiring in caf, and adjusted a couple things * Empty commit to force checks to rerun
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -54,6 +54,16 @@
|
||||
- id: LightBulb
|
||||
amount: 12
|
||||
|
||||
- type: entity
|
||||
name: lightbulb box warm
|
||||
parent: BoxLightbulb
|
||||
id: BoxWarmLightbulb
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: WarmLightBulb
|
||||
amount: 12
|
||||
|
||||
- type: entity
|
||||
name: lighttube box
|
||||
parent: BoxLightbulb
|
||||
|
||||
@@ -167,6 +167,23 @@
|
||||
- LightBulb
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: BaseLightbulb
|
||||
name: warm light bulb
|
||||
id: WarmLightBulb
|
||||
description: A warm light bulb for a more cozy atmosphere.
|
||||
components:
|
||||
- type: LightBulb
|
||||
bulb: Bulb
|
||||
color: "#ff9833" # 2200k color temp
|
||||
lightEnergy: 1
|
||||
lightRadius: 6
|
||||
lightSoftness: 3
|
||||
- type: Tag
|
||||
tags:
|
||||
- LightBulb
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: LightBulb
|
||||
name: old incandescent light bulb
|
||||
|
||||
@@ -393,6 +393,27 @@
|
||||
Heat: 1
|
||||
popupText: powered-light-component-burn-hand
|
||||
|
||||
- type: entity
|
||||
id: PoweredWarmSmallLight
|
||||
suffix: Warm
|
||||
parent: PoweredSmallLightEmpty
|
||||
components:
|
||||
- type: Sprite
|
||||
state: base
|
||||
- type: PointLight
|
||||
enabled: true
|
||||
radius: 6
|
||||
energy: 1
|
||||
softness: 3
|
||||
color: "#FF8A0C"
|
||||
- type: PoweredLight
|
||||
hasLampOnSpawn: WarmLightBulb
|
||||
- type: DamageOnInteract
|
||||
damage:
|
||||
types:
|
||||
Heat: 2
|
||||
popupText: powered-light-component-burn-hand
|
||||
|
||||
- type: entity
|
||||
id: PoweredSmallLight
|
||||
suffix: ""
|
||||
|
||||
@@ -151,6 +151,7 @@
|
||||
- LightBulb
|
||||
- LedLightBulb
|
||||
- DimLightBulb
|
||||
- WarmLightBulb
|
||||
- Bucket
|
||||
- DrinkMug
|
||||
- DrinkMugMetal
|
||||
|
||||
@@ -55,6 +55,11 @@
|
||||
id: DimLightBulb
|
||||
result: DimLightBulb
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseLightRecipe
|
||||
id: WarmLightBulb
|
||||
result: WarmLightBulb
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseLightRecipe
|
||||
id: GlowstickRed
|
||||
|
||||
Reference in New Issue
Block a user