Actions

Difference between revisions of "Vending Machine Refrigerated"

From Unofficial Stationeers Wiki

(Created page with "Category:Machines {{Itembox | image = File:ItemKitVendingMachineRefrigerated.png | name = Kit (Vending Machine Refrigerated) | createdwith = Electron...")
 
 
Line 1: Line 1:
[[Category:Machines]]
+
#REDIRECT [[Kit_(Vending_Machine_Refrigerated)]]
{{Itembox
 
| image      = [[File:ItemKitVendingMachineRefrigerated.png]]
 
| name        = Kit (Vending Machine Refrigerated)
 
| createdwith = [[Electronics Printer]], [[Fabricator]]
 
| constructs  = Vending Machine
 
| cost        = 60g [[Gold]], 40g [[Steel]], 80g [[Electrum]], 30g [[Solder]]
 
| stacks      = No
 
}}
 
{{Structurebox
 
| name            = Vending Machine Refrigerated
 
| image            = [[File:ItemVendingMachineRefrigerated.png]]
 
| other            = Holds 100 individual stacks of items.
 
| power_usage      = 5W
 
| placed_with_item = [[Kit (Refrigerated Vending Machine)]]
 
| placed_on_grid  = Small Grid
 
| decon_with_tool1 = [[Hand Drill]]
 
| item_rec1        = [[Kit (Refrigerated Vending Machine)]]
 
| prefab_hash      = -1577831321
 
}}
 
 
 
__TOC__
 
 
 
== Description == <!--T:1-->
 
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.
 
<br>Can be also used to get the items purchased or sold to [[Traders]].
 
 
 
<!--T:2-->
 
{{Data Network Header}}
 
 
 
{{Data Parameters}}
 
{| class="wikitable"
 
|-
 
! Parameter Name !! Data Type !! Description
 
|-
 
| Activate || Boolean || Not functional on this device
 
|-
 
| Lock || Boolean || Locks the device for player interaction when set to 1. Unlocks it, when set to 0.
 
|-
 
| On || Boolean || Turns the device on, when set >= 1. Turns it off, when set to <1.
 
|-
 
| RequestHash || Integer || Write [[ItemHash]] to device to immediate output
 
|}
 
 
 
{{Data Outputs}}
 
{| class="wikitable"
 
|-
 
! Output Name !! Data Type !! Description
 
|-
 
| Power || Boolean || Returns whether the device is turned on and receives power. (0 for no, 1 for yes).
 
|-
 
| Error || Boolean || Returns whether the device is flashing an error. (0 for no, 1 for yes).
 
|-
 
| Activate || Boolean || Not functional on this device.
 
|-
 
| Lock || Boolean || Reads if the device is locked.
 
|-
 
| ImportCount|| Integer || Incremented each time an item stack enter by the Import slot
 
|-
 
| ExportCount|| Integer || Incremented each time an item stack exit by the Export Slot
 
|-
 
| Ratio || Integer || Storage space used in percentage.
 
|-
 
| Quantity || Integer || Storage space used in whole numbers.
 
|-
 
| PrefabHash|| Integer || Returns [[ItemHash]] of device
 
|-
 
| On || Boolean || Returns whether the device is turned on. (0 for no, 1 for yes)
 
|-
 
| RequiredPower || Integer || Returns the current amount of power, required by the device, in watts.
 
|-
 
| RequestHash || Integer || 0 unless actively written to
 
|-
 
| RatioOxygen || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of oxygen in the [[Vending Machine Refrigerated]].
 
|-
 
| RatioCarbonDioxide || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of carbon dioxide in the [[Vending Machine Refrigerated]].
 
|-
 
| RatioNitrogen || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrogen in the [[Vending Machine Refrigerated]].
 
|-
 
| RatioPollutant || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of pollutant in the [[Vending Machine Refrigerated]].
 
|-
 
| RatioVolatiles || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of volatiles in the [[Vending Machine Refrigerated]].
 
|-
 
| RatioWater || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of water in the [[Vending Machine Refrigerated]].
 
|-
 
| Temperature || Float || Returns the temperature in the [[Vending Machine Refrigerated]].
 
|-
 
| TotalMoles || Float || Totale moles inside the [[Vending Machine Refrigerated]].
 
|}
 
 
 
==== Data Slots ====
 
These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Slots_Reader|Slots Reader]]. The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them.
 
{| class="wikitable"
 
|-
 
! Number || Name !! Description
 
|-
 
| 0 || Import || Import slot.
 
|-
 
| 1 || Export || Export slot.
 
|-
 
| 2-101 || Storage || Internal storage slots.o
 
|}
 
 
 
{| class="wikitable"
 
|-
 
! 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.
 
|-
 
| Class || Integer || Item class ID.
 
|}
 

Latest revision as of 08:01, 10 July 2021