Wooden Window: Difference between revisions

From PZwiki
m (→‎Wooden Window Stats: [BOT] duplicate file fix, replaced: File:WindowFrame.png → File:WallWindow.png (3))
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 window''' is a structure that the [[player]] can build to fortify a structure or create obstacles against zombies.
A '''wooden window''' is a structure that the [[player]] can build to fortify a structure or create obstacles against zombies.


{| style="float:right; border:1px solid FFFFFF;margin:.46em 0 0 .2em"
[[File:Wooden Window Frame Construction.png|thumb|right|Ingame image of wooden frames at Build 36.40 - From Wooden Frame to Level 3 Window.]]
|- style="font-size:100%"
| valign="top" |[[Image:Wooden_Window_Frame_Construction.png]]<!--
  --><br> <small>''Ingame image of wooden frames at Build 36.40 - From Wooden Frame to Level 3 Window''</small>
|}


==Wooden Window==
==Wooden Window==
Line 15: Line 10:


Windows without barricades can be climbed through by zombies. While a slight oversight, you must be holding the planks and nails in your inventory to upgrade a wooden frame to a wooden window frame, and these construction parts can not be used if on the floor.
Windows without barricades can be climbed through by zombies. While a slight oversight, you must be holding the planks and nails in your inventory to upgrade a wooden frame to a wooden window frame, and these construction parts can not be used if on the floor.
{{clear}}
 
== Construction ==
{{Clear}}
{| style="float:right; border:1px solid FFFFFF;margin:.46em 0 0 .2em"
 
|- style="font-size:100%"
==Construction==
| valign="top" |[[Image:Wall_Construction_2.png]]<!--
[[File:Wall Construction 2.png|thumb|right|Right clicking on the wooden frame shows the upgrade menu.]]
  --><br> <small>''Right clicking on the wooden frame shows the upgrade menu.''</small>
 
|}
To build a [[wooden window frame]], a player must first equip the hammer, build a wooden frame, and then upgrade this frame with further wood and nails.
To build a [[wooden window frame]], a player must first equip the hammer, build a wooden frame, and then upgrade this frame with further wood and nails.


Line 27: Line 21:


Wooden window frames can be destroyed quickly by a [[sledgehammer]] and window frames can be painted using paint and a [[paintbrush]].
Wooden window frames can be destroyed quickly by a [[sledgehammer]] and window frames can be painted using paint and a [[paintbrush]].
=== Wooden Window Stats ===
 
===Wooden Window stats===
{| class="pztable" style="text-align:center;"  
{| class="pztable" style="text-align:center;"  
|-
|-
Line 66: Line 61:
|}
|}


=== Important to Note ===
===Important to note===
To upgrade from Level 1 to Level 2, or Level 2 to 3 it would cost 1 plank and 4 nails.
To upgrade from Level 1 to Level 2, or Level 2 to 3 it would cost 1 plank and 4 nails.


To upgrade from Level 1 to Level 3, it would cost 2 planks and 8 nails. '''(it is cheaper in nail cost to demolish the window frame and rebuild IF unbarricaded)'''
To upgrade from Level 1 to Level 3, it would cost 2 planks and 8 nails. '''(it is cheaper in nail cost to demolish the window frame and rebuild IF unbarricaded)'''
{{clear}}
 
== Code ==
{{Clear}}
<nowiki>
 
==Code==
<pre>
item WindowFrame
item WindowFrame
Weight = 10,
Weight = 10,
Line 78: Line 75:
DisplayName = Wooden Window Frame,
DisplayName = Wooden Window Frame,
Icon = WallWindow,
Icon = WallWindow,
</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:11, 26 April 2023

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

Ingame image of wooden frames at Build 36.40 - From Wooden Frame to Level 3 Window.

Wooden Window

Wooden windows are a defensive structure that can be built to seal entranceways, reinforce entry/exit points, and can be used in the creation of completely new structures. The Window allows for barricades to be erected on the hole and a rope sheet to be used with the window to allow for a escape route in a structure.

All wooden walls and wooden windows require a player to have a hammer, planks, and nails to construct. The strength of the window itself is dependant on the level of the actual window.

Windows without barricades can be climbed through by zombies. While a slight oversight, you must be holding the planks and nails in your inventory to upgrade a wooden frame to a wooden window frame, and these construction parts can not be used if on the floor.

Construction

Right clicking on the wooden frame shows the upgrade menu.

To build a wooden window frame, a player must first equip the hammer, build a wooden frame, and then upgrade this frame with further wood and nails.

To construct a Wooden window frame, a player would require for Level 1, 2 skill points in carpentry. For Level 2 it requires 4 carpentry skill, and the Level 3 window frame requires 7 Carpentry skill.

Wooden window frames can be destroyed quickly by a sledgehammer and window frames can be painted using paint and a paintbrush.

Wooden Window stats

Item Wood Required to Build Stage Total Nails to Build Stage Health of Wall Provided Level of Construction
Wall.png

Wooden Frame

2 2 50 2
WallWindow.png

Wooden Window Frame Level 1

2 4 150 2
WallWindow.png

Wooden Window Frame Level 2

2 4 200 4
WallWindow.png

Wooden Window Frame Level 3

2 4 250 7

Important to note

To upgrade from Level 1 to Level 2, or Level 2 to 3 it would cost 1 plank and 4 nails.

To upgrade from Level 1 to Level 3, it would cost 2 planks and 8 nails. (it is cheaper in nail cost to demolish the window frame and rebuild IF unbarricaded)

Code

	item WindowFrame
		Weight		= 10,
		Type		= Normal,
		DisplayName	= Wooden Window Frame,
		Icon		= WallWindow,

See also