Strawberry Seeds: Difference between revisions

From PZwiki
(added "languages")
(Redesigned Page, + Navbox, +New Description, +Farming Link + Categories + Code)
Line 1: Line 1:
{{Notice|Improve}}
__NOTOC__
 
<!--this section is for the infobox which will be positioned on the right of the page. Image.png is the default question mark image-->
{{languages|Strawberry Seeds}}
{{languages|Strawberry Seeds}}
<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 = Strawberry Seeds.png  
|image = Strawberry Seeds.png
|weight = 0.0
|weight = 0.009
}} <!--/infobox-->
}} <!--/infobox-->


Weight of 0.0 units.
'''Strawberry Seeds''' are the seeds inside a [[Strawberry_Seeds_Packet|strawberry seed packet]] 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>
 
Used to grow [[Strawberry|Strawberries]] in tilled land.  


A quantity of 50 can be repackaged back into a [[Strawberry_Seeds_Packet|strawberry seed packet]].
<br><br>
They are used with [[Farming|Farming]] to grow a crop of [[Strawberry|strawberries]] 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.


{| class="wikitable" width="550" style="text-align:center;"
== Farming ==
|-
{| class="wikitable sortable" style="text-align:center;"  
! Ingredients || Other Items || Output || Description
|-  
|-
! Name
| Strawberry Seeds [[File:Strawberry Seeds.png|24px]] + [[Trowel]][[File:Trowel.png|24px]] + [[Water]][[File:Watering can.png|24px]] || Land || [[Strawberry]][[File:Strawberries.png|24px]] + Strawberry Seeds || Grows crops.
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|5011}}
|}
|}


[[Category:items]]
== Code ==
     
<nowiki>
    item StrewberrieSeed
Type = Normal,
DisplayName = Strawberries Seeds,
Icon = TZ_StrewberrySeeds,
Weight = 0.009,
</nowiki>
     
[[Category:Farming]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 00:39, 27 August 2016


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

Template:Items

Strawberry Seeds are the seeds inside a strawberry seed packet 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 quantity of 50 can be repackaged back into a strawberry seed packet.

They are used with Farming to grow a crop of strawberries 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 StrewberrieSeed
		Type		= Normal,
		DisplayName	= Strawberries Seeds,
		Icon		= TZ_StrewberrySeeds,
		Weight		= 0.009,