Wooden Crate: Difference between revisions

From PZwiki
(Reformatted page, corrected images, added relevant categories,)
(Updated Navbar, confirmed code information still correct Version 36. Updated category.)
Line 2: Line 2:
{{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 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: 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''' - [[ 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 -->
<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]] -> [[Crate|Wooden Crate]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Items  
{{Items  
|image = Wooden_Crate.png  
|image = Wooden_Crate.png  
Line 36: Line 36:
[[Category:Construction]]
[[Category:Construction]]
[[Category:Carpentry]]
[[Category:Carpentry]]
[[Category:Version 34.28]]
[[Category:Items]]
[[Category:Version 36]]

Revision as of 16:39, 22 January 2017


Page Updated @ Version: 36.4
   Navigation - Main Index -> The Game World -> Items -> 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