Metal Wall: Difference between revisions

From PZwiki
m (→‎See also: metalworking link clean up, replaced: MetalworkingMetalworking)
m (Minor fixes)
Line 1: Line 1:
{{languages|Metal_Wall}}
{{Languages}}{{Header|The Game World|Items|Construction|Metalwork|type=Construction|version=Version 36}}
{{header|The Game World|Items|Construction|Metalwork|type=Construction|version=Version 36}}
'''Metal walls''' are structures that the [[player]] can build to fortify a structure or create obstacles against zombies.
'''Metal walls''' are structures 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"
 
|- style="font-size:100%"
[[File:Metal Wall Construction.png|thumb|right|Ingame image of a Level 1 Metal Wall at Build 36.40.]]
| valign="top" |[[Image:Metal_Wall_Construction.png]]<!--
 
  --><br> <small>''Ingame image of a Level 1 Metal Wall at Build 36.40''</small>
==Metal Walls==
|}
== Metal Walls ==
Metal 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.
Metal 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 16: Line 13:
While a slight oversight, you must be holding the metal sheets in your inventory to upgrade a wooden/metal frame to a metal wall, and these construction parts can not be used if on the floor.
While a slight oversight, you must be holding the metal sheets in your inventory to upgrade a wooden/metal frame to a metal wall, and these construction parts can not be used if on the floor.


{{clear}}
{{Clear}}
 
==Construction==
[[File:Metal Wall Construction 2.png|thumb|right|Right-clicking on a bars on a metal 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:Metal_Wall_Construction_2.png]]<!--
  --><br> <small>''Right-clicking on a bars on a metal frame shows the upgrade menu.''</small>
|}
To build a metal wall, a player must first equip the hammer, build a wooden or metal frame, and then upgrade this frame with metal sheets.
To build a metal wall, a player must first equip the hammer, build a wooden or metal frame, and then upgrade this frame with metal sheets.


Line 32: Line 26:
Walls can be destroyed quickly by a [[sledgehammer]].
Walls can be destroyed quickly by a [[sledgehammer]].


=== Metal wall stats ===
===Metal Wall stats===
{| class="pztable" style="text-align:center;"  
{| class="pztable" style="text-align:center;"  
|-
|-
Line 72: Line 66:
|}
|}


=== Important to Note ===
===Important to note===
To upgrade from Level 1 to Level 2, it would cost 1 sheet of metal sheets and 3 units of propane fuel in the propane torch.
To upgrade from Level 1 to Level 2, it would cost 1 sheet of metal sheets and 3 units of propane fuel in the propane torch.


== Code ==
==Code==
N.B - The Metal wall at this time uses the wooden wall entry with a different skin.
N.B - The Metal wall at this time uses the wooden wall entry with a different skin.
<nowiki>
 
<pre>
item Wall
item Wall
Weight = 13,
Weight = 13,
Line 83: Line 78:
DisplayName = Wall Piece,
DisplayName = Wall Piece,
Icon = Wall,
Icon = Wall,
</nowiki>
</pre>


== See also ==
==See also==
* [[Metalworking|Metalworking]]
*[[Metalworking]]


{{Navbox/Construction}}
{{Navbox construction}}


[[Category:Metalwork]]
[[Category:Metalwork]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 00:30, 26 April 2023

Metal walls are structures that the player can build to fortify a structure or create obstacles against zombies.

Ingame image of a Level 1 Metal Wall at Build 36.40.

Metal Walls

Metal 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 metal walls and metal windows requires a player to have a propane torch, an welding mask, and welding rods to construct. The strength of the wall itself is dependant on the level of the actual wall. Metal walls can begin with wooden frames or metal frames.

A player must learn the relevant skill magazines to construct metal structures.

While a slight oversight, you must be holding the metal sheets in your inventory to upgrade a wooden/metal frame to a metal wall, and these construction parts can not be used if on the floor.

Construction

Right-clicking on a bars on a metal frame shows the upgrade menu.

To build a metal wall, a player must first equip the hammer, build a wooden or metal frame, and then upgrade this frame with metal sheets.

To construct a Metal Wall, a player would require for Level 1, 2 skill points in metalworking. For Level 2 it requires 8 levels in metalworking.

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

Walls can be destroyed quickly by a sledgehammer.

Metal Wall stats

Item Total Metal Bar to Build Stage Total Welding Rods to Build Stage Total Sheet Metal to Build Stage Total Propane Fuel (in Propane Torch) to Build Stage Health of Wall Provided Level of Metalworking Skill
File:MetalWall.png

Metal Frame

3 4 0 8 +120 3
File:MetalWall.png

Metal Wall Level 1

0 0 3 10 250 2
File:MetalWall.png

Metal Wall Level 2

0 0 4 13 350 8

Important to note

To upgrade from Level 1 to Level 2, it would cost 1 sheet of metal sheets and 3 units of propane fuel in the propane torch.

Code

N.B - The Metal wall at this time uses the wooden wall entry with a different skin.

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

See also