Logs Stack: Difference between revisions

From PZwiki
m (→‎Crafting: file fix (A-L), replaced: File:SmallLog.png → File:Logs.png (3))
(Brought up to date and improved wording)
Line 1: Line 1:
{{languages|Logs Stack}}
{{languages|Logs Stack}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 41|incver=73}}{{Infobox normal
|display_name = Two Logs Stack
|display_name = Two Logs Stack
|category = Material
|name_colour = Construction
|name_colour = Construction
|name_text_colour = Construction
|name_text_colour = Construction
Line 10: Line 11:
}}{{Infobox normal
}}{{Infobox normal
|display_name = Three Logs Stack
|display_name = Three Logs Stack
|category = Material
|name_colour = Construction
|name_colour = Construction
|name_text_colour = Construction
|name_text_colour = Construction
|image = Logs3.png  
|image = Logs3.png
|weight = 9
|weight = 9
|primary_use = Weight reduction
|primary_use = Weight reduction
Line 18: Line 20:
}}{{Infobox normal
}}{{Infobox normal
|display_name = Four Logs Stack
|display_name = Four Logs Stack
|category = Material
|name_colour = Construction
|name_colour = Construction
|name_text_colour = Construction
|name_text_colour = Construction
Line 24: Line 27:
|primary_use = Weight reduction
|primary_use = Weight reduction
|class_name = Base.LogStacks4
|class_name = Base.LogStacks4
}}A '''two logs stack''', '''three logs stack''' and '''four logs stack''' are items used in [[Carpentry Guide|carpentry]].
}}The '''two logs stack''', '''three logs stack''' and '''four logs stack''' are materials used in [[Carpentry Guide|carpentry]].


==Usage==
==Usage==
Each of the three variants of logs stack are used to massively reduce the weight of [[log]]s from 9 to just 3 per log.  
Log stacks are used to significantly reduce the weight of [[log]]s from 9 to just 3 per log, making them much easier to move.


== Crafting ==
== Crafting ==
Logs are tied together using a [[rope]]. The rope is returned to the player once the logs are unattached.  
Logs are tied together using [[rope]] or [[Sheet Rope|sheet rope]]. The rope is returned to the player once the logs are unstacked.  
{{Crafting header|ing=2}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4021 -->
{{Crafting header|ing=2}}
{{Crafting/core|ing=2
{{Crafting carpentry|006|ing=2}}
| product_image = [[File:Logs2.png]] | product_name = [[Logs Stack|Two Logs Stack]] | product_quantity = x1
{{Crafting carpentry|007|ing=2}}
| xp = <!-- Not present in the old template. Please fill in manually. -->
{{Crafting carpentry|008|ing=2}}
| sl = ''none''
| req =
| f1 = [[File:Logs.png|link=Log|Log]] | i1 = [[Log]] | q1 = x2 | tag1 = (consumed)
| f2 = [[File:Rope.png|link=Rope|Rope]] | i2 = [[Rope]] | q2 = x2 | tag2 = (consumed)
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4022 -->
{{Crafting/core|ing=2
| product_image = [[File:Logs3.png]] | product_name = [[Logs Stack|Three Logs Stack]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Logs.png|link=Log|Log]] | i1 = [[Log]] | q1 = x3 | tag1 = (consumed)
| f2 = [[File:Rope.png|link=Rope|Rope]] | i2 = [[Rope]] | q2 = x2 | tag2 = (consumed)
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4023 -->
{{Crafting/core|ing=2
| product_image = [[File:Logs4.png]] | product_name = [[Logs Stack|Four Logs Stack]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Logs.png|link=Log|Log]] | i1 = [[Log]] | q1 = x4 | tag1 = (consumed)
| f2 = [[File:Rope.png|link=Rope|Rope]] | i2 = [[Rope]] | q2 = x2 | tag2 = (consumed)
}}
|}
|}


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''<br>
''Two Logs Stack'' [[File:Logs2.png|32px]]
''Two Logs Stack'' [[File:Logs2.png|32px]]
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=41|incver=73}}
  <nowiki>
  <pre> item LogStacks2
