Saw: Difference between revisions

From PZwiki
mNo edit summary
(adjustments to layout. Added new infobox and header. Removed unnecessary recipes)
Line 1: Line 1:
{{Languages|Saw}}
{{Languages|Saw}}
{{Tools
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
|display_name = Saw
|name_colour = Tool
|name_text_colour = Tool
|image = Hacksaw.png  
|image = Hacksaw.png  
|primaryuse = Cutting logs
|otheruses = Making a [[Sawed-Off Shotgun]]
|weight = 0.7
|weight = 0.7
|primary_use = Sawing [[log]]s
|secondary_use = Making a [[Sawn Off Shotgun]]
|class_name = Base.Saw
}}
}}
The '''saw''' is a tool used for cutting certain items. Its primary purpose is to convert raw [[Wood logs|logs]] into usable [[Wooden plank|planks]]. Its secondary purpose is to turn regular [[shotgun]]s into the improved [[sawed-off shotgun]]. The saw can also be used to cut [[watermelon]]s into [[watermelon slice]]s.
A '''saw''' is a tools used for cutting various items


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.
==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 ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|1005}}
{{RecipeLookup|1006}}
{{RecipeLookup|1007}}
{{RecipeLookup|1007}}
{{RecipeLookup|1009}}
{{RecipeLookup|1009}}
{{RecipeLookup|2016}}
{{RecipeLookup|2016}}
{{RecipeLookup|3003}}
{{RecipeLookup|3003}}
|}
{{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|version=39|incver=67.5}}
<nowiki> item Saw
Weight = 0.7,
Type = Normal,
DisplayName = Saw,
Icon = Hacksaw,
MetalValue = 35,</nowiki>


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


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


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

Revision as of 10:17, 22 July 2018

Saw
Saw
General
Category Item
Encumbrance
Heavy Load
0.7
Function Sawing logs
Making a Sawed-off JS-2000 Shotgun
Technical details
Base ID Base.Saw

A saw is a tools used for cutting various items

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 39.67.5

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

See also

Template:Navbox/Tools