Trowel: Difference between revisions

From PZwiki
(Possible location of trowels for the convenience of players.)
(Redesigned Page, + Navbar, +New Description, +Farming Link + Categories + Code + Tool Navbox)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{notice|short}}
{{languages|Trowel}}
 
<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 -->
{{tools
<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 -->
|image = Trowel.png  
<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 -->
|primaryuse = Farming
{{Items
|otheruses = ?
|image = Trowel.png
|weight = 1.0
|weight = 1.0
}} <!--/infobox-->
}} <!--/infobox-->
A small hand shovel which is used to till the earth.


'''A Trowel''' (also known in code as a HandShovel) is  small hand shovel which is used to till the earth. It can be found in garages, crates, sheds, and in kitchens.
<br><br>
The trowel is a tool required to sow seeds while [[Farming|farming]].
The trowel is a tool required to sow seeds while [[Farming|farming]].
<br><br>
When digging with a trowel, there is a chance of recovering a [[Worm]] which can be used for bait for fishing, traps or they can in emergencies be consumed.
<br><br>
See [[Farming]] for further information.


Can be found in garages, sheds, and warehouses.
== Farming ==
<!-- Please edit this section if the trowel is used in any crafting recipes.
{| class="wikitable sortable" style="text-align:center;"  
== Crafting ==
|-  
 
! Name
Trowel can be used in the following recipes:
! class="unsortable" | Recipe
 
! class="unsortable" | Description
{| class="wikitable" width="550" style="text-align:center;"
! Crafting Level
|-
{{RecipeLookup|5000}}
! Ingredients || Other Items || Output || Description
|-
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
|}
|}
-->


== Code ==
    
<nowiki>
    item HandShovel
Type = Normal,
DisplayName = Trowel,
Icon = TZ_GardenTrowel,
Weight = 1.0,
</nowiki>
     
{{Navbox/Tools}}
[[Category:Farming]]
[[Category:Tools]]
[[Category:Tools]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 15:16, 27 August 2016


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

Template:Items

A Trowel (also known in code as a HandShovel) is small hand shovel which is used to till the earth. It can be found in garages, crates, sheds, and in kitchens.

The trowel is a tool required to sow seeds while farming.

When digging with a trowel, there is a chance of recovering a Worm which can be used for bait for fishing, traps or they can in emergencies be consumed.

See Farming for further information.

Farming

Name Recipe Description Crafting Level












Code

    

	
    item HandShovel
		Type		= Normal,
		DisplayName	= Trowel,
		Icon		= TZ_GardenTrowel,
		Weight		= 1.0,
 

      Template:Navbox/Tools