Log: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{Items
|image = Logs.png
|weight = 10
}}
Logs are harvested from trees by hitting them with an [[axe]].  To turn the log into a wooden plank, use the log in conjunction with a [[saw]].
Logs are harvested from trees by hitting them with an [[axe]].  To turn the log into a wooden plank, use the log in conjunction with a [[saw]].
== Code ==
<nowiki>item Log
{
Type = Normal,
DisplayName = Log,
Icon = Logs,
Weight = 10.0,
}</nowiki>
[[Category:Tools]]
[[Category:Version 0.2.0p]]

Revision as of 22:01, 28 March 2012

Template:Items Logs are harvested from trees by hitting them with an axe. To turn the log into a wooden plank, use the log in conjunction with a saw.

Code

item Log
{
	Type				=			Normal,
	DisplayName			=			Log,
	Icon				=			Logs,
	Weight				=			10.0,
}