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:
Southbridge
2025-01-09 03:54:04 -05:00
committed by GitHub
parent ba9eed7670
commit e0b2d000ef
6 changed files with 1361 additions and 989 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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

View File

@@ -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

View File

@@ -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: ""

View File

@@ -151,6 +151,7 @@
- LightBulb
- LedLightBulb
- DimLightBulb
- WarmLightBulb
- Bucket
- DrinkMug
- DrinkMugMetal

View File

@@ -55,6 +55,11 @@
id: DimLightBulb
result: DimLightBulb
- type: latheRecipe
parent: BaseLightRecipe
id: WarmLightBulb
result: WarmLightBulb
- type: latheRecipe
parent: BaseLightRecipe
id: GlowstickRed