Kits

Kit (Vending Machine Refrigerated)

Updated 3/8/2026

Kit (Vending Machine Refrigerated)

Refrigerated Vending Machine

Construction Steps

StepToolItem
1-2 x Plastic Sheets
2Screwdriver-

Deconstruction Steps

StepToolRecovered Item
1Hand DrillKit (Vending Machine Refrigerated)
2Crowbar2 x Plastic Sheets
3Hand Drill-

TOC

Description

The Vending Machine Refrigerated is a machine used to dispense items to players. The machine can hold up to 100 individual stacks of items. The machine's easy to use interface lets the user choose an item (displayed in the picture window) and dispense it with the press of a button. Differently from the standard Vending Machine, will reduce the spoil time of organic items inside of it.

It has a frontal dial used to manually adjust the stack sizes of ADDED items. The stacksize setting is not a data parameter accessible to logic.

Can be also used to get the items purchased or sold to Traders.

Data Network

Parameter NameData TypeDescription
ActivateBooleanNot functional on this device
LockBooleanLocks the device for player interaction when set to 1. Unlocks it, when set to 0.
OnBooleanTurns the device on, when set >= 1. Turns it off, when set to <1.
RequestHashIntegerWrite ItemHash to device to immediate output
Output NameData TypeDescription
PowerBooleanReturns whether the device is turned on and receives power. (0 for no, 1 for yes).
ErrorBooleanReturns whether the device is flashing an error. (0 for no, 1 for yes).
ActivateBooleanNot functional on this device.
LockBooleanReads if the device is locked.
ImportCountIntegerIncremented each time an item stack enter by the Import slot
ExportCountIntegerIncremented each time an item stack exit by the Export Slot
RatioIntegerStorage space used in percentage.
QuantityIntegerStorage space used in whole numbers.
PrefabHashIntegerReturns ItemHash of device
OnBooleanReturns whether the device is turned on. (0 for no, 1 for yes)
RequiredPowerIntegerReturns the current amount of power, required by the device, in watts.
RequestHashInteger0 unless actively written to
RatioOxygenFloatReturns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of oxygen in the Vending Machine Refrigerated.
RatioCarbonDioxideFloatReturns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of carbon dioxide in the Vending Machine Refrigerated.
RatioNitrogenFloatReturns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrogen in the Vending Machine Refrigerated.
RatioPollutantFloatReturns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of pollutant in the Vending Machine Refrigerated.
RatioVolatilesFloatReturns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of volatiles in the Vending Machine Refrigerated.
RatioWaterFloatReturns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of water in the Vending Machine Refrigerated.
TemperatureFloatReturns the temperature in the Vending Machine Refrigerated.
TotalMolesFloatTotale moles inside the Vending Machine Refrigerated.

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 | Import | | 1 | Export | | 2-101 | Storage |

NameData TypeDescription
OccupiedBooleanReturns whether the slot occupied. (0 for no, 1 for yes).
OccupantHashIntegerReturns ItemHash of item in slot.
QuantityIntegerSize of stack.
DamageIntegerItem durability in percent.
ClassIntegerItem class ID.

Notes

  • Seems that the inside temperature and atmosphere are fixed on 142K and vacuum atmosphere.