Stairs Piece: Difference between revisions

From PZwiki
Stairs Piece
(Created page with "{{languages}} {{Items |image = Stairs.png |weight = 50 }} == Code == <nowiki>item Stairs { Type = Normal, DisplayName = Stairs Piece, Icon = Stairs, Weight ...")
 
No edit summary
Line 4: Line 4:
|weight = 50
|weight = 50
}}
}}
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|10}}
|}
== Code ==
== Code ==
  <nowiki>item Stairs
  <nowiki>item Stairs

Revision as of 17:01, 29 March 2012

Template:Items

Crafting

Name Recipe Description












Code

item Stairs
{
	Type				=			Normal,
	DisplayName			=			Stairs Piece,
	Icon				=			Stairs,
	Weight				=			50.0,
}