Sheet: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Items |image = Sheet.png |weight = 2 }} == Code == <nowiki>item Sheet { Type = Normal, DisplayName = Sheet, Icon = Sheet, Weight = 2 }</...")
 
No edit summary
Line 4: Line 4:
|weight = 2
|weight = 2
}}
}}
Often found in houses, usually within [[wardrobe]]s. As of the 0.1.5 update, they can be used as curtains by selecting and placing them over a window, much like barricades.  Once placed on a window, sheets can be raised or lowered by clicking.
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|3}}
{{RecipeLookup|4}}
|}
[[Category:Items]]
== Code ==
== Code ==
  <nowiki>item Sheet
  <nowiki>item Sheet

Revision as of 22:38, 28 March 2012

Template:Items Often found in houses, usually within wardrobes. As of the 0.1.5 update, they can be used as curtains by selecting and placing them over a window, much like barricades. Once placed on a window, sheets can be raised or lowered by clicking.

Crafting

Name Recipe Description
























Code

item Sheet
{
	Type				=			Normal,
	DisplayName			=			Sheet,
	Icon				=			Sheet,
	Weight				=			2
}