Actions

Difference between revisions of "Kit (Lights)"

From Unofficial Stationeers Wiki

m (Added Wall Light (Long Angled) Power Usage)
(added data network info)
Line 60: Line 60:
 
}}
 
}}
 
__TOC__
 
__TOC__
== Description == <!--T:1-->
+
= Description = <!--T:1-->
 
Light kits are used for illuminating your base. The LED variant consumes half the power of the default larger wall light.
 
Light kits are used for illuminating your base. The LED variant consumes half the power of the default larger wall light.
  
== Colors ==
+
= Wall Light (Regular, Long, Long Wide, Long Angled, Battery) =
When installed as an LED, the light's color can be changed. For available colors, see [[Data Network Colors]].
+
{{Data Network Header}}
 +
{{Data Parameters}}
 +
{| class="wikitable"
 +
|-
 +
! 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.
 +
|}
  
== Builds ==
+
{{Data Outputs}}
 +
{| class="wikitable"
 +
|-
 +
! 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 || Boolean ||
 +
|-
 +
| Power || Boolean || Returns whether the Light is turned on and receives power. (0 for no, 1 for yes)
 +
|}
 +
 
 +
= LED =
 +
{{Data Network Header}}
 +
{{Data Parameters}}
 +
{| class="wikitable"
 +
|-
 +
! 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.
 +
|-
 +
| Color || Boolean || Sets the color of the LED Light. (See [[Data Network Colors]])
 +
|}
 +
 
 +
{{Data Outputs}}
 +
{| class="wikitable"
 +
|-
 +
! 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)
 +
|-
 +
| Color || Boolean || Returns the color setting of the LED Light. (See [[Data Network Colors]])
 +
|-
 +
| RequiredPower || Integer || Returns the current amount of power required by the Light, in watts.
 +
|-
 +
| PrefabHash || Boolean ||
 +
|-
 +
| Power || Boolean || Returns whether the Light is turned on and receives power. (0 for no, 1 for yes)
 +
|}
 +
 
 +
= Diode Slide =
 +
{{Data Network Header}}
 +
{{Data Parameters}}
 +
{| class="wikitable"
 +
|-
 +
! Parameter Name !! Data Type !! Description
 +
|-
 +
| On || Boolean || Turns the Diode Slide on, when set to 1. Turns it off, when set to 0.
 +
|-
 +
| Lock || Boolean || Locks the Diode Slide when set to 1. Unlocks it, when set to 0. When locked, Light cannot be turned on\off by player.
 +
|-
 +
| Setting || Boolean || Sets the color of the Diode Slide. (0 - red, 1 - green)
 +
|}
 +
 
 +
{{Data Outputs}}
 +
{| class="wikitable"
 +
|-
 +
! Output Name !! Data Type !! Description
 +
|-
 +
| On || Boolean || Returns whether the Diode Slide is turned on. (0 for no, 1 for yes)
 +
|-
 +
| Lock || Boolean || Returns whether the Diode Slide is locked. (0 for no, 1 for yes)
 +
|-
 +
| Setting || Boolean || Returns the "Setting" value of the Diode Slide.
 +
|-
 +
| RequiredPower || Integer || Returns the current amount of power required by the Diode Slide , in watts.
 +
|-
 +
| PrefabHash || Boolean ||
 +
|-
 +
| Power || Boolean || Returns whether the Diode Slide is turned on and receives power. (0 for no, 1 for yes)
 +
|}
 +
 
 +
= Builds =
  
 
* [[Auto Night Lights]]
 
* [[Auto Night Lights]]
  
 
</translate>
 
</translate>

Revision as of 14:16, 1 May 2020

Kit (Lights)
ItemWallLight.png
Stacks Yes
Constructing Options Wall Light, LED
Recipe
Created With Autolathe, Electronics Printer, Fabricator
Cost 1g Iron, 2g Copper, 1g Silicon* *autolathe only
Wall Light
ItemWallLight.png
Operation
Power Usage 50W
Construction
Placed with Kit (Lights)
Placed on Small Grid, On Frames
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Lights)
LED
Operation
Power Usage 25W
Construction
Placed with Kit (Lights)
Placed on Small Grid, On Frames
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Lights)
Wall Light (Long)
Construction
Placed with Kit (Lights)
Placed on Small Grid, On Frames
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Lights)
Wall Light (Long Angled)
The cable connector is off to the side on the left.
Operation
Power Usage 50W
Construction
Placed with Kit (Lights)
Placed on Small Grid, On Frames
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Lights)
Wall Light (Long Wide)
Operation
Power Usage 50W
Construction
Placed with Kit (Lights)
Placed on Small Grid, On Frames
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Lights)
Diode Slide
Construction
Placed with Kit (Lights)
Placed on Small Grid, On Frames
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Lights)

Description

Light kits are used for illuminating your base. The LED variant consumes half the power of the default larger wall light.

Wall Light (Regular, Long, Long Wide, Long Angled, Battery)

Data Network Properties

These are all Data Network properties of this device.

Data Parameters

These are all parameters, that can be written to with a Logic Writer, Batch Writer, or Integrated Circuit (IC10). The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.

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.

Data Outputs

These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.

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 Boolean
Power Boolean Returns whether the Light is turned on and receives power. (0 for no, 1 for yes)

LED

Data Network Properties

These are all Data Network properties of this device.

Data Parameters

These are all parameters, that can be written to with a Logic Writer, Batch Writer, or Integrated Circuit (IC10). The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.

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.
Color Boolean Sets the color of the LED Light. (See Data Network Colors)

Data Outputs

These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.

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)
Color Boolean Returns the color setting of the LED Light. (See Data Network Colors)
RequiredPower Integer Returns the current amount of power required by the Light, in watts.
PrefabHash Boolean
Power Boolean Returns whether the Light is turned on and receives power. (0 for no, 1 for yes)

Diode Slide

Data Network Properties

These are all Data Network properties of this device.

Data Parameters

These are all parameters, that can be written to with a Logic Writer, Batch Writer, or Integrated Circuit (IC10). The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.

Parameter Name Data Type Description
On Boolean Turns the Diode Slide on, when set to 1. Turns it off, when set to 0.
Lock Boolean Locks the Diode Slide when set to 1. Unlocks it, when set to 0. When locked, Light cannot be turned on\off by player.
Setting Boolean Sets the color of the Diode Slide. (0 - red, 1 - green)

Data Outputs

These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.

Output Name Data Type Description
On Boolean Returns whether the Diode Slide is turned on. (0 for no, 1 for yes)
Lock Boolean Returns whether the Diode Slide is locked. (0 for no, 1 for yes)
Setting Boolean Returns the "Setting" value of the Diode Slide.
RequiredPower Integer Returns the current amount of power required by the Diode Slide , in watts.
PrefabHash Boolean
Power Boolean Returns whether the Diode Slide is turned on and receives power. (0 for no, 1 for yes)

Builds