Wooden Doorframe: Difference between revisions

From PZwiki
(Code removed. See Community Portal Discussion for details)
(Update of Wooden Door Frame article. +NavBar, +Description, + Stats, +Category +Ver 36 note,)
Line 1: Line 1:
__NOTOC__
{{languages|Door Frame}}
{{languages|Door Frame}}
{{Items
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
|image = DoorFrame.png
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 36.4'''    </div><!-- Code for Version Tag at top -->
|weight = 10
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Construction|Construction]] -> [[:Category:Carpentry|Carpentry]] -> [[{{PAGENAME}}|Wooden Door Frame]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
}}
'''Wooden Walls''' are structures that a [[Player|character]] can build to fortify a structure or create obstacles against zombies.<br>
<br>
== Wooden Door Frame ==


The wooden door frame is an item that is made when putting a saw and a wall piece in the crafting area. The wooden door frame can be placed with a hammer, and it will be identical to the wall piece, but there is a large gap in the middle. You can place a door in the large gap in the wooden door frame, and the gap will fill with the door.
{| 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>
|}
__NOTOC__


== Crafting ==
Wooden door frames 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.
{| class="wikitable sortable" style="text-align:center;"  
 
|-  
All wooden door frames require a player to have a [[hammer]], [[plank|planks]], and [[nails]] to construct. The strength of the door frame itself is dependant on the level of the door frame.
! Name
 
! class="unsortable" | Recipe
Door frames are not attacked by zombies, but the [[Door|wooden doors]] built into them however can be destroyed by zombies.
! class="unsortable" | Description
 
{{RecipeLookup|1006}}
<br><br><br><br><br><br><br>
 
== Construction ==
 
To build a wooden door frame, a player must first equip the hammer, and then select a door frame through the construction menu.
 
To construct a wooden frame, a player would require carpentry level 2.
 
Wooden door frames can be destroyed quickly by a [[sledgehammer]] and can be plastered and then painted using paint and a [[paintbrush]].
=== Wooden Door Frame Stats ===
{| class="wikitable" style="text-align:center;"  
|-
! Item
! Wood Required to Build
! Total Nails to Build
! Health of Structure Provided
! Level of Construction
|-
|[[File:DoorFrame.png]] <br>
Wooden Door Frame
| 4
| 4
| -
| 2
|-
|}
|}


== Code ==
<nowiki>
item DoorFrame
Weight = 8.5,
Type = Normal,
DisplayName = Wooden Door Frame,
Icon = WallDoor,
</nowiki>
==See Also==
*[[Carpentry_Guide|Carpentry Guide]]


[[Category:Construction]]
[[Category:Construction]]
[[Category:Version 0.2.0p]]
[[Category:Carpentry]]
[[Category:Items]]
[[Category:Version 36]]

Revision as of 22:22, 23 January 2017


Page Updated @ Version: 36.4
   Navigation - Main Index -> The Game World -> Items -> Construction -> Carpentry -> Wooden Door Frame   

Wooden Walls are structures that a character can build to fortify a structure or create obstacles against zombies.

Wooden Door Frame

Wooden Door Frame Article.png
Ingame image of a wooden door frame at Build 36.40


Wooden door frames 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 door frames require a player to have a hammer, planks, and nails to construct. The strength of the door frame itself is dependant on the level of the door frame.

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








Construction

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

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

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

Wooden Door Frame Stats

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

Wooden Door Frame

4 4 - 2

Code

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

See Also