Saw: Difference between revisions

From PZwiki
No edit summary
(typo)
(31 intermediate revisions by 16 users not shown)
Line 1: Line 1:
{{Languages}}
{{Languages|Saw}}
A tool used for crafting items. The most prominent use is crafting the saw with the [[shotgun]] to create the [[SawedOffShotgun]].
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=40}}{{Infobox normal
|display_name = Saw
|name_colour = Tool
|name_text_colour = Tool
|image = Hacksaw_120px.png
|weight = 0.7
|primary_use = Saw [[log]]s
|secondary_use = Disassemble [[furniture]]
|class_name = Base.Saw
}}
A '''saw''' is a tool used in [[carpentry]].


It can also cut [[Watermelon]] into [[Watermelon Slices]].
==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.


== Crafting ==
{{Crafting table header}}
{{RecipeLookup|1007}}
{{RecipeLookup|1009}}
{{RecipeLookup|2016}}
{{RecipeLookup|3003}}
{{Crafting table footer}}


[[Category:Tools]]
==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|version=40|incver=40}}
<nowiki> item Saw
Weight = 0.7,
Type = Normal,
DisplayName = Saw,
Icon = Hacksaw,
MetalValue = 35,</nowiki>
 
==See also==
* [[Carpentry Guide]]
* [[Hammer]]
* [[Axe]]
* [[Garden Saw]]
 
{{Navbox/Tools}}
 
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 10: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