Wall Piece: Difference between revisions

From PZwiki
Wall Piece
mNo edit summary
(=Unfinished= Revised Page Template, added Navbar, linked in correct categories, updated code, updated items, Description, picture due.)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
 
<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 -->
<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 -->
<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 Wall]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Items  
{{Items  
|image = Wall.png  
|image = Wall.png  
|weight = 15
|weight = 13.0
}}
}}
== Description ==
A tile of normal height that is at the edges of every house and the walls of the house. There are many different textures for walls, but player crafted walls are always brown. Its primary purpose is to make walls for a man-made shelter, or to expand a currently available shelter.
A tile of normal height that is at the edges of every house and the walls of the house. There are many different textures for walls, but player crafted walls are always brown. Its primary purpose is to make walls for a man-made shelter, or to expand a currently available shelter.


Line 22: Line 22:
Walls can be painted.
Walls can be painted.


<br><br>
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 29: Line 29:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
! class="unsortable" | Level
{{RecipeLookup|1003}}
{{RecipeLookup|1003}}
|}
|}
== Code ==
<nowiki>
item Wall
Weight = 13,
Type = Normal,
DisplayName = Wall Piece,
Icon = Wall,
</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 18:53, 22 January 2017


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

Template:Items A tile of normal height that is at the edges of every house and the walls of the house. There are many different textures for walls, but player crafted walls are always brown. Its primary purpose is to make walls for a man-made shelter, or to expand a currently available shelter.

They are crafted by a hammer, 3 nails, and 3 wooden planks.

Wall pieces have a varying amount of health and a varying texture. If the carpenter has a low carpentry skill, the wall will appear poorly made and will fall fairly quickly. However, if the carpenter has a high carpentry skill, the wall will appear to be built more professionally and will withstand far more damage.

The health of a player-made wall is 200 plus 100 for each skill level of Carpentry the player has when making it. Walls made by a player with level 5 carpentry skill have a health of 700.

To place a wall piece, a hammer needs to be equipped in either one of the weapon slots.

Walls can be destroyed quickly by a sledgehammer, the wall piece will yield 2 planks.

Walls can be painted.



Crafting

Name Recipe Description Level












Code

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

See Also