Wooden Wall: Difference between revisions

From PZwiki
mNo edit summary
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 wall''' is a structure that the [[player]] can build to fortify a structure or create obstacles against zombies.
A '''wooden wall''' 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:Wall Construction.png|thumb|right|Ingame image of wooden walls at Build 36.40 - From Wooden Frame to Level 3 Wall.]]
|- style="font-size:100%"
 
| valign="top" |[[Image:Wall_Construction.png]]<!--
==Wooden walls==
  --><br> <small>''Ingame image of wooden walls at Build 36.40 - From Wooden Frame to Level 3 Wall''</small>
|}
== Wooden Walls ==
Wooden walls 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.
Wooden walls 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.


Line 15: Line 11:
Walls over time can be destroyed by zombies, however if painted, at this current version, will be ignored by zombies who will concentrate on barricaded windows and doors to enter a building. While a slight oversight, you must be holding the planks and nails in your inventory to upgrade a wooden frame to a wall, and these construction parts can not be used if on the floor.
Walls over time can be destroyed by zombies, however if painted, at this current version, will be ignored by zombies who will concentrate on barricaded windows and doors to enter a building. While a slight oversight, you must be holding the planks and nails in your inventory to upgrade a wooden frame to a wall, and these construction parts can not be used if on the floor.


==Construction==
[[File:Wall Construction 2.png|thumb|right|Right clicking on the wooden frame shows the upgrade menu.]]


== Construction ==
{| style="float:right; border:1px solid FFFFFF;margin:.46em 0 0 .2em"
|- style="font-size:100%"
| valign="top" |[[Image:Wall_Construction_2.png]]<!--
  --><br> <small>''Right clicking on the wooden frame shows the upgrade menu.''</small>
|}
To build a wooden wall, 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 wall, a player must first equip the hammer, build a wooden frame, and then upgrade this frame with further wood and nails.


Line 31: Line 21:


Wooden and metal frames provide additive health to the overall health of the wall: for instance, a wooden frame upgraded to a wooden wall would have 200 total health.
Wooden and metal frames provide additive health to the overall health of the wall: for instance, a wooden frame upgraded to a wooden wall would have 200 total health.
=== Wooden Wall Stats ===
 
===Wooden Wall stats===
{| class="pztable" style="text-align:center;"  
{| class="pztable" style="text-align:center;"  
|-
|-
Line 70: 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 wall and rebuild)'''
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 wall and rebuild)'''


 
==Code==
== Code ==
<pre>
<nowiki>
item Wall
item Wall
Weight = 13,
Weight = 13,
Line 83: Line 73:
DisplayName = Wall Piece,
DisplayName = Wall Piece,
Icon = Wall,
Icon = Wall,
</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:09, 26 April 2023

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

Ingame image of wooden walls at Build 36.40 - From Wooden Frame to Level 3 Wall.

Wooden walls

Wooden walls 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.

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

Walls over time can be destroyed by zombies, however if painted, at this current version, will be ignored by zombies who will concentrate on barricaded windows and doors to enter a building. While a slight oversight, you must be holding the planks and nails in your inventory to upgrade a wooden frame to a wall, 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 wall, 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 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 wall requires 7 Carpentry skill.

Walls can be destroyed quickly by a sledgehammer and walls can be painted using paint and a paintbrush.

Wooden and metal frames provide additive health to the overall health of the wall: for instance, a wooden frame upgraded to a wooden wall would have 200 total health.

Wooden Wall stats

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

Wooden Frame

2 2 +50 2
Wall.png

Wooden Wall Level 1

2 4 150 2
Wall.png

Wooden Wall Level 2

2 4 200 4
Wall.png

Wooden Wall 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 wall and rebuild)

Code

item Wall
	Weight		= 13,
	Type		= Normal,
	DisplayName	= Wall Piece,
	Icon		= Wall,

See also