item LogStacks2
{
Weight = 6,
DisplayCategory = Material,
Type = Normal,
Weight = 6,
DisplayName = Two Logs Stack,
Type = Normal,
Icon = Logs2,</nowiki>
DisplayName = Two Logs Stack,
Icon = Logs2,
WorldStaticModel = TwoLogsStack,</pre>


''Three Logs Stack'' [[File:Logs3.png|32px]]
''Three Logs Stack'' [[File:Logs3.png|32px]]
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=41|incver=73}}
  <nowiki>
  <pre> item LogStacks3
item LogStacks3
{
Weight = 9,
DisplayCategory = Material,
Type = Normal,
      Weight = 9,
DisplayName = Three Logs Stack,
        Type = Normal,
Icon = Logs3,</nowiki>
        DisplayName = Three Logs Stack,
        Icon = Logs3,
        WorldStaticModel = ThreeLogsStack,</pre>


''Four Logs Stack'' [[File:Logs4.png|32px]]
''Four Logs Stack'' [[File:Logs4.png|32px]]
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=41|incver=73}}
  <nowiki>
  <pre> item LogStacks4
item LogStacks4
    {
Weight = 12,
DisplayCategory = Material,
Type = Normal,
Weight = 12,
DisplayName = Four Logs Stack,
Type = Normal,
Icon = Logs4,</nowiki>
DisplayName = Four Logs Stack,
Icon = Logs4,
WorldStaticModel = FourLogsStack,</pre>


==See also==
==See also==

Revision as of 11:07, 29 September 2022

The Game WorldItemsLogs Stack
Two Logs Stack
Two Logs Stack
General
Category Material
Encumbrance
Heavy Load
6
Function Weight reduction
Technical details
Base ID Base.LogStacks2
Three Logs Stack
Three Logs Stack
General
Category Material
Encumbrance
Heavy Load
9
Function Weight reduction
Technical details
Base ID Base.LogStacks3
Four Logs Stack
Four Logs Stack
General
Category Material
Encumbrance
Heavy Load
12
Function Weight reduction
Technical details
Base ID Base.LogStacks4

The two logs stack, three logs stack and four logs stack are materials used in carpentry.

Usage

Log stacks are used to significantly reduce the weight of logs from 9 to just 3 per log, making them much easier to move.

Crafting

Logs are tied together using rope or sheet rope. The rope is returned to the player once the logs are unstacked.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Logs2.png
Logs Stack
0 XP none Logs.png
Log x2
(consumed)
One of:
Rope.png Rope x2
Sheet Rope.png Sheet Rope x2

(consumed)
Logs3.png
Logs Stack
0 XP none Logs.png
Log x3
(consumed)
One of:
Rope.png Rope x2
Sheet Rope.png Sheet Rope x2

(consumed)
Logs4.png
Logs Stack
0 XP none Logs.png
Log x4
(consumed)
One of:
Rope.png Rope x2
Sheet Rope.png Sheet Rope x2

(consumed)

Code

From newitems.txt (Project Zomboid directory/media/scripts/)
Two Logs Stack Logs2.png Retrieved: Build 41.73

	item LogStacks2
	{
		DisplayCategory 	= Material,
		Weight			= 6,
		Type			= Normal,
		DisplayName		= Two Logs Stack,
		Icon			= Logs2,
		WorldStaticModel	= TwoLogsStack,

Three Logs Stack Logs3.png Retrieved: Build 41.73

	item LogStacks3
	{
		DisplayCategory 	= Material,
       		Weight			= 9,
        	Type			= Normal,
        	DisplayName		= Three Logs Stack,
        	Icon			= Logs3,
        	WorldStaticModel	= ThreeLogsStack,

Four Logs Stack Logs4.png Retrieved: Build 41.73

	item LogStacks4
    	{
		DisplayCategory 	= Material,
		Weight			= 12,
		Type			= Normal,
		DisplayName		= Four Logs Stack,
		Icon			= Logs4,
		WorldStaticModel	= FourLogsStack,

See also

Template:Navbox/Construction