Trowel: Difference between revisions

From PZwiki
(Updated Page to use new Navigation System, + code to include metal value, - unnecessary categories due to header implementation. + Farming Navbox.)
m (added hand fork to see also)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Trowel}}
{{languages|Trowel}}
{{header|The Game World|Items|Farming|version=Version 37|incver=14}}{{Items
{{header|The Game World|Items|Farming|type=Farming|version=Version 39|incver=67.5}}{{Infobox normal
|image = Trowel.png
|display_name = Trowel
|name_colour = Farming
|name_text_colour = Farming
|image = TZ_GardenTrowel.png  
|weight = 1.0
|weight = 1.0
}}'''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.
|primary_use = [[Plowed Land|Till]] [[dirt]]
<br><br>
|class_name = farming.HandShovel
The trowel is a tool required to sow seeds while [[Farming|farming]].
}}A '''trowel''' (commonly referred to as a '''hand shovel''') is a tool used in [[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.


== Farming ==
==Usage==
{| class="wikitable sortable" style="text-align:center;"
===Farming===
|-
:''For main article, see: [[Farming]]''
! Name
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).
! class="unsortable" | Recipe
 
! class="unsortable" | Description
When digging with a trowel, there is a chance of recovering a [[worm]] which can be used for [[fishing]], [[trapping]] or even be consumed.
! Crafting Level
 
{{Crafting table header}}
{{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,
MetalValue = 30,
MetalValue = 30,</nowiki>
 
</nowiki>
==See also==
     
*[[Shovel]]
{{Navbox/Tools}}
*[[Hand Fork]]
{{Navbox/Farming}}
 
{{Navbox/Tools}}{{Navbox/Farming}}
[[Category:Tools]]
[[Category:Tools]]

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