Wooden Doorframe

From PZwiki
Revision as of 07:28, 12 January 2024 by Calvy (talk | contribs) (→‎Construction: removed unnecessary table)
Project ZomboidItemsConstructionCarpentryWooden Doorframe

A wooden doorframe is a structure that the player can build to fortify a structure or create obstacles against zombies.

Wooden doorframes

Ingame screenshot of a wooden door frame both with a wooden door and without one as in Build 41.78.16.

Wooden doorframes are a defensive structure from the Carpentry skill that are used to hold constructable doors for the player to enter/exit. This allows the player easy access to their structure without risking climbing over a wall, or having an exposed gap for zombies to enter through. Doorframes are not attacked by zombies, but the wooden doors built into them can be destroyed by zombies.

Construction

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Doorframe Carpentry.gif
Wooden Doorframe
5 Carpentry Carpentry 2 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x4
(consumed)
Nails.png
Nails x4
(consumed)

To build a wooden doorframe, a player must have a hammer and the ingredients in their inventory, or on the ground within reach. They must also be have at least level 2 carpentry. Unlike the wooden wall and wooden window, the wooden doorframe does not require a wooden frame to be built first.

Wooden doorframes can be destroyed with a sledgehammer, and can be plastered and painted using paint and a paintbrush.

Code

	item DoorFrame
		Weight		= 8.5,
		Type		= Normal,
		DisplayName	= Wooden Doorframe,
		Icon		= WallDoor,

See also