Kit (Lights)
Updated 3/8/2026
Kit (Lights)
Wall Lights
Deconstruction Steps
| Step | Tool | Recovered Item |
|---|---|---|
| 1 | Hand Drill | Kit (Lights) |
TOC
Description
Light kits are used for illuminating your base.
This kit produces the following:
- Diode Slide
- LED
- Light Round
- Light Round (Angled)
- Light Round (Small)
- Wall Light
- Wall Light (Long)
- Wall Light (Wide Long)
- Wall Light (Long Angled)
- 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) |