Wooden Crate: Difference between revisions

From PZwiki
m (ver31)
(Reformatted page, corrected images, added relevant categories,)
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: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Construction|Construction]] -> [[:Category:Carpentry|Carpentry]] -> [[Crate|Wooden Crate]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Items  
{{Items  
|image = Crate.png  
|image = Wooden_Crate.png  
|weight = 10
|weight = 10.0
}}
}}
The crate is a player-made container, created and placed from the build menu. It can hold 50 weight units.
The crate is a player-made container, created and placed from the build menu. It can hold 50 weight units.


A crate, like any other container, can be destroyed by a sledgehammer. If it is destroyed, all of its contents will spill onto the floor. Furthermore, any crates stacked on top of that crate will fall down.
A crate, like any other container, can be destroyed by a sledgehammer. If it is destroyed, all of its contents will spill onto the floor. Furthermore, any crates stacked on top of that crate will fall down.
<br><br>
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 19: Line 24:


== Code ==
== Code ==
  <nowiki>item Crate
  <nowiki>
{
item Crate
Type = Normal,
Weight = 10,
DisplayName = Crate,
Type = Normal,
Icon = Crate,
DisplayName = Crate,
Weight = 10,
Icon = Crate,
 
</nowiki>
}</nowiki>
 
== History ==
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| - || -
|}
 
==See Also==
==See Also==
*[[Carpentry_Guide]]
*[[Carpentry_Guide|Carpentry Guide]]


[[Category:Construction]]
[[Category:Construction]]
[[Category:Version 29.3]]
[[Category:Carpentry]]
[[Category:Version 34.28]]

Revision as of 22:06, 18 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Construction -> Carpentry -> Wooden Crate   

Template:Items The crate is a player-made container, created and placed from the build menu. It can hold 50 weight units.

A crate, like any other container, can be destroyed by a sledgehammer. If it is destroyed, all of its contents will spill onto the floor. Furthermore, any crates stacked on top of that crate will fall down.



Crafting

Name Recipe Description Level












Code

	item Crate
		Weight		= 10,
		Type		= Normal,
		DisplayName	= Crate,
		Icon		= Crate,

See Also