Hammer |
---|
 |
|
General |
---|
Category |
Weapon |
---|
Weight |
1 |
---|
Function |
Carpentry |
---|
Equipped |
One-handed |
---|
Condition max. |
10 |
---|
Damage |
---|
Type |
Blunt |
---|
Swing time |
3 |
---|
Range |
0.61–1 tiles |
---|
Damage |
0.5–1 |
---|
Knockback |
0.5 |
---|
Knockdown |
0 |
---|
Technical details |
---|
Base ID |
Base.Hammer |
A hammer is a tool used in crafting furniture and structures.
Usage
Carpentry
A hammer, in combination with wooden planks and nails, is required for most carpentry recipes.
It is also necessary for barricading doors and windows.
Weapon
A hammer can be used as a melee weapon. It deals a decent amount of damage, but has a short range and little knockback. A hammer deals 9 damage per swing to doors and 1 damage per swing to trees. When compared to the 35 damage given by an axe, hammers are not recommended to be used in this way.
Both the baseball bat and plank can be improved by combining with them nails using a hammer, making them deal slightly more damage.
Crafting
A hammer 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
|
|
|
|
Carpentry Level 1
|
|
|
Slows movement and can inflict surface wounds.
|
Carpentry Level 5
|
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
|
|
|
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
|
|
|
A cozy bed to sleep on.
|
Carpentry Level 4
|
|
|
|
Carpentry Level 2
|
|
|
|
Carpentry Level 2
|
|
|
|
Carpentry Level 3
|
|
|
|
Carpentry Level 5
|
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
|
Other
Product
|
Recipe
|
Description
|
Skill Level
|
|
|
A full tile barricade. NO LONGER RECIPE
|
Level Unknown
|
|
|
Watermelon Chunks.
|
Cooking Level 0
|
Code
Item
From items.txt (Project Zomboid directory/media/scripts/)
item Hammer
MaxRange = 1,
WeaponSprite = Hammer,
MinAngle = 0,
Type = Weapon,
MinimumSwingTime = 3,
KnockBackOnNoDeath = TRUE,
SwingAmountBeforeImpact = 0.02,
Categories = Blunt,
ConditionLowerChanceOneIn = 30,
Weight = 1,
SplatNumber = 0,
PushBackMod = 0.5,
MaxDamage = 1,
SubCategory = Swinging,
ConditionMax = 10,
MaxHitCount = 1,
DoorDamage = 9,
CanBarricade = TRUE,
SwingAnim = Bat,
WeaponWeight = 1,
DisplayName = Hammer,
MinRange = 0.61,
SwingTime = 3,
MinDamage = 0.5,
KnockdownMod = 0,
SplatBloodOnNoDeath = TRUE,
Icon = Hammer,
RunAnim = Run_Weapon2,
IdleAnim = Idle_Weapon2,
BreakSound = BreakMetalItem,
TreeDamage = 1,
MetalValue = 25,
Repair
From items.txt (Project Zomboid directory/media/scripts/)
fixing Fix Hammer
{
Require : Hammer,
Fixer : Woodglue; Woodwork=1,
Fixer : DuctTape,
Fixer : Glue=2,
Fixer : Scotchtape=3,
}
See also