<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=176.22.228.211</id>
	<title>Stationeers Community Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=176.22.228.211"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/176.22.228.211"/>
	<updated>2026-04-04T08:54:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Vending_Machine&amp;diff=14847</id>
		<title>Vending Machine</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Vending_Machine&amp;diff=14847"/>
		<updated>2023-03-28T16:03:42Z</updated>

		<summary type="html">&lt;p&gt;176.22.228.211: removed a misplaced letter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Machines]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = [[File:ItemKitVendingMachine.png]]&lt;br /&gt;
 | name        = Kit (Vending Machine)&lt;br /&gt;
 | createdwith = [[Electronics Printer]], [[Fabricator]]&lt;br /&gt;
 | constructs  = Vending Machine&lt;br /&gt;
 | cost        = 20g [[Steel]], 50g [[Gold]], 10g [[Solder]], 50g [[Electrum]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Vending Machine&lt;br /&gt;
 | image            = [[File:ItemVendingMachine.png]]&lt;br /&gt;
 | other            = Holds 100 individual stacks of items.&lt;br /&gt;
 | power_usage      = 5W&lt;br /&gt;
 | placed_with_item = [[Kit (Vending Machine)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Vending Machine)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
The [[Vending Machine]] is a machine used to dispense items to players. The machine can hold up to 100 individual stacks of items. The machine&#039;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.&lt;br /&gt;
&amp;lt;br&amp;gt;Can be also used to get the items purchased or sold to [[Traders]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Activate || Boolean || Not functional on this device&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the device for player interaction when set to 1. Unlocks it, when set to 0. &lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the device on, when set &amp;gt;= 1. Turns it off, when set to &amp;lt;1.&lt;br /&gt;
|-&lt;br /&gt;
| RequestHash || Integer || Write [[ItemHash]] to device to immediate output&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the device is turned on and receives power. (0 for no, 1 for yes).&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the device is flashing an error. (0 for no, 1 for yes).&lt;br /&gt;
|-&lt;br /&gt;
| Activate || Boolean || Not functional on this device.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Reads if the device is locked.&lt;br /&gt;
|-&lt;br /&gt;
| ImportCount|| Integer || Incremented each time an item stack enter by the Import slot&lt;br /&gt;
|-&lt;br /&gt;
| ExportCount|| Integer || Incremented each time an item stack exit by the Export Slot&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Integer || Storage space used in percentage.&lt;br /&gt;
|-&lt;br /&gt;
| Quantity || Integer || Storage space used in whole numbers.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash|| Integer || Returns [[ItemHash]] of device&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the device is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the device, in watts.&lt;br /&gt;
|-&lt;br /&gt;
| RequestHash || Integer || 0 unless actively written to&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Data Slots ====&lt;br /&gt;
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&#039;s &amp;quot;VAR&amp;quot; setting cycles through them.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Number || Name !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0 || Import || Import slot.&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Export || Export slot.&lt;br /&gt;
|-&lt;br /&gt;
| 2-101 || Storage || Internal storage slots.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Occupied || Boolean || Returns whether the slot occupied. (0 for no, 1 for yes).&lt;br /&gt;
|-&lt;br /&gt;
| OccupantHash|| Integer || Returns [[ItemHash]] of item in slot.&lt;br /&gt;
|-&lt;br /&gt;
| Quantity || Integer || Size of stack.&lt;br /&gt;
|-&lt;br /&gt;
| Damage || Integer || Item durability in percent.&lt;br /&gt;
|-&lt;br /&gt;
| Class || Integer || Item class ID.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>176.22.228.211</name></author>
	</entry>
</feed>