Wooden Doorframe: Difference between revisions

From PZwiki
m (Minor cleanup)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|Construction|Carpentry|version=Version 36|incver=4}}
{{header|The Game World|Items|Construction|Carpentry|version=Version 36|incver=4}}
A '''wooden doorframe''' is a structure that the [[player]] can build to fortify a structure or create obstacles against zombies.
A '''wooden doorframe''' is a structure that the [[player]] can build to fortify a structure or create obstacles against zombies.


== Wooden Doorframes ==
==Wooden doorframes==
 
[[File:Wooden Door Frame Article.png|thumb|right|Ingame image of a wooden door frame at Build 36.40.]]
{| style="float:right; border:1px solid FFFFFF;margin:.46em 0 0 .2em"
|- style="font-size:100%"
| valign="top" |[[Image:Wooden_Door_Frame_Article.png]]<!--
  --><br> <small>''Ingame image of a wooden door frame at Build 36.40''</small>
|}


Wooden doorframes are a defensive structure that can be built to seal and reinforce entry/exit points, and can be used in the creation of completely new structures.
Wooden doorframes are a defensive structure that can be built to seal and reinforce entry/exit points, and can be used in the creation of completely new structures.
Line 17: Line 11:
Doorframes are not attacked by zombies, but the [[Door|wooden doors]] built into them can be destroyed by zombies.
Doorframes are not attacked by zombies, but the [[Door|wooden doors]] built into them can be destroyed by zombies.


== Construction ==
==Construction==
 
To build a wooden doorframe, a player must first equip the hammer, and then select a doorframe through the construction menu.
To build a wooden doorframe, a player must first equip the hammer, and then select a doorframe through the construction menu.


Line 24: Line 17:


Wooden doorframes can be destroyed quickly by a [[sledgehammer]] and can be plastered and then painted using paint and a [[paintbrush]].
Wooden doorframes can be destroyed quickly by a [[sledgehammer]] and can be plastered and then painted using paint and a [[paintbrush]].
=== Wooden Doorframe Stats ===
 
===Wooden Doorframe stats===
{| class="pztable" style="text-align:center;"  
{| class="pztable" style="text-align:center;"  
|-
|-
Line 42: Line 36:
|}
|}


== Code ==
==Code==
<nowiki>
<pre>
item DoorFrame
item DoorFrame
Weight = 8.5,
Weight = 8.5,
Line 49: Line 43:
DisplayName = Wooden Doorframe,
DisplayName = Wooden Doorframe,
Icon = WallDoor,
Icon = WallDoor,
</nowiki>
</pre>


==See also==
==See also==
*[[Carpentry Guide]]
*[[Carpentry]]


{{Navbox/Construction}}
{{Navbox construction}}
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 00:01, 26 April 2023

The Game WorldItemsConstructionCarpentryWooden Doorframe

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

Wooden doorframes

Ingame image of a wooden door frame at Build 36.40.

Wooden doorframes are a defensive structure that can be built to seal and reinforce entry/exit points, and can be used in the creation of completely new structures.

All wooden doorframes require a player to have a hammer, planks, and nails to construct. The strength of the doorframe is dependent on its level.

Doorframes are not attacked by zombies, but the wooden doors built into them can be destroyed by zombies.

Construction

To build a wooden doorframe, a player must first equip the hammer, and then select a doorframe through the construction menu.

To construct a wooden frame, a player would require carpentry level 2.

Wooden doorframes can be destroyed quickly by a sledgehammer and can be plastered and then painted using paint and a paintbrush.

Wooden Doorframe stats

Item Wood Required to Build Total Nails to Build Health of Structure Provided Level of Construction
DoorFrame.png

Wooden Doorframe

4 4 - 2

Code

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

See also