Tomato Seeds Packet: Difference between revisions

From PZwiki
Tomato Seeds Packet
mNo edit summary
(Redesigned Page, + Navbox, +New Description, +Farming Link + Categories + Code)
Line 1: Line 1:
{{Notice|Improve}}
__NOTOC__
 
{{languages|Tomato Seeds Packet}}
<!--this section is for the infobox which will be positioned on the right of the page. Image.png is the default question mark image-->
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Farming|Farming]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Items
{{Items
|image = Tomato Seeds Packet.png  
|image = Tomato Seeds Packet.png
|weight = 0.0
|weight = 0.1
}} <!--/infobox-->
}} <!--/infobox-->


A packet of seeds opened to obtain 50 [[Tomato Seeds]][[File:Tomato Seeds.png|32px]]. Tomato seeds are commonly found in kitchen cupboards, or farming cupboards, which are a special type of cupboard that are found in some homes, that contain only farming supplies.
'''A Tomato Seed Packet''' are containers for seeds which are found in the drawers and closets of many houses, but can also be found in crates, storage shelves, and in warehouse type buildings.
<br><br>
A single packet contains 50 [[Tomato Seeds|tomato seeds]] which are used with [[Farming|Farming]] to grow a crop of [[Tomato|tomatoes]] on plowed land in a attempt to create a renewable food resource.
<br><br>
It takes time to grow and requires being watered and watched over, and plants can be susceptible to various diseases which need to be treated or have a specific plant removed so it does not spread to the entire crop.
<br><br>
See [[Farming]] for further information.


== Farming ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|5012}}
{{RecipeLookup|5013}}
|}


[[Category:items]]
== Code ==
     
<nowiki>
    item TomatoBagSeed
Type = Normal,
DisplayName = Tomato Seeds Packet,
Icon = TZ_SeedpackTomatoes,
Weight = 0.1
</nowiki>
     
[[Category:Farming]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 14:28, 27 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Farming -> Tomato Seeds Packet   

Template:Items

A Tomato Seed Packet are containers for seeds which are found in the drawers and closets of many houses, but can also be found in crates, storage shelves, and in warehouse type buildings.

A single packet contains 50 tomato seeds which are used with Farming to grow a crop of tomatoes on plowed land in a attempt to create a renewable food resource.

It takes time to grow and requires being watered and watched over, and plants can be susceptible to various diseases which need to be treated or have a specific plant removed so it does not spread to the entire crop.

See Farming for further information.

Farming

Name Recipe Description Crafting Level
























Code

     

	
    item TomatoBagSeed
		Type		= Normal,
		DisplayName	= Tomato Seeds Packet,
		Icon		= TZ_SeedpackTomatoes,
		Weight		= 0.1