Logs Stack: Difference between revisions

From PZwiki
m (Vaileasys moved page Logs Stack to Logs Stack: Moving all x logs stack pages into a single page)
(added boilerplate, crafting recipes and code for all 3 log stacks. changed icon to gif animation)
Line 1: Line 1:
{{Notice|Improve}}
{{Notice|Improve}}
{{languages}}
{{languages|Logs Stack}}
{{header|The Game World|Items|Construction|Carpentry|version=Version 39|incver=51}}
{{Items
{{Items
|image = Logs2.png
|image = LogsStackAnim_120px.gif
|weight = 6
|weight = 6, 9, 12
}}
}}


Line 14: Line 15:
! Skill Level
! Skill Level
{{RecipeLookup|4021}}
{{RecipeLookup|4021}}
{{RecipeLookup|4022}}
{{RecipeLookup|4023}}
|}
|}


== Code ==
== Code ==
  <nowiki>item LogStacks2
''Two Logs Stack'' [[File:Logs2.png|32px]]
{
  <nowiki>
Weight = 6,
item LogStacks2
Type = Normal,
Weight = 6,
DisplayName = Two Logs Stack,
Type = Normal,
Icon = Logs2,
DisplayName = Two Logs Stack,
} </nowiki>
Icon = Logs2,
</nowiki>


''Three Logs Stack'' [[File:Logs3.png|32px]]
<nowiki>
item LogStacks3
Weight = 9,
Type = Normal,
DisplayName = Three Logs Stack,
Icon = Logs3,
</nowiki>
''Four Logs Stack'' [[File:Logs4.png|32px]]
<nowiki>
item LogStacks4
Weight = 12,
Type = Normal,
DisplayName = Four Logs Stack,
Icon = Logs4,
</nowiki>
==See Also==
* [[Carpentry Guide]]
{{Navbox/Construction}}
[[Category:Items]]
[[Category:Items]]
[[Category:Construction]]
[[Category:Carpentry]]

Revision as of 09:17, 25 April 2018

WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

Template:Items

Crafting

Name Recipe Description Skill Level




































Code

Two Logs Stack Logs2.png

	item LogStacks2
		Weight		= 6,
		Type		= Normal,
		DisplayName	= Two Logs Stack,
		Icon		= Logs2,

Three Logs Stack Logs3.png

	item LogStacks3
		Weight		= 9,
		Type		= Normal,
		DisplayName	= Three Logs Stack,
		Icon		= Logs3,

Four Logs Stack Logs4.png

	item LogStacks4
		Weight		= 12,
		Type		= Normal,
		DisplayName	= Four Logs Stack,
		Icon		= Logs4,

See Also

Template:Navbox/Construction