Skip to content

Commit

Permalink
Merge pull request #871 from Darkmajia/uv-lights
Browse files Browse the repository at this point in the history
ultraviolet lights
  • Loading branch information
widgetbeck authored Dec 2, 2024
2 parents 4793cf3 + 9282aec commit 9ea1765
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
- LedLightTube
- SodiumLightTube
- ExteriorLightTube
- UvLightTube
- LightBulb
- LedLightBulb
- DimLightBulb
Expand Down
13 changes: 13 additions & 0 deletions Resources/Prototypes/_Impstation/Entities/Objects/Power/lights.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- type: entity
parent: BaseLightTube
name: ultraviolet light tube
description: A high power high energy bulb for the depths of space. Purple.
id: UvLightTube
components:
- type: LightBulb
color: "#9E00FF"
lightEnergy: 1
lightRadius: 15
lightSoftness: 0.9
BurningTemperature: 320
PowerUse: 100
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# UV lights
- type: entity
id: PoweredlightUV
description: "A light fixture. Draws power and produces light when equipped with a light tube."
suffix: UV
parent: Poweredlight
components:
- type: PoweredLight
hasLampOnSpawn: UvLightTube
- type: PointLight
radius: 15
energy: 1
softness: 0.9
color: "#9E00FF"
- type: DamageOnInteract
damage:
types:
Heat: 1
popupText: powered-light-component-burn-hand

- type: entity
id: AlwaysPoweredLightUV
suffix: Always Powered, UV
parent: AlwaysPoweredWallLight
components:
- type: PointLight
radius: 10
energy: 2.5
softness: 0.9
color: "#9E00FF"
8 changes: 8 additions & 0 deletions Resources/Prototypes/_Impstation/Recipes/Lathes/misc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: latheRecipe
id: UvLightTube
result: UvLightTube
category: Lights
completetime: 2
materials:
Steel: 50
Glass: 50

0 comments on commit 9ea1765

Please sign in to comment.