Saw: Difference between revisions

From PZwiki
(Created page with "{{Languages}} A tool used for crafting items. The most prominent use is crafting the saw with the shotgun to create the SawedOffShotgun. It can also cut Watermelon ...")
 
m (Distribution table update)
 
(76 intermediate revisions by 28 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Equipment|Tools|Carpentry tools}}
A tool used for crafting items. The most prominent use is crafting the saw with the [[shotgun]] to create the [[SawedOffShotgun]].
{{Page version|41.78.16}}
{{Infobox item
|name=Saw
|model=Hacksaw_Model.png
|icon=Hacksaw.png
|icon_name=Saw
<!--General-->
|category=Tool
|weight=0.7
|function=Saw [[log]]s<br>Disassemble [[Tiles|furniture]]<br>Saw off [[Shotgun (disambiguation)|shotgun]]<br>Cut [[watermelon]]
<!--Properties-->
|material=Metal
|material_value=35
<!--Technical-->
|tags=Saw
|item_id=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. The planks will be created in the inventory space in which the "Saw Logs" command is chosen. If there are logs on the ground as well as in the inventory, and sawing the logs in the inventory is chosen, the planks created by the logs on the ground will be placed in the inventory (and vice versa).


{{Navbox/tools}}
Its secondary purpose is to turn regular [[Shotgun (disambiguation)|shotgun]]s into the sawn off shotguns. The saw can also be used to cut [[watermelon]]s into [[Watermelon Slice|watermelon slice]]s. Saws are also used in disassembling a lot of [[Tiles|furniture]], to get more [[plank]]s and [[nails]] as well as leveling the [[player]]'s [[carpentry]] [[Skills|skill]]. Saws have no durability, so one can be used infinitely.
[[Category:Tools]]
 
==Crafting==
{{Crafting/sandbox2
|sturdy_stick
|sawed-off_js-2000_shotgun
|sawed-off_double_barrel_shotgun
}}
 
===Carpentry===
{{Crafting/sandbox2
|plank
|mortar_and_pestle
}}
 
===Cooking===
{{Crafting/sandbox2
|watermelon_slice
}}
 
===Hunting===
{{Crafting/sandbox2
|snare_trap
|trap_box
|trap_crate
}}
 
===Electrical===
{{Crafting/sandbox2
|pipe_bomb
}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|Saw|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Saw distribution
        <span class="mw-customtoggle-togglebox-Saw" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Saw">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | Not referenced
    | {{ll|LoggingFactoryTools}}
    | 4
    | 8.0
    |-
    | all
    | {{ll|Bag_JanitorToolbox}}
    | 1
    | 50.0
    |-
    | all
    | {{ll|Bag_ToolBag}}
    | 1
    | 8.0
    |-
    | all
    | {{ll|ToolsBox}}
    | 4
    | 8.0
    |-
    | all
    | {{ll|crate}}
    | 1
    | 0.4
    |-
    | all
    | {{ll|toolcabinet}}
    | 4
    | 8.0
    |-
    | bedroom
    | {{ll|crate}}
    | 1
    | 0.4
    |-
    | cabinetfactory
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 8.0
    |-
    | closet
    | {{ll|metal_shelves}}
    | 4
    | 8.0
    |-
    | drugshack
    | {{ll|counter}}
    | 4
    | 8.0
    |-
    | firestorage
    | {{ll|metal_shelves}}
    | 4
    | 8.0
    |-
    | garagestorage
    | {{ll|counter}}
    | 4
    | 8.0
    |-
    | garagestorage
    | {{ll|counter}}
    | 4
    | 4.0
    |-
    | gasstorage
    | {{ll|counter}}
    | 4
    | 8.0
    |-
    | generalstore
    | {{ll|metal_shelves}}
    | 4
    | 8.0
    |-
    | laboratory
    | {{ll|crate}}
    | 4
    | 8.0
    |-
    | morgue
    | {{ll|counter}}
    | 4
    | 8.0
    |-
    | pawnshop
    | {{ll|counter}}
    | 4
    | 8.0
    |-
    | toolstorestorage
    | {{ll|metal_shelves}}
    | 4
    | 8.0
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | CarpenterTruckBed
    | 4
    | 4
    |-
    | McCoyTruckBed
    | 4
    | 8
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Saw" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Saw|41.78.16-->
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 477
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Saw
{
    DisplayCategory = Tool,
Weight = 0.7,
Type = Normal,
DisplayName = Saw,
Icon = Hacksaw,
MetalValue = 35,
StaticModel = Hacksaw,
SurvivalGear = TRUE,
        Tags = Saw,
        WorldStaticModel = HacksawGround,
}
}}
}}
 
==See also==
*[[Axe]]
*[[Carpentry]]
*[[Garden Saw]]
*[[Hammer]]
 
