Emergency lights fixes (#8454)
This commit is contained in:
committed by
GitHub
parent
5729990b14
commit
1bfea8c8dd
@@ -95,7 +95,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: Poweredlight
|
id: Poweredlight
|
||||||
description: "A light fixture. Draws power and produces light when equipped with a light tube."
|
description: "A light fixture. Draws power and produces light when equipped with a light tube."
|
||||||
suffix:
|
suffix:
|
||||||
parent: PoweredlightEmpty
|
parent: PoweredlightEmpty
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
@@ -255,7 +255,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: PoweredSmallLight
|
id: PoweredSmallLight
|
||||||
suffix:
|
suffix:
|
||||||
parent: PoweredSmallLightEmpty
|
parent: PoweredSmallLightEmpty
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
@@ -272,12 +272,12 @@
|
|||||||
name: emergency light
|
name: emergency light
|
||||||
description: A small red light with an internal battery that turns on as soon as it stops receiving any power.
|
description: A small red light with an internal battery that turns on as soon as it stops receiving any power.
|
||||||
parent: AlwaysPoweredWallLight
|
parent: AlwaysPoweredWallLight
|
||||||
|
suffix:
|
||||||
components:
|
components:
|
||||||
- type: PointLight
|
- type: PointLight
|
||||||
enabled: false
|
enabled: false
|
||||||
radius: 10
|
radius: 10
|
||||||
energy: 2.5
|
energy: 2.5
|
||||||
offset: "0, 0.5"
|
|
||||||
color: "#FF4020"
|
color: "#FF4020"
|
||||||
mask: /Textures/Effects/LightMasks/cone.png
|
mask: /Textures/Effects/LightMasks/cone.png
|
||||||
- type: ApcPowerReceiver
|
- type: ApcPowerReceiver
|
||||||
|
|||||||
Reference in New Issue
Block a user