<?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=Saphire</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=Saphire"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/Saphire"/>
	<updated>2026-04-04T09:07:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Integrated_Circuit_(IC10)&amp;diff=20528</id>
		<title>Integrated Circuit (IC10)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Integrated_Circuit_(IC10)&amp;diff=20528"/>
		<updated>2024-05-07T07:08:30Z</updated>

		<summary type="html">&lt;p&gt;Saphire: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Circuits]]&lt;br /&gt;
[[Category:MIPS Programming]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Integrated Circuit (IC10)&lt;br /&gt;
 | image       = [[File:IC 10.png|thumb|IC Housing and IC10 disassembled]]&lt;br /&gt;
 | createdwith = [[Electronics Printer]]&lt;br /&gt;
 | cost        = 10 [[Gold]], 4 [[Steel]], 5 [[Electrum]], 2 [[Solder]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
A chip that is programmed with a [[computer]]. Place the circuit in a [[Kit (IC Housing)|IC Housing]] or directly into the programmable slot of certain devices, e.g. [[Kit (Atmospherics)|Atmospherics]].  The [[MIPS]] language is used.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Where to get programs =&lt;br /&gt;
* Write one by yourself using the [[computer]] or [[Laptop]].&lt;br /&gt;
* Paste whatever you have found on the internet into your [[computer]].&lt;br /&gt;
* Load from your private library program you have saved previously (even from different savegame).&lt;br /&gt;
* Get one from Steam Workshop (first subscribe in steam, then in game it will be available in &amp;quot;library&amp;quot; on computer).&lt;br /&gt;
&lt;br /&gt;
= How to create programs =&lt;br /&gt;
== You&#039;ll need ==&lt;br /&gt;
# Basic knowledge about math and logic&lt;br /&gt;
# Whatever you&#039;re intending to program (e.g.: cycling airlock) you must be learnt to do manually (e.g.: close doors, turn on vents, etc)&lt;br /&gt;
# Learn the MIPS programming language. MIPS is real world low-level (i.e. close to hardware) programming language. IC10 is MIPS with some Stationeers flavor added. It is fairly simple and compact. Due to its simplicity MIPS is not suitable for big programs but you re not going to develop those in the game anyways.&lt;br /&gt;
&lt;br /&gt;
== How to start getting in the MIPS programing ==&lt;br /&gt;
Get some simple program (even 10 lines will do), run it in Stationeers to see what it does and then read the text. Look into ingame editor help pages to decrypt keywords. MIPS keywords are abbreviations of English words and mostly make sense, eg. &amp;lt;code&amp;gt;beqz r0 foobar&amp;lt;/code&amp;gt; means &amp;quot;&#039;&#039;&#039;B&#039;&#039;&#039;ranch (jump) to line labeled foobar if r0 &#039;&#039;&#039;EQ&#039;&#039;&#039;uals to &#039;&#039;&#039;Z&#039;&#039;&#039;ero&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= How to flash program onto the IC chip =&lt;br /&gt;
# Setup a [[Computer]], wire it to power.&lt;br /&gt;
# Insert a [[Motherboard (IC Editor)]] in it.&lt;br /&gt;
# Place [[Kit (IC Housing)|IC Housing]].&lt;br /&gt;
# Wire DATA (green, right) port of the computer to DATA (green, bottom) port on the IC Housing.&lt;br /&gt;
## Unless you&#039;re going to actually use/test your program in this particular IC Housing you do not need to power it.&lt;br /&gt;
# Insert [[Integrated Circuit (IC10)]] into [[Kit (IC Housing)|IC Housing]].&lt;br /&gt;
# Turn on the Computer, look at its screen and see if your IC Housing is listed and selected in the drop-down selector. You can have several IC Housings on the same data network, in that case better be renaming them using [[Labeller]]. The IC10 Integrated Circuit itself can also be labeled (and painted).&lt;br /&gt;
## Optional: click &amp;quot;Import&amp;quot; to retrieve a program from the [[Integrated Circuit (IC10)]] into the computer.&lt;br /&gt;
# Click &amp;quot;Edit&amp;quot; to open the code editor. Write/load from &amp;quot;Library&amp;quot;/paste your program, click &amp;quot;Confirm&amp;quot;.&lt;br /&gt;
# Now Computer contains the new program and Integrated Circuit still contains old one (or empty program). Click &amp;quot;Export&amp;quot; on the computer to copy the program into the Circuit. If the IC housing is powered the program will immediately run. You can repeat &amp;quot;Export&amp;quot; as many times as you want and reuse old Circuits.&lt;br /&gt;
# When Circuit is picked up size of the stored program in bytes is shown.&lt;br /&gt;
&lt;br /&gt;
Note: Steps 1-6 can be used with a [[Laptop]] now as well.  The laptop includes an IC housing so you don&#039;t have to place your own and wire it to edit chips.  This is limited to editing chips that are in the laptop (1 at a time) and cannot be used to edit chips already on the network.&lt;br /&gt;
&lt;br /&gt;
= How to make use of programmed IC Integrated Circuit =&lt;br /&gt;
# Place [[Kit (IC Housing)|IC Housing]], wire it to power, insert the Circuit&lt;br /&gt;
# Connect DATA (green, bottom) port on the IC Housing to machines you want to control. Some machines like an [[Autolathe]] have a DATA port, you need to use it (or both DATA and POWER). Some machines like a [[Stacker]] only have &amp;quot;universal&amp;quot; port.&lt;br /&gt;
# Unless you&#039;re going to modify/debug your program on place you do not require a [[Computer]] here.&lt;br /&gt;
# Using [[Screwdriver]] adjust six (or less) screws according to program description/purpose. Many programs do assign labels to screws using &amp;lt;code&amp;gt;alias&amp;lt;/code&amp;gt; command (that&#039;s considered good style), to take benefit of it you can turn on IC Housing for a short time (that way it will blink yellow, it&#039;s okay). If all screws are set to &amp;quot;None&amp;quot; a misconfigured program can do no harm.&lt;br /&gt;
# Turn on the IC Housing.&lt;br /&gt;
&lt;br /&gt;
= How large a program can be =&lt;br /&gt;
There are 128 lines each being 52 characters long. Each character (incl. line break) takes 2 bytes. Maximum size IC chip will show is 13566.&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[MIPS]] — basic info and command reference&lt;br /&gt;
* [[Advanced IC10 Programming]]&lt;br /&gt;
* [[WebEditor]] - Various web simulators and editors for IC10. Support partially simulating presence of different devices.&lt;br /&gt;
** [https://stationeering.com/tools/ic stationeering.com] by Melair - IC simulator and a web version of the in-game guidebook&lt;br /&gt;
** [https://ic10.dev/ ic10.dev] by Traineratwot&lt;br /&gt;
** [https://ic10emu.dev ic10emu.dev] by Ryex&lt;br /&gt;
* Syntax highlighting plugins for various editors&lt;br /&gt;
** [https://marketplace.visualstudio.com/items?itemName=Traineratwot.stationeers-ic10 Visual Studio Code] - (Dec 12th 2023)&lt;br /&gt;
** [https://pastebin.com/6Uw1KSRN KDE kwrite/kate text editor] - (Oct 5th 2020)&lt;br /&gt;
** [https://pastebin.com/3kmGy0NN Notepad++] - (Mar 23rd 2024)&lt;br /&gt;
** [https://drive.google.com/file/d/1Xrv5U0ZI5jDcPv7yX7EAAxaGk5hKP0xO/view?usp=sharing Notepad++] - (Aug 11th 2022)&lt;br /&gt;
** [https://drive.google.com/file/d/1yEsJ-u94OkuMQ8K6fY7Ja1HNpLcAdjo_/view Notepad++] - (Dec 1st 2018)&lt;br /&gt;
* [https://github.com/exca/Stationeers-IC10-Automation/tree/main/Basic-IC10 BASIC compiler] A BASIC compiler for Stationeers MIPS IC10 code, developed in C#, in Unity, by Exca&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saphire</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Integrated_Circuit_(IC10)&amp;diff=20527</id>
		<title>Integrated Circuit (IC10)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Integrated_Circuit_(IC10)&amp;diff=20527"/>
		<updated>2024-05-07T06:59:12Z</updated>

		<summary type="html">&lt;p&gt;Saphire: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Circuits]]&lt;br /&gt;
[[Category:MIPS Programming]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Integrated Circuit (IC10)&lt;br /&gt;
 | image       = [[File:IC 10.png|thumb|IC Housing and IC10 disassembled]]&lt;br /&gt;
 | createdwith = [[Electronics Printer]]&lt;br /&gt;
 | cost        = 10 [[Gold]], 4 [[Steel]], 5 [[Electrum]], 2 [[Solder]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
A chip that is programmed with a [[computer]]. Place the circuit in a [[Kit (IC Housing)|IC Housing]] or directly into the programmable slot of certain devices, e.g. [[Kit (Atmospherics)|Atmospherics]].  The [[MIPS]] language is used.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Where to get programs =&lt;br /&gt;
* Write one by yourself using the [[computer]] or [[Laptop]].&lt;br /&gt;
* Paste whatever you have found on the internet into your [[computer]].&lt;br /&gt;
* Load from your private library program you have saved previously (even from different savegame).&lt;br /&gt;
* Get one from Steam Workshop (first subscribe in steam, then in game it will be available in &amp;quot;library&amp;quot; on computer).&lt;br /&gt;
&lt;br /&gt;
= How to create programs =&lt;br /&gt;
== You&#039;ll need ==&lt;br /&gt;
# Basic knowledge about math and logic&lt;br /&gt;
# Whatever you&#039;re intending to program (e.g.: cycling airlock) you must be learnt to do manually (e.g.: close doors, turn on vents, etc)&lt;br /&gt;
# Learn the MIPS programming language. MIPS is real world low-level (i.e. close to hardware) programming language. IC10 is MIPS with some Stationeers flavor added. It is fairly simple and compact. Due to its simplicity MIPS is not suitable for big programs but you re not going to develop those in the game anyways.&lt;br /&gt;
&lt;br /&gt;
== How to start getting in the MIPS programing ==&lt;br /&gt;
Get some simple program (even 10 lines will do), run it in Stationeers to see what it does and then read the text. Look into ingame editor help pages to decrypt keywords. MIPS keywords are abbreviations of English words and mostly make sense, eg. &amp;lt;code&amp;gt;beqz r0 foobar&amp;lt;/code&amp;gt; means &amp;quot;&#039;&#039;&#039;B&#039;&#039;&#039;ranch (jump) to line labeled foobar if r0 &#039;&#039;&#039;EQ&#039;&#039;&#039;uals to &#039;&#039;&#039;Z&#039;&#039;&#039;ero&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= How to flash program onto the IC chip =&lt;br /&gt;
# Setup a [[Computer]], wire it to power.&lt;br /&gt;
# Insert a [[Motherboard (IC Editor)]] in it.&lt;br /&gt;
# Place [[Kit (IC Housing)|IC Housing]].&lt;br /&gt;
# Wire DATA (green, right) port of the computer to DATA (green, bottom) port on the IC Housing.&lt;br /&gt;
## Unless you&#039;re going to actually use/test your program in this particular IC Housing you do not need to power it.&lt;br /&gt;
# Insert [[Integrated Circuit (IC10)]] into [[Kit (IC Housing)|IC Housing]].&lt;br /&gt;
# Turn on the Computer, look at its screen and see if your IC Housing is listed and selected in the drop-down selector. You can have several IC Housings on the same data network, in that case better be renaming them using [[Labeller]]. The IC10 Integrated Circuit itself can also be labeled (and painted).&lt;br /&gt;
## Optional: click &amp;quot;Import&amp;quot; to retrieve a program from the [[Integrated Circuit (IC10)]] into the computer.&lt;br /&gt;
# Click &amp;quot;Edit&amp;quot; to open the code editor. Write/load from &amp;quot;Library&amp;quot;/paste your program, click &amp;quot;Confirm&amp;quot;.&lt;br /&gt;
# Now Computer contains the new program and Integrated Circuit still contains old one (or empty program). Click &amp;quot;Export&amp;quot; on the computer to copy the program into the Circuit. If the IC housing is powered the program will immediately run. You can repeat &amp;quot;Export&amp;quot; as many times as you want and reuse old Circuits.&lt;br /&gt;
# When Circuit is picked up size of the stored program in bytes is shown.&lt;br /&gt;
&lt;br /&gt;
Note: Steps 1-6 can be used with a [[Laptop]] now as well.  The laptop includes an IC housing so you don&#039;t have to place your own and wire it to edit chips.  This is limited to editing chips that are in the laptop (1 at a time) and cannot be used to edit chips already on the network.&lt;br /&gt;
&lt;br /&gt;
= How to make use of programmed IC Integrated Circuit =&lt;br /&gt;
# Place [[Kit (IC Housing)|IC Housing]], wire it to power, insert the Circuit&lt;br /&gt;
# Connect DATA (green, bottom) port on the IC Housing to machines you want to control. Some machines like an [[Autolathe]] have a DATA port, you need to use it (or both DATA and POWER). Some machines like a [[Stacker]] only have &amp;quot;universal&amp;quot; port.&lt;br /&gt;
# Unless you&#039;re going to modify/debug your program on place you do not require a [[Computer]] here.&lt;br /&gt;
# Using [[Screwdriver]] adjust six (or less) screws according to program description/purpose. Many programs do assign labels to screws using &amp;lt;code&amp;gt;alias&amp;lt;/code&amp;gt; command (that&#039;s considered good style), to take benefit of it you can turn on IC Housing for a short time (that way it will blink yellow, it&#039;s okay). If all screws are set to &amp;quot;None&amp;quot; a misconfigured program can do no harm.&lt;br /&gt;
# Turn on the IC Housing.&lt;br /&gt;
&lt;br /&gt;
= How large a program can be =&lt;br /&gt;
There are 128 lines each being 52 characters long. Each character (incl. line break) takes 2 bytes. Maximum size IC chip will show is 13566.&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[WebEditor]] - Various web simulators and editors for IC10. Support partially simulating presence of different devices.&lt;br /&gt;
** [https://ic10.dev/]&lt;br /&gt;
** [https://ic10emu.dev]&lt;br /&gt;
** [https://stationeering.com/tools/ic] by Melair — online emulator and command reference.&lt;br /&gt;
* [[MIPS]] — basic info and command reference&lt;br /&gt;
* [[Advanced IC10 Programming]]&lt;br /&gt;
* [https://github.com/exca/Stationeers-IC10-Automation/tree/main/Basic-IC10 BASIC compiler] A BASIC compiler for Stationeers MIPS IC10 code, developed in C#, in Unity, by Exca&lt;br /&gt;
* Syntax highlighting plugins for various editors&lt;br /&gt;
** [https://marketplace.visualstudio.com/items?itemName=Traineratwot.stationeers-ic10] - Visual Studio Code (Dec 12th 2023)&lt;br /&gt;
** [https://pastebin.com/6Uw1KSRN] - KDE kwrite/kate text editor&lt;br /&gt;
** [https://pastebin.com/3kmGy0NN] - Notepad++ (Mar 23 2024)&lt;br /&gt;
** [https://drive.google.com/file/d/1Xrv5U0ZI5jDcPv7yX7EAAxaGk5hKP0xO/view?usp=sharing] - Notepad++ (Aug 11th 2022)&lt;br /&gt;
** [https://drive.google.com/file/d/1yEsJ-u94OkuMQ8K6fY7Ja1HNpLcAdjo_/view] - Notepad++ (Dec 1st 2018)&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saphire</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Template:Outdated&amp;diff=19752</id>
		<title>Template:Outdated</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Template:Outdated&amp;diff=19752"/>
		<updated>2024-01-13T06:43:41Z</updated>

		<summary type="html">&lt;p&gt;Saphire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{warning|{{#if: {{{1|}}}|This article is &#039;&#039;&#039;out of date&#039;&#039;&#039; as of &#039;&#039;&#039;{{{1|}}}&#039;&#039;&#039;.|This article is &#039;&#039;&#039;out of date&#039;&#039;&#039;.}} You can help by updating it!}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation|content=&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{outdated}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{outdated}}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{outdated|0.0.0000.00000}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{outdated|0.0.0000.00000}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saphire</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Template:Outdated&amp;diff=19751</id>
		<title>Template:Outdated</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Template:Outdated&amp;diff=19751"/>
		<updated>2024-01-13T06:41:19Z</updated>

		<summary type="html">&lt;p&gt;Saphire: Copy deprecated template for just old info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{warning|{{#if: {{{1|}}}|This article is &#039;&#039;&#039;out of date&#039;&#039;&#039; as of &#039;&#039;&#039;{{{1|}}}&#039;&#039;&#039;.|This article is &#039;&#039;&#039;out of date&#039;&#039;&#039;.}}}} You can help by updating it!&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation|content=&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{outdated}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{outdated}}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{outdated|0.0.0000.00000}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{outdated|0.0.0000.00000}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saphire</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Guide_(Farming)&amp;diff=19407</id>
		<title>Guide (Farming)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Guide_(Farming)&amp;diff=19407"/>
		<updated>2023-12-25T23:26:40Z</updated>

		<summary type="html">&lt;p&gt;Saphire: Provide info about Illumination Stress. Add a note that it might pop up in Mars scenario. Add a not-template note that this might be partially out of date.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Food]]&lt;br /&gt;
== Info ==&lt;br /&gt;
=== Choose Farming Plot ===&lt;br /&gt;
There are 5 farming plot items are available in normal gameplay, [[Portable Hydroponics]], [[Planter]], [[Hydroponics Tray]], [[Hydroponics Device]] and [[Hydroponics Station]]. [[Automated Hydroponics]] is labeled obsolete thus only accessible via [[Creative Mode]].&lt;br /&gt;
* [[Portable Hydroponics]], early game item&lt;br /&gt;
**pros&lt;br /&gt;
***Early game item, normally provided in starter crate. &lt;br /&gt;
***No piping needed. Insert starter water canister can last a long time.&lt;br /&gt;
**cons&lt;br /&gt;
***Can not be automated.&lt;br /&gt;
***Portable item, clutters base floor.&lt;br /&gt;
***Requires external lighting (sun/ [[Grow Light]])&lt;br /&gt;
* [[Planter]], early game item&lt;br /&gt;
**pros&lt;br /&gt;
***Early game item, do not need alloy to build.&lt;br /&gt;
***No piping needed. Accepts water canister, water bottle, or dedicated water pipe.&lt;br /&gt;
***Can be automated.&lt;br /&gt;
**cons&lt;br /&gt;
***When not using liquid pipe, watering the plant can be labor-intensive. &lt;br /&gt;
***Has only one water port so it can not be chained, making the green house layout less compact.&lt;br /&gt;
***Requires external lighting (sun/ [[Grow Light]])&lt;br /&gt;
* [[Hydroponics Tray]], mid/end game item&lt;br /&gt;
**pros&lt;br /&gt;
***Do not need alloy to build.&lt;br /&gt;
***Can be automated.&lt;br /&gt;
***Extremely space-efficient, one plot per small grid.&lt;br /&gt;
**cons&lt;br /&gt;
***Requires piping network to feed water.&lt;br /&gt;
***Data port is absent. Does not support data interrogation for logic systems.&lt;br /&gt;
***Requires external lighting (sun/ [[Grow Light]])&lt;br /&gt;
* [[Hydroponics Device]], mid/end game item&lt;br /&gt;
**pros&lt;br /&gt;
***Do not need alloy to build.&lt;br /&gt;
***Can be automated.&lt;br /&gt;
***Data port supports data interrogation for logic systems.&lt;br /&gt;
**cons&lt;br /&gt;
***Requires piping network to feed water.&lt;br /&gt;
***Not space-efficient: requires a pipe segment between two consequtive plots, as well as wiring from the data port.&lt;br /&gt;
***Requires external lighting (sun/ [[Grow Light]])&lt;br /&gt;
*[[Hydroponics Station]], mid/end game item&lt;br /&gt;
**pros&lt;br /&gt;
***Built-in light source.&lt;br /&gt;
**cons&lt;br /&gt;
***Requires steel to build.&lt;br /&gt;
***Can not be automated.&lt;br /&gt;
***bulky, 4 plot for 3x4 small grid, not space-efficient.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setup === &lt;br /&gt;
&#039;&#039;&#039;This guide is partially out of date! Some details might have changed since it has been written&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Using [[Portable Hydroponics]], [[Planter]], [[Hydroponics Tray]], [[Hydroponics Device]] or [[Hydroponics Station]]&#039;&#039;&#039;&lt;br /&gt;
# All of them use an open-top design so a controlled atmosphere (greenhouse) is required to operate this equipment. Build an airtight room with an airlock. Use [[Circuitboard_(Airlock)|simple airlock]] if the environment outside is a vacuum, or [[Circuitboard_(Advanced_Airlock)|advanced airlock]] if the outside world has pressure.&lt;br /&gt;
#* If you plan to rely on [[Grow Light]] or [[Hydroponics Station]], direct sunlight is not required, so you can build the greenhouse anywhere using any material.&lt;br /&gt;
#* If you want to use sunlight as well, the greenhouse should be planned with maximum sun exposure in mind, and all walls/ceilings facing the sun trajectory are made of glass.&lt;br /&gt;
#* &#039;&#039;&#039;Note:&#039;&#039;&#039; A specific amount of sunlight is required for the plant to grow at full speed, and too little (or too much) light will cause its light usage efficiency to get lower and lower as the &amp;quot;Illumination Stress&amp;quot; increases. This &#039;&#039;&#039;slowly&#039;&#039;&#039; reverts back to full efficiency when proper lighting conditions are provided.&lt;br /&gt;
# You can set Build an entire set of pressure/temperature/gas mixture control for the greenhouse, either manual system or automated (via [[Kit_(Logic_I/O)|logic chips]] or [[Integrated_Circuit_(IC10)|programable IC chip]]). Make sure the following conditions are met, or the plant will wither through a declining health bar:&lt;br /&gt;
#* 7.7 kPa &amp;lt; Pressure &amp;lt; 190 kPa. Glass panel collapses near 200 kPa pressure difference.&lt;br /&gt;
#* Atmosphere and pipes being mostly free of [[pollutant]]s and [[volatiles]], maximum of 3 mols for volatiles.&lt;br /&gt;
#* At least 1% of [[Carbon_Dioxide|carbon dioxide]] in the atmosphere, up to full 100% if maximum efficiency is desired. &lt;br /&gt;
#* 15 °C &amp;lt; Air Temperature &amp;lt; 50 °C.&lt;br /&gt;
#* 5 °C &amp;lt; Water Temperature &amp;lt; 60 °C.&lt;br /&gt;
#* You can use the [[Cartridge Plant Analyser]] to check the exact min/max parameters for a given plant, and their current value as perceived by the plant.&lt;br /&gt;
# Provide grow beds with water, or the plant will wither through a declining health bar. Insert a canister of water into the slot of [[Portable Hydroponics]]. Apply water bottle or water canister directly on [[Planter]]. Connect [[Hydroponics Tray]], [[Hydroponics Device]], [[Planter]] or [[Hydroponics Station]] to a liquid pipe network containing water.&lt;br /&gt;
# Seed the farming plot. Can be done with either seeds or raw fruits.&lt;br /&gt;
# Provide illumination to the plants. Activate the UV light on [[Hydroponics Station]], turn on your dedicated [[Grow Light]], or wait till the sun comes up. The plant won&#039;t die if they lack the sunlight, but will &#039;&#039;&#039;cumulatively&#039;&#039;&#039; slow down their growth (&amp;quot;Illumination Stress&amp;quot; in the Plant Analyser), and will slowly revert back to normal efficiency when proper lighting conditions are provided. Default batch of seeds might not tolerate the low level of natural sunlight on Mars.&lt;br /&gt;
# Provide darkness to the plants.  Most plants require a certain amount of darkness per day or they will eventually start dying.  The [[Plant Genetic Analyzer]] can be used to learn the minimum amount of darkness needed.&lt;br /&gt;
# [[Fertilizer]] (obtained through [[Portable Composter]] or [[Advanced Composter]]) can be used to speed up growth or boost yield depending on how it is made. More detail to be added. &lt;br /&gt;
# The plant reaches maturity before it generates seeds. &lt;br /&gt;
# Wait till the fruit has seeds before harvesting.  If you harvest immediately upon maturity you will miss out on seeds.  (This is mostly a problem for folks with old scripts for their [[Harvie]].)&lt;br /&gt;
# A healthy plant consumes water and [[Carbon_Dioxide|carbon dioxide]], then produces [[Oxygen|oxygen]] and radiates heat into the surrounding atmosphere. Constant manual intervention or another feedback loop into the environment control will be necessary to keep the greenhouse running in the long term.&lt;br /&gt;
(it should be mentioned that the [[Hydroponics Tray]] can be automated through the use of a Harvie unit ([[Kit (Harvie)]]). By placing the unit above the [[Hydroponics Tray]], the Harvie unit will be able to automatically plant and harvest crops with the use of logic)&lt;br /&gt;
* &#039;&#039;&#039;Using [[Automated Hydroponics]]&#039;&#039;&#039;&lt;br /&gt;
# This item is obsolete. It&#039;s only accessible in creative mode. Check [[Automated Hydroponics|its own article]] for detail.&lt;br /&gt;
&lt;br /&gt;
===Plant consumption and production of gases and water===&lt;br /&gt;
version 0.2.3456&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plant !! Temperature (air) !! H2O (mol/tick)!! CarbonDioxide (mol/tick)!! Oxygen (mol/tick)!! Volatiles (mol/tick)!! Nitrogen (mol/tick)!! NitrousOxide (mol/tick)!! Pollutant (mol/tick)&lt;br /&gt;
|-&lt;br /&gt;
| Food crops + fern + flowers || 15-52 °C || -0.00000596 || -0.00240 || +0.00120 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Tropical Lily || 17-56 °C || -0.00000596 || -0.00400 || +0.00200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Peace Lily || 13-52 °C || -0.00000596 || -0.00400 || +0.00200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Darga fern || 15-52 °C || -0.00000596 || -0.01700 || +0.00850 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Mushroom&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; || 15-52 °C || -0.00000596 || +0.00120 || -0.00240 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Winterspawn, alpha || best at ~18 °C || -0.00020000 || || +0.000181&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; || +0.000362&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; || -0.0060 || ||&lt;br /&gt;
|-&lt;br /&gt;
| Winterspawn, beta || best at ~20 °C || -0.00040000 || || +0.000281&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; || +0.000562&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; || -0.0100 || ||&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Hades, alpha || ? || -0.00000596 || || -?&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; || -?&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; || || || +0.0040&lt;br /&gt;
|-&lt;br /&gt;
| Hades, beta || ? || -0.00000596 || || -?&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; || -?&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; || || || +0.0025&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Alien mushroom || ? || -0.00000600 || || +0.00080 || || +0.00120 || -0.00480 ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* 1: Mushrooms only grows in darkness&lt;br /&gt;
* 2: Depends on temperature, alpha is max at ~18 °C and beta at 20 °C, the plant must be mature&lt;br /&gt;
* 3: Depends on the O2 and H2 concentration&lt;br /&gt;
* Comment: Plants have been observed to consume much less CO2 when the air has a low concentration of it, with O2 still being produced at full capacity. The reverse is also true for mushrooms. Water doesn&#039;t behave like this, below a certain amount a tray will no longer count as hydrated and the plant will start dying.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Efficiency of raw food and meals===&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The following table compares the sustainability of everything eatable in &#039;&#039;meals&#039;&#039;:&amp;lt;br /&amp;gt; &amp;lt;small&amp;gt;(&#039;&#039;&#039;1 meal&#039;&#039;&#039; satisfies &#039;&#039;&#039;100% of hunger&#039;&#039;&#039;. In this way, &#039;&#039;&#039;1 [[muffin]]&#039;&#039;&#039; for example satisfies &#039;&#039;&#039;200% of hunger&#039;&#039;&#039;, which sufficient for &#039;&#039;&#039;2 full meals&#039;&#039;&#039;.)&amp;lt;/small&amp;gt; * per &#039;&#039;&#039;unit&#039;&#039;&#039; &amp;lt;small&amp;gt;(e.g. 1 [[Cereal Bar|cereal bar]], 1 [[tomato]] or 1ml of [[milk]].)&amp;lt;/small&amp;gt; * per &#039;&#039;&#039;stack&#039;&#039;&#039; &amp;lt;small&amp;gt;(e.g. 20 [[mushroom|mushrooms]] or 5 raw [[corn]] grains.)&amp;lt;/small&amp;gt; * per &#039;&#039;&#039;plant&#039;&#039;&#039; / &#039;&#039;&#039;grow cycle&#039;&#039;&#039; &amp;lt;small&amp;gt;(e.g. some [[soybean|soybeans]] or [[pumpkin|pumpkins]], which grow to &#039;&#039;several&#039;&#039; &amp;lt;small&amp;gt;(more than 1)&amp;lt;/small&amp;gt; on their plants.)&amp;lt;/small&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
The list includes all plantables, cookables, cannables and eggs (assuming that a chicken lays 5 unfertilized eggs per 40 grain per day).&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&amp;lt;div dir=&amp;quot;ltr&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 1105.95px;&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;caption&amp;gt;v0.2.3647.17684&amp;lt;/caption&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; border-right: 1px solid #000000; background-color: #ffffff; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 82px;&amp;quot; rowspan=&amp;quot;3&amp;quot;&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; border-right: 1px solid #000000; background-color: #ffffff; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 446px; height: 24px;&amp;quot; colspan=&amp;quot;13&amp;quot;&amp;gt;Efficiency&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; border-right: 1px solid #000000; background-color: #ffffff; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 82px;&amp;quot; rowspan=&amp;quot;3&amp;quot;&amp;gt;Ingredients or seeds&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; border-right: 1px solid #000000; background-color: #ffffff; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 82px;&amp;quot; rowspan=&amp;quot;3&amp;quot;&amp;gt;Prepare in&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 34px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #efefef; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 195px; height: 34px;&amp;quot; colspan=&amp;quot;5&amp;quot;&amp;gt;(Full) meals per portion&amp;lt;br /&amp;gt;(item&amp;amp;nbsp;efficiency)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #cccccc; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 132px; height: 34px;&amp;quot; colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Meals per full stack&amp;lt;br /&amp;gt;(inventory efficiency)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #999999; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 119px; height: 34px;&amp;quot; colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Meals per harvest &amp;lt;br /&amp;gt;(hydroponics &amp;lt;br /&amp;gt;efficiency)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #efefef; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;Portion&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #efefef; text-align: center; font-style: italic; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;fills&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #efefef; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;Hunger&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rArr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; border-right: 1px solid #000000; background-color: #d9d9d9; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;Meals&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #cccccc; text-align: center; font-style: italic; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;by&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #cccccc; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;Stacks&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rArr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; border-right: 1px solid #000000; background-color: #b7b7b7; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;Meals&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #999999; text-align: center; font-style: italic; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;by&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #999999; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;Yield&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rArr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; border-bottom: 1px solid #000000; background-color: #999999; text-align: center; font-weight: bold; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;Meals&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;border-bottom: 1px solid #000000; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Flower]]s&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;n/a&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;0%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;100&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;Seed bag&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Hydroponics]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;border-bottom: 1px solid #000000; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Mushroom]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;20%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;20%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;20&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;40%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;1 [[Mushroom]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Hydroponics]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;border-bottom: 1px solid #000000; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Fern]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;2%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;2%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;100&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;4%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;Seed bag&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Hydroponics]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Soybean]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;10%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;10%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;100&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;20%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;Seed bag&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Hydroponics]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 93px; left: -1px;&amp;quot;&amp;gt;[[Cooked Soybean]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;24%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;24%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;2.4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;10%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;5 [[Soybean]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Canned Edamame]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;50%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;200%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/15&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;~27%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;(15 [[Soybean]]) &amp;amp;rArr; 3 [[Cooked Soybean]],&amp;amp;nbsp;1 [[Empty Can]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;Basic/Advanced packaging machine&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;border-bottom: 1px solid #000000; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Soy Oil]] (100ml)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;50ml&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;200%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1x100ml&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/100&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;4%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;100 [[Soybean]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 123px; left: -1px;&amp;quot;&amp;gt;[[Reagent Processor]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Milk]] (100ml)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;50ml&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;200%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1x100ml&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;40%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 237px; left: -1px;&amp;quot;&amp;gt;5ml [[Soy Oil]], 5g [[Fern]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Chemistry Station]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Condensed Milk]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;20%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;100ml [[Milk]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;border-bottom: 1px solid #000000; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Canned Condensed Milk]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;25%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;400%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/20&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;40%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;2 [[Condensed Milk]], 1 [[Empty Can]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;Basic/Advanced packaging machine&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Wheat]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;10%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;10%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;100&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;20%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;Seed bag&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Hydroponics]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Flour]] (500g)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;n/a&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;0%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;500g&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;1 [[Wheat]] per 5g&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Hydroponics]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Cereal Bar]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;60%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;60%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;0.6&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;12%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;(10 [[Wheat]]) &amp;amp;rArr; 50g [[Flour]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;border-bottom: 1px solid #000000; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Bread Loaf]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;50%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;200%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/45&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;9%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;200g [[Flour]], 5ml [[Soy Oil]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Egg]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;n/a&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;0%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/8&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;~8 of any: [[Soybean]], [[Wheat]], [[Corn]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Chicken]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Powdered Eggs]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;22%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;22%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;2.2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/32&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;~1.4%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;4 [[Egg]]s&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;border-bottom: 1px solid #000000; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Canned Powdered Eggs]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;50%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;200%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/128&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;~3.1%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;(20 [[Egg]]s) &amp;amp;rArr; 5 [[Powdered Eggs]], 1 [[Empty Can]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;Basic/Advanced packaging machine&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;border-bottom: 1px solid #000000; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24.1875px;&amp;quot;&amp;gt;[[Muffin]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24.1875px;&amp;quot;&amp;gt;50%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24.1875px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24.1875px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24.1875px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24.1875px;&amp;quot;&amp;gt;200%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24.1875px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24.1875px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24.1875px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24.1875px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24.1875px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24.1875px;&amp;quot;&amp;gt;~2/18&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24.1875px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24.1875px;&amp;quot;&amp;gt;~23%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24.1875px;&amp;quot;&amp;gt;50g [[Flour]], 1 [[Egg]], 10ml [[Milk]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24.1875px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Pumpkin]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;20&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;20&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;200%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;Seed bag&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Hydroponics]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Cooked Pumpkin]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;60%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;60%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;120%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;1 [[Pumpkin]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Pumpkin Soup]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;26%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;380%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;3.8&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;152%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;5 [[Cooked Pumpkin]], 1 [[Empty Can]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;Basic/Advanced packaging machine&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;border-bottom: 1px solid #000000; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Pumpkin Pie]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;~16.7%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;600%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/28&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;~43%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 240px; left: -1px;&amp;quot;&amp;gt;100g [[Flour]], 1 [[Egg]], 10ml [[Milk]], 10 [[Pumpkin]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Potato]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;20%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;20%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;20&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;40%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;Seed bag&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Hydroponics]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Baked Potato]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;80%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;80%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;0.8&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;160%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;1 [[Potato]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Fries]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;~63%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;160%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;1.6&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/6&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;~53%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;5ml [[Soy Oil]], 1 [[Potato]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;border-bottom: 1px solid #000000; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Canned Fries]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;~42%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;240%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;2.4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/6&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;80%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;1 [[Fries]], 1 [[Empty Can]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;Basic/Advanced packaging machine&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Rice]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;6%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;6%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;50&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;12%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;Seed bag&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Hydroponics]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Cooked Rice]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;40%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;40%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;~27%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;3 [[Rice]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;border-bottom: 1px solid #000000; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Canned Rice Pudding]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;50%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;200%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/15&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;~27%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;(15 [[Rice]]) &amp;amp;rArr; 5 [[Cooked Rice]], 1 [[Empty Can]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;Basic/Advanced packaging machine&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Corn]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;20%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;20%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;20&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;40%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;Seed bag&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Hydroponics]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Cooked Corn]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;40%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;40%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;80%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;1&amp;amp;nbsp;[[Corn]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;border-bottom: 1px solid #000000; height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Corn Soup]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;~26%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;380%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;3.8&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;152%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;5 [[Cooked Corn]], 1 [[Empty Can]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;Basic/Advanced packaging machine&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Tomato]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;30%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;30%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;20&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;60%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;Seed bag&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Hydroponics]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 93px; left: -1px;&amp;quot;&amp;gt;[[Cooked Tomato]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;50%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;50%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;1 [[Tomato]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;[[Microwave]], [[Automated Oven]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;height: 24px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 101px; height: 24px;&amp;quot;&amp;gt;[[Tomato Soup]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 53px; height: 24px;&amp;quot;&amp;gt;~17.2%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #efefef; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 57px; height: 24px;&amp;quot;&amp;gt;100%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #efefef; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; border-right: 1px solid #000000; background-color: #d9d9d9; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 44px; height: 24px;&amp;quot;&amp;gt;580%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 21px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #cccccc; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 49px; height: 24px;&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #cccccc; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 19px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; border-right: 1px solid #000000; background-color: #b7b7b7; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;5.8&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 20px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 38px; height: 24px;&amp;quot;&amp;gt;2/5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #999999; text-align: center; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 18px; height: 24px;&amp;quot;&amp;gt;&amp;amp;rarr;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; background-color: #999999; text-align: right; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 43px; height: 24px;&amp;quot;&amp;gt;232%&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 247px; height: 24px;&amp;quot;&amp;gt;5 [[Cooked Tomato]], 1 [[Empty Can]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td dir=&amp;quot;ltr&amp;quot; style=&amp;quot;border-bottom: 1px solid #000000; border-right: 1px solid #000000; background-color: #ffffff; text-align: left; color: #000000; font-family: Arial; font-size: 10pt; vertical-align: middle; white-space: nowrap; direction: ltr; padding: 2px 3px; width: 130.953px; height: 24px;&amp;quot;&amp;gt;Basic/Advanced packaging machine&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Food storage ==&lt;br /&gt;
Food decays at a rate determined by the environment it is stored in. The main factors are gas composition of surrounding atmosphere, temperature of the surrounding atmosphere, pressure of the atmosphere, and whether or not the item is in a fridge. Decay rate multipliers for a given gas are listed below:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Gas !! Decay Rate Multiplier&lt;br /&gt;
|-&lt;br /&gt;
| [[Special:MyLanguage/Nitrogen|Nitrogen]] || 0.6&lt;br /&gt;
|-&lt;br /&gt;
| [[Special:MyLanguage/Carbon Dioxide|Carbon Dioxide]] || 0.8&lt;br /&gt;
|-&lt;br /&gt;
| Vacuum || 1&lt;br /&gt;
|-&lt;br /&gt;
| [[Special:MyLanguage/Volatiles|Volatiles]] || 1&lt;br /&gt;
|-&lt;br /&gt;
| [[Special:MyLanguage/Oxygen|Oxygen]] || 1.5&lt;br /&gt;
|-&lt;br /&gt;
| [[Special:MyLanguage/Nitrous Oxide|Nitrous Oxide]] || 1.5&lt;br /&gt;
|-&lt;br /&gt;
| [[Special:MyLanguage/Water|Water]] || 2&lt;br /&gt;
|-&lt;br /&gt;
| [[Special:MyLanguage/Pollutant|Pollutant]] || 3&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Also not all foods decay here is the list of foods unaffected by decay.&lt;br /&gt;
*[[Cereal Bar]]&lt;br /&gt;
*[[Corn Soup]]&lt;br /&gt;
*[[Pumpkin Soup]]&lt;br /&gt;
*[[Tomato Soup]]&lt;br /&gt;
*[[Canned Fries]]&lt;br /&gt;
The Soups being canned goods, and the cereal bar being a processed food hence why they do not decay.&lt;br /&gt;
&lt;br /&gt;
The decay rate also contains a factor determined by temperature, the pressure of the environment, as the food that needs to be preserved now has to be above 101 kPa as preservation gets debuffed if its below 1 earth atmosphere. And the temperature decay factor is a complicated calculation summarized in the graph below ([https://www.reddit.com/r/Stationeers/comments/mrxwhp/decaying_food_gastemperature_data_math/guth0bt/ /u/LordRavenX, 04/2021]):&lt;br /&gt;
&lt;br /&gt;
[[File:FoodDecayFactorVsTempK.png|800px|Decay factor vs. temp Kelvin by [https://www.reddit.com/r/Stationeers/comments/mrxwhp/decaying_food_gastemperature_data_math/guth0bt/ /u/LordRavenX, 04/2021]]]&lt;br /&gt;
&lt;br /&gt;
Storage of food within a powered fridge also multiplies by a factor of 0.3, reducing decay by 70%.&lt;br /&gt;
&lt;br /&gt;
To minimize decay, food should be kept in a powered fridge in a nitrogen atmosphere of over 101 kPa at a temperature of at least 110 K (-163 °C) as the calculation has been tweaked to not penalize preservation for being to cold.&lt;/div&gt;</summary>
		<author><name>Saphire</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Template:Hydroponics&amp;diff=19406</id>
		<title>Template:Hydroponics</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Template:Hydroponics&amp;diff=19406"/>
		<updated>2023-12-25T23:22:59Z</updated>

		<summary type="html">&lt;p&gt;Saphire: Add info about the &amp;quot;Illumination Stress&amp;quot;, which is really annoyingto deal with. Did not update anything else for the new plant stuff though.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;Plants need the following:&lt;br /&gt;
&lt;br /&gt;
* Atmosphere: Minimum atmosphere pressure 7.7 kPa, with traces of [[Carbon_Dioxide|CO2]] (at least 0.1 mol) and under 1% [[Pollutant]] (X).&lt;br /&gt;
** Common plants consume [[Carbon_Dioxide|CO₂]] and produce [[Oxygen|O₂]] at 0.072 mols per minute (0.0012 mol/tick)&lt;br /&gt;
** A mature plant won&#039;t take damage if it runs out of [[Carbon_Dioxide|CO2]]&lt;br /&gt;
** [[Alien Mushroom]], [[Mushroom]], [[Darga_Fern|Darga Fern]], [[Thermogenic_plants|Winterspawn]], [[Thermogenic_plants|Hades Flower]], [[Peace Lily]], and [[Tropical Lily]] are exceptions.&lt;br /&gt;
* Temp: Minimum atmosphere temperature of 0C (293K) is required for growth, under 0C (273K) or over 50C (323K) the plants will die after 5 minutes.&lt;br /&gt;
** The ideal temperature range for maximum growth speed is between 20-30C      &lt;br /&gt;
* Water: 5-60 Degree Celsius to avoid taking damage&lt;br /&gt;
** Plants require [[Water]], but consume only ~0.043 mols per hour (0.0216)&lt;br /&gt;
* Light: either sunlight, or a [[Kit_(Grow_Light)|Grow Light]] are required for plant growth. A plant won&#039;t die or take damage when in darkness, but the growth will slow down &#039;&#039;cumulatively&#039;&#039; if improper lighting conditions persist.&lt;br /&gt;
** If too much or too little light is provided to the plant, it will begin to accumulate &amp;quot;&#039;&#039;Illumination Stress&#039;&#039;&amp;quot; that lowers the efficiency of its growth. It will &#039;&#039;slowly&#039;&#039; revert to normal when the plant &#039;&#039;&#039;only&#039;&#039;&#039; if it is in favorable lighting conditions. The amount of accumulated stress can be seen with [[Cartridge Plant Analyser]]&lt;br /&gt;
** On some planets and in some conditions, the natural sunlight will not be enough for the plant to grow efficiently without accumulating &amp;quot;&#039;&#039;Illumination Stress&#039;&#039;&amp;quot;. A [[Kit_(Grow_Light)|Grow Light]] is then required. It can be used along with natural light, to supplement the overall lighting to the necessary levels.&lt;br /&gt;
* Optionally: you can increase yield or growth speed by adding fertilizer created in a [[Portable_Composter|Portable Composter]] or an [[Advanced_Composter|Advanced Composter]]&lt;/div&gt;</summary>
		<author><name>Saphire</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Microwave&amp;diff=19405</id>
		<title>Microwave</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Microwave&amp;diff=19405"/>
		<updated>2023-12-25T22:46:57Z</updated>

		<summary type="html">&lt;p&gt;Saphire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Microwave&lt;br /&gt;
 | image       = [[File:ApplianceMicrowave.png]]&lt;br /&gt;
 | createdwith = [[Electronics Printer]], [[Fabricator]]&lt;br /&gt;
 | cost        = 5g [[Iron]], 1g [[Gold]], 2g [[Copper]], 3g [[Steel Ingot|Steel]]* &amp;lt;small&amp;gt;*fabricator only&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
* Must be attached to a [[Powered Bench]] by using a [[Wrench]].&lt;br /&gt;
* The Microwave will refuse to work if the door is not closed, and will flash an orange light when turned on.&lt;br /&gt;
* Clearing out the Microwave &#039;&#039;&#039;destroys&#039;&#039;&#039; all the ingredients in it.&lt;br /&gt;
* There is no batch processing for the Microwave, and using double/triple/etc ingredients will &#039;&#039;&#039;not&#039;&#039;&#039; result in multiple outputs. The contents will have to be cleared out, which destroys them right now.&lt;br /&gt;
* Remember that the sounds are not synced to the finish of the microwave yet&lt;br /&gt;
* The [[Automated Oven]] is an upgrade to the microwave.&lt;br /&gt;
&lt;br /&gt;
== Recipes == &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! Food&lt;br /&gt;
| class=&amp;quot;unsortable&amp;quot; | &#039;&#039;&#039;Recipe&#039;&#039;&#039;&lt;br /&gt;
| Hunger / item&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemMuffin.png|link=Muffin)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[Muffin]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;5&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemEgg.png|link=ItemEgg]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;1&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemMilk.png|link=ItemMilk]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;10&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemFlour.png|link=ItemFlour]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;50&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 200% Fill&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemCerealBar.png|link=Cereal Bar)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[Cereal Bar]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;5&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemFlour.png|link=ItemFlour]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;50&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 60% Fill&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemPotatoBaked.png|link=Baked Potato)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[Baked Potato]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;5&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemPotato.png|link=ItemPotato]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;1&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 80% Fill&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemBreadLoaf.png|link=Bread Loaf)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[Bread Loaf]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;10&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemFlour.png|link=ItemFlour]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;200&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemSoyOil.png|link=ItemSoyOil]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;5&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 200% Fill&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemFries.png|link=French Fries)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[French Fries]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;5&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemPotato.png|link=ItemPotato]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;1&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemSoyOil.png|link=ItemSoyOil]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;5&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 160% Fill&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemPumpkinPie.png|link=Pumpkin Pie)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[Pumpkin Pie]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;10&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemEgg.png|link=ItemEgg]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;1&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemMilk.png|link=ItemMilk]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;10&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemFlour.png|link=ItemFlour]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;100&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemPumpkin.png|link=ItemPumpkin]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;10&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 600% Fill&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemCookedTomato.png|link=Cooked Tomato)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[Cooked Tomato]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;5&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemTomato.png|link=ItemTomato]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;1&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 50% Fill&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemCookedCorn.png|link=Cooked Corn)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[Cooked Corn]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;5&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemCorn.png|link=ItemCorn]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;1&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 40% Fill&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemCookedRice.png|link=Cooked Rice)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[Cooked Rice]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;4&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemRice.png|link=ItemRice]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;3&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 40% Fill&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemCookedPumpkin.png|link=Cooked Pumpkin)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[Cooked Pumpkin]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;5&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemPumpkin.png|link=ItemPumpkin]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;1&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 60% Fill&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemCookedPowderedEggs.png|link=Powdered Eggs)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[Powdered Eggs]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;5&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemEgg.png|link=ItemEgg]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;4&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 22% Fill&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemCookedCondensedMilk.png|link=Condensed Milk)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[Condensed Milk]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;6&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemMilk.png|link=ItemMilk]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;100&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 100% Fill&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemCookedSoybean.png|link=Cooked Soybean)]]&amp;lt;/div&amp;gt;&#039;&#039;&#039;[[Cooked Soybean]]&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:Time.png|link=Time]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;5&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[File:ItemSoyOil.png|link=ItemSoyOil]] &amp;lt;div class=&amp;quot;stationeers-icon-text&amp;quot;&amp;gt;5&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| 24% Fill&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
Note: Making Cooked Pumpkin, Condensed Milk, Cooked Soybean and Soy Oil results in less nutritional value than their ingredients had.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[Category:Appliance]]&lt;/div&gt;</summary>
		<author><name>Saphire</name></author>
	</entry>
</feed>