{{Navbox items|tools}}
 
 
[[Category:Spiffo's Construction Crew (Project)]]

Latest revision as of 16:31, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Saw
Hacksaw Model.png
General
Category
Tool
Encumbrance
Moodle Icon HeavyLoad.png
0.7
Function
Saw logs
Disassemble furniture
Saw off shotgun
Cut watermelon
Properties
Material
Metal
Metal quantity
35
Technical
Tags
Saw
Item ID
Base.Saw

A saw is a tool used in carpentry.

Usage

Its primary purpose is to convert raw logs into usable planks. The planks will be created in the inventory space in which the "Saw Logs" command is chosen. If there are logs on the ground as well as in the inventory, and sawing the logs in the inventory is chosen, the planks created by the logs on the ground will be placed in the inventory (and vice versa).

Its secondary purpose is to turn regular shotguns into the sawn off shotguns. The saw can also be used to cut watermelons into watermelon slices. Saws are also used in disassembling a lot of furniture, to get more planks and nails as well as leveling the player's carpentry skill. Saws have no durability, so one can be used infinitely.

Crafting

Product Ingredients Tools Requirements Workstation XP
TZ WoodenStick.png
Sturdy Stick ×8
Plank.png Plank ×1
Handsaw.png
Saw (tag)
none none none
Shotgun.png
Sawed-off JS-2000 Shotgun
Shotgun2.png JS-2000 Shotgun ×1
Handsaw.png
Saw (tag)
none none none
ShotgunDoublebarrel.png
Sawed-off Double Barrel Shotgun
ShotgunDoublebarrel.png Double Barrel Shotgun ×1
Handsaw.png
Saw (tag)
none none none

Carpentry

Product Ingredients Tools Requirements Workstation XP
Plank.png
Plank ×3
Logs.png Log ×1
Handsaw.png
Saw (tag)
none none .75
(0.25 above Carpentry 3) Carpentry
MortarPestle.png
Mortar and Pestle
Plank.png Plank ×1
Handsaw.png
Saw (tag)
Carpentry 2 none 0.25 Carpentry

Cooking

Product Ingredients Tools Requirements Workstation XP
WatermelonSliced.png
Watermelon Slice ×10
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
Hacksaw.png Saw ×1
Axe.png Axe ×1
AxeStone.png Stone Axe ×1
AxeHand.png Hand Axe ×1
WoodAxe.png Wood Axe ×1
Cleaver.png Meat Cleaver ×1
Each of:
Watermelon.png Watermelon ×1
none none none 0.75 Cooking

Hunting

Product Ingredients Tools Requirements Workstation XP
TrapSnare.png
Snare Trap
Plank.png Plank ×1
Twine.png Twine ×2 unit(s)

Handsaw.png
Saw (tag)
Trapping 1
(and)
MagazineHunting.png
The Hunter Magazine Vol.1
none 0.25 Carpentry
TrapBox.png
Trap Box
Plank.png Plank ×4
Nails.png Nails ×7

Handsaw.png
Saw (tag)
Carpentry 1
(and)
Trapping 2
none 1 Carpentry
TrapCrate.png
Trap Crate
Plank.png Plank ×3
Nails.png Nails ×5

Handsaw.png
Saw (tag)
none none 0.75 Carpentry

Electrical

Product Ingredients Tools Requirements Workstation XP
PipeBomb.png
Pipe Bomb
MetalTube.png Metal Pipe ×1
ElectronicsScrap.png Scrap Electronics ×3
GunpowderJar.png Gunpowder ×20 unit(s)
Twine.png Twine ×1 unit(s)

Handsaw.png
Saw (tag)

Profession engineer.png
Engineer occupation
none none

Distribution

The loot distributions can be found in the table(s) below.

Saw distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced LoggingFactoryTools 4 8.0
all Bag_JanitorToolbox 1 50.0
all Bag_ToolBag 1 8.0
all ToolsBox 4 8.0
all crate 1 0.4
all toolcabinet 4 8.0
bedroom crate 1 0.4
cabinetfactory crate 4 10.0
closet crate 4 10.0
closet crate 4 8.0
closet metal_shelves 4 8.0
drugshack counter 4 8.0
firestorage metal_shelves 4 8.0
garagestorage counter 4 8.0
garagestorage counter 4 4.0
gasstorage counter 4 8.0
generalstore metal_shelves 4 8.0
laboratory crate 4 8.0
morgue counter 4 8.0
pawnshop counter 4 8.0
toolstorestorage metal_shelves 4 8.0
Vehicles
Vehicle Type/Location Rolls Chance
CarpenterTruckBed 4 4
McCoyTruckBed 4 8

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item Saw
	{
	    DisplayCategory = Tool,
		Weight	=	0.7,
		Type	=	Normal,
		DisplayName	=	Saw,
		Icon	=	Hacksaw,
		MetalValue = 35,
		StaticModel = Hacksaw,
		SurvivalGear = TRUE,
        Tags = Saw,
        WorldStaticModel = HacksawGround,
	}

See also