Saw: Difference between revisions

From PZwiki
m (higher quality png image)
(typo)
(13 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Languages}}
{{Languages|Saw}}
{{Tools
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=40}}{{Infobox normal
|image = Hacksaw.png  
|display_name = Saw
|primaryuse = Cutting logs
|name_colour = Tool
|otheruses = Making a [[Sawed-Off Shotgun]]
|name_text_colour = Tool
|image = Hacksaw_120px.png  
|weight = 0.7
|primary_use = Saw [[log]]s
|secondary_use = Disassemble [[furniture]]
|class_name = Base.Saw
}}
}}
The saw is an important tool used for cutting many items. It's primary purpose is to convert raw [[Wood logs|logs]] into usable wooden planks. It's secondary purpose is to turn regular [[shotgun]]s into the improved sawed-off shotgun. It's third purpose is to cut melons, but the kitchen knife and the axe can also do this.
A '''saw''' is a tool used in [[carpentry]].
 
==Usage==
Its primary purpose is to convert raw [[log]]s into usable [[plank]]s. Its secondary purpose is to turn regular [[shotgun]]s into the improved [[Sawn Off Shotgun|sawn off shotgun]]. The saw can also be used to cut [[watermelon]]s into [[watermelon slice]]s.


The saw is in abundance in the hardware store, and sometimes found in storage crates, but it is rarely found elsewhere.
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
{{RecipeLookup|1007}}
! Name
{{RecipeLookup|1009}}
! class="unsortable" | Recipe
{{RecipeLookup|2016}}
! class="unsortable" | Description
{{RecipeLookup|3003}}
{{RecipeLookup|11}}
{{Crafting table footer}}
{{RecipeLookup|18}}
 
{{RecipeLookup|16}}
==Distribution==
{{RecipeLookup|17}}
Saws can often be found in storage crates (which are typically found in warehouses). They can also be rarely found in some residential homes. The hardware store in [[West Point]] is an excellent place to get a '''saw''' and many other useful tools relatively early in the game.
{{RecipeLookup|35}}
|}


== Code ==
==Code==
  <nowiki>item Saw
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{
{{Retrieved|version=40|incver=40}}
Type = Normal,
  <nowiki> item Saw
DisplayName = Saw,
Weight = 0.7,
Icon = Hacksaw,
Type = Normal,
Weight = 0.7,
DisplayName = Saw,
}</nowiki>
Icon = Hacksaw,
== History ==
MetalValue = 35,</nowiki>
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9 || Added to the game.
|}


==See Also==
==See also==
* [[Carpentry Guide]]
* [[Hammer]]
* [[Hammer]]
* [[Wood logs]]
* [[Axe]]
* [[Garden Saw]]


{{Navbox/Tools}}
{{Navbox/Tools}}


[[Category:Tools]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Items]]
[[Category:Version 0.2.0p]]

Revision as of 11:02, 22 December 2020

Saw
Saw
General
Category Item
Encumbrance
Heavy Load
0.7
Function Saw logs
Disassemble furniture
Technical details
Base ID Base.Saw

A saw is a tool used in carpentry.

Usage

Its primary purpose is to convert raw logs into usable planks. Its secondary purpose is to turn regular shotguns into the improved sawn off shotgun. The saw can also be used to cut watermelons into watermelon slices.

Crafting

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

Distribution

Saws can often be found in storage crates (which are typically found in warehouses). They can also be rarely found in some residential homes. The hardware store in West Point is an excellent place to get a saw and many other useful tools relatively early in the game.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.40

	item Saw
		Weight		= 0.7,
		Type		= Normal,
		DisplayName	= Saw,
		Icon		= Hacksaw,
		MetalValue 	= 35,

See also

Template:Navbox/Tools