History

Current version

3/8/2026, 10:06:31 PM

Imported from wiki

by tmascroft · 3/8/2026, 9:31:52 PM

Kit (Lights)

## Kit (Lights)

:::infobox
| Property | Value |
|----------|-------|
| Stacks | Yes |
| Created With | [Autolathe](/wiki/autolathe), [Electronics Printer](/wiki/electronics-printer), [Fabricator](/wiki/fabricator) |
| Cost | 1g [Iron](/wiki/iron), 2g [Copper](/wiki/copper),  1g [[silicon_Ingot |
| Constructs | Wall Light, LED |

![Kit (Lights)](ItemWallLight.png)
:::
## Wall Lights

:::infobox
| Property | Value |
|----------|-------|
| Prefab Hash | See table in description |
| Power Usage | 50W |
| Placed With | [Kit (Lights)](/wiki/kit-lights) |
| Placed On | Small Grid, On Frames |

:::
### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Lights)](/wiki/kit-lights) |


__TOC__

## Description

Light kits are used for illuminating your base.

This kit produces the following:

- [Diode Slide](/wiki/diode-slide)
- [LED](/wiki/led)
- [Light Round](/wiki/light-round)
- [Light Round (Angled)](/wiki/light-round-angled)
- [Light Round (Small)](/wiki/light-round-small)
- [Wall Light](/wiki/wall-light)
- [Wall Light (Long)](/wiki/wall-light-long)
- [Wall Light (Wide Long)](/wiki/wall-light-wide-long)
- [Wall Light (Long Angled)](/wiki/wall-light-long-angled)
- [Wall Light (Battery)](/wiki/wall-light-battery)

## PrefabHash Values

| Light Type | PrefabHash |
|---|---|
| Regular | -1860064656 |
| Long | 797794350 |
| Long Wide | 555215790 |
| Long Angled | 1847265835 |
| Battery Powered | -1306415132 |
| Round | 1514476632 |
| Round Angled | 1592905386 |
| Small Round | 1436121888 |

## Data Network

| Parameter Name | Data Type | Description |
|---|---|---|
| On | Boolean | Turns the Light on, when set to 1. Turns it off, when set to 0. |
| Lock | Boolean | Locks the Light when set to 1. Unlocks it, when set to 0. When locked, Light cannot be turned on\off by player. |


| Output Name | Data Type | Description |
|---|---|---|
| On | Boolean | Returns whether the Light is turned on. (0 for no, 1 for yes) |
| Lock | Boolean | Returns whether the Light is locked. (0 for no, 1 for yes) |
| RequiredPower | Integer | Returns the current amount of power required by the Light, in watts. |
| PrefabHash | Integer | Returns the Hash value for the selected light type. (See info panels on the right) |
| Power | Boolean | Returns whether the Light is turned on and receives power. (0 for no, 1 for yes) |

## Builds

- [Auto Night Lights](/wiki/auto-night-lights)