Trowel: Difference between revisions

From PZwiki
(Redesigned Page, + Navbar, +New Description, +Farming Link + Categories + Code + Tool Navbox)
m (added hand fork to see also)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Trowel}}
{{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 -->
{{header|The Game World|Items|Farming|type=Farming|version=Version 39|incver=67.5}}{{Infobox normal
<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 -->
|display_name = Trowel
<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 -->
|name_colour = Farming
{{Items
|name_text_colour = Farming
|image = Trowel.png
|image = TZ_GardenTrowel.png  
|weight = 1.0
|weight = 1.0
}} <!--/infobox-->
|primary_use = [[Plowed Land|Till]] [[dirt]]
|class_name = farming.HandShovel
}}A '''trowel''' (commonly referred to as a '''hand shovel''') is a tool used in [[farming]].


'''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.
==Usage==
<br><br>
===Farming===
The trowel is a tool required to sow seeds while [[Farming|farming]].
:''For main article, see: [[Farming]]''
<br><br>
A trowel is used to [[Plowed Land|till]] [[grass]] or [[dirt]], allowing seeds to be sown. Additionally, it can be used to dig graves (a way to permanently dispose of up to 5 corpses and all the items the corpses are wearing/carrying).
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.


== Farming ==
When digging with a trowel, there is a chance of recovering a [[worm]] which can be used for [[fishing]], [[trapping]] or even be consumed.
{| class="wikitable sortable" style="text-align:center;"
 
|-
{{Crafting table header}}
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|5000}}
{{RecipeLookup|5000}}
|}
{{Crafting table footer}}
 
==Distribution==
It can be found in garages, [[Wooden Crate|crates]], sheds, and in kitchens.


== Code ==
== Code ==
    
 
  <nowiki>
  <nowiki> item HandShovel
    item HandShovel
Type = Normal,
Type = Normal,
DisplayName = Trowel,
DisplayName = Trowel,
Icon = TZ_GardenTrowel,
Icon = TZ_GardenTrowel,
Weight = 1.0,
Weight = 1.0,
</nowiki>
MetalValue = 30,</nowiki>
     
 
{{Navbox/Tools}}
==See also==
[[Category:Farming]]
*[[Shovel]]
*[[Hand Fork]]
 
{{Navbox/Tools}}{{Navbox/Farming}}
[[Category:Tools]]
[[Category:Tools]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 21:21, 4 July 2021


Trowel
Trowel
General
Category Item
Encumbrance
Heavy Load
1.0
Function Till dirt
Technical details
Base ID farming.HandShovel

A trowel (commonly referred to as a hand shovel) is a tool used in farming.

Usage

Farming

For main article, see: Farming

A trowel is used to till grass or dirt, allowing seeds to be sown. Additionally, it can be used to dig graves (a way to permanently dispose of up to 5 corpses and all the items the corpses are wearing/carrying).

When digging with a trowel, there is a chance of recovering a worm which can be used for fishing, trapping or even be consumed.

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

It can be found in garages, crates, sheds, and in kitchens.

Code

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

See also

Template:Navbox/ToolsTemplate:Navbox/Farming