Actions

Difference between revisions of "Hydroponics Device"

From Unofficial Stationeers Wiki

m (MCZarin moved page Hydroponic Device to Hydroponics Device: In-game rename)
m
Line 2: Line 2:
 
{{Itembox
 
{{Itembox
 
  | image      = [[File:ItemHydroponicTray.png]]
 
  | image      = [[File:ItemHydroponicTray.png]]
  | name        = Hydroponic Device
+
  | name        = Hydroponics Device
 
  | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]
 
  | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]
 
  | cost        = 10g [[Iron]]
 
  | cost        = 10g [[Iron]]
Line 15: Line 15:
 
  | item_rec1        = [[Kit (Hydroponic Tray)]]
 
  | item_rec1        = [[Kit (Hydroponic Tray)]]
 
}}
 
}}
 
==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.
 
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 [[Hydroponic Tray]], these cannot be place consecutively as they are considered devices rather than pure pipes. They do, however, allow data interrogation for logic systems.
+
It can be automated using the [[Harvie]]. Note that unlike the [[Hydroponics 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 Header}}
 
{{Data Network Header}}

Revision as of 18:12, 4 August 2022

Hydroponics Device
ItemHydroponicTray.png
Stacks 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)

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 Hydroponics 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 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
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.
1 Fertilizer Fertilizer 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 Returns the growth efficiency of the plant in the slot. (-1=Empty, 0 - 1)
Health Float Returns the health of the plant in the slot. (0 - 1)
Growth Integer Returns the current growth state of the plant in the slot (-1=Empty, 0, 1, 2, 3, 4=Mature)
Class Integer Item class ID.
MaxQuantity Integer Returns maximum stacksize.
Mature Integer Returns 1 if the plant in this slot is mature, 0 when it isn't. (-1=Empty)
Seeding Integer Returns 1 if at least one seed can be harvested from the plant, 0 if not and still in seeding stage (-1=Not in seeding stage)
PrefabHash Integer Returns ItemHash of item in slot.