Difference between revisions of "Hydroponics Device"
From Unofficial Stationeers Wiki
(Created page with "Category:Atmospherics {{Itembox | image = File:ItemHydroponicTray.png | name = Hydroponic Device | createdwith = Hydraulic Pipe Bender, Fabricato...") |
m (→Data Slots) |
||
Line 72: | Line 72: | ||
! Number || Name !! Description | ! Number || Name !! Description | ||
|- | |- | ||
− | | 0 || Plant || | + | | 0 || Plant || Plant slot. |
|- | |- | ||
|} | |} |
Revision as of 16:09, 30 March 2021
Properties | |
---|---|
Stacks | Yes (10) |
Recipe | |
Created With | Hydraulic Pipe Bender, Fabricator |
Cost | 10g Iron |
Construction | |
---|---|
Placed with | Kit (Hydroponic Tray) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Wrench |
Item received | Kit (Hydroponic Tray) |
Contents
Description
The hydroponics device is the ideal vessel for growing a range of plantlife. It must be supplied with water using a pipe network and sufficient light to generate photosynthesis.
It can be automated using the Harvie. Note that unlike the Hydropnics Tray, these cannot be place consecutively as they are considered devices rather than pure pipes. They do, however, allow data interrogation for logic systems.
Data Network Properties
These are all Data Network properties of this device.
Data Parameters
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
Parameter Name | Data Type | Description |
---|---|---|
Activate | Boolean | Unknown |
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 |
---|---|---|
Activate | Boolean | |
Combustion | Boolean | |
PrefabHash | Integer | Returns ItemHash of device |
Pressure | Float | |
RatioCarbonDioxide | Float | |
RatioNitrogen | Float | |
RatioNitrousOxide | Float | |
RatioOxygen | Float | |
RatioPollutant | Float | |
RatioVolatiles | Float | |
RatioWater | Float | |
Temperature | Float | |
TotalMoles | Float |
Data Slots
These are all parameters, that can be read with a Slots Reader. The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them.
Number | Name | Description |
---|---|---|
0 | Plant | Plant slot. |
Name | Data Type | Description |
---|---|---|
Occupied | Boolean | Returns whether the slot occupied. (0 for no, 1 for yes). |
OccupantHash | Integer | Returns ItemHash of item in slot. |
Quantity | Integer | Size of stack. |
Damage | Integer | Item durability in percent. |
Efficiency | Float? | |
Health | Float? | |
Growth | Float? | |
Class | Integer | Item class ID. |
MaxQuantity | Integer | Returns maximum stacksize. |
Maturity | Float? | |
PrefabHash | Integer | Returns ItemHash of item in slot. |