Nails |
---|
 |
|
General |
---|
Category |
Item |
---|
Weight |
Single: 0.003 Box: 0.3 |
---|
Function |
Carpentry recipes |
---|
Technical details |
---|
Base ID |
Base.Nails Base.NailsBox |
Nails are components used in crafting and carpentry.
Usage
Carpentry
Nails are a required component for most carpentry recipes, most of which also require a hammer.
They are required for barricading doors and windows, and to hang sheet ropes.
Weapons
Both the baseball bat and plank can be improved by combining with nails, making them deal slightly more damage.
Boxes
100 nails can be consolidated into a box of nails, which is purely for organisational purposes, and provides no strategic advantage.
Crafting
Nails can be used in the following recipes:
Construction
Product
|
Recipe
|
Description
|
Skill Level
|
|
|
Can be placed inside any wooden door frame without a door.
|
Carpentry Level 3
|
|
|
Wooden stairs that can be placed in various locations throughout the game world. A player can fall off or through the stairs. In the current game builds, the stair injury occurrence is high.
|
Carpentry Level 6
|
|
|
A basic wooden wall.
|
Carpentry Level 2
|
|
|
A door frame. Door can be placed here.
|
Carpentry Level 2
|
|
|
A window frame.
|
Carpentry Level 2
|
Furniture
Product
|
Recipe
|
Description
|
Skill Level
|
|
|
A wooden crate used for storage. It is a craft-able storage item with its own inventory.
|
Carpentry Level 3
|
|
|
Drawers are made from a plank, a set of nails, and a doorknob. They are used in carpentry.
|
Carpentry Level 1
|
|
|
A handy little barrel that collects and stores rainwater for later usage. One of the only sources of renewable water.
|
Square Crate: Carpentry Level 4, Round Barrel: Carpentry Level 7
|
|
|
A bar element.
|
Carpentry Level 7
|
|
|
A bar corner.
|
Carpentry Level 7
|
|
|
A small table.
|
Carpentry Level 3
|
|
|
A small Wooden table with room for storage.
|
Carpentry Level 5
|
|
|
A large table.
|
Carpentry Level 4
|
|
|
A wooden chair.
|
Carpentry Level 2
|
Weapons
Product
|
Recipe
|
Description
|
Skill Level
|
|
|
Imparts greater damage than the basic baseball bat. The durability of the spiked baseball bat is less than that of the basic baseball bat.
|
Level 0
|
|
|
Makes a wooden plank a more deadly weapon.
|
Level 0
|
Trapping and Fishing
Other
Product
|
Recipe
|
Description
|
Skill Level
|
|
|
A full tile barricade. NO LONGER RECIPE
|
Level Unknown
|
|
|
A box holding 100 nails.
|
Carpentry Level 0
|
Distribution
Nails can be found in hardware stores, factories (specifically logging factories), tool sheds, garages, and various other storage locations.
Nails can be obtained by dismantling various wooden furniture.
Coding
From newitems.txt (Project Zomboid directory/media/scripts/)
Nails
item Nails
Count = 5,
Weight = 0.003,
AlwaysWelcomeGift = TRUE,
Type = Normal,
DisplayName = Nails,
Icon = Nails,
MetalValue = 1,
Box of Nails
item NailsBox
Weight = 0.3,
Type = Normal,
DisplayName = Box of Nails,
Icon = NailsBox,
MetalValue = 100,
See also