Matches: Difference between revisions

From PZwiki
No edit summary
Line 1: Line 1:
{{languages}}
__NOTOC__
{{Items  
{{languages|Matches}}
|image = Matches.png  
 
|weight = 0.1
{{Items
| image = Matches.png
| weight = 0.1
}}
}}
== Crafting ==
 
{| class="wikitable sortable" style="text-align:center;"  
==Crafting==
|-  
{| class="wikitable sortable" style="text-align:center;"
! Name  
|-
! class="unsortable" | Recipe  
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|4004}}
{{RecipeLookup|4004}}
|}
|}


== Code ==
==Code==
  <nowiki>item Matches
  <nowiki>item Matches
{
{
Line 22: Line 25:
UseWhileEquipped = false,
UseWhileEquipped = false,
}</nowiki>
}</nowiki>
{{Navbox/Tools}}
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Illumination]]
[[Category:Illumination]]

Revision as of 17:49, 23 March 2016


Template:Items

Crafting

Name Recipe Description












Code

item Matches
{
	Type				=			Drainable,
	DisplayName			=			Matches,
	Icon				=			Matches,
	Weight				=			0.1,
	UseWhileEquipped 	= 			false,
}


Template:Navbox/Tools