Logs Stack: Difference between revisions

From PZwiki
m (→‎Crafting: file fix (A-L), replaced: File:SmallLog.png → File:Logs.png (3))
m (Automated Formatting)
(27 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Logs Stack}}
{{Header|Project Zomboid|Items|Materials|Wood}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{Page version|41.78.16}}
|display_name = Two Logs Stack
{{Infobox item
|name_colour = Construction
|name=Logs Stack
|name_text_colour = Construction
|model=TwoLogsStack_Model.png
|image = Logs2.png  
|model2=ThreeLogsStack_Model.png
|weight = 6
|model3=FourLogsStack_Model.png
|primary_use = Weight reduction
|icon=Logs2.png
|class_name = Base.LogStacks2
|icon_name=Two-logs Stack
}}{{Infobox normal
|icon2=Logs3.png
|display_name = Three Logs Stack
|icon_name2=Three-logs Stack
|name_colour = Construction
|icon3=Logs4.png
|name_text_colour = Construction
|icon_name3=Four-logs Stack
|image = Logs3.png
|category=Material
|weight = 9
|weight=6
|primary_use = Weight reduction
|weight_text=(2 logs)
|class_name = Base.LogStacks3
|weight2=9
}}{{Infobox normal
|weight_text2=(3 logs)
|display_name = Four Logs Stack
|weight3=12
|name_colour = Construction
|weight_text3=(4 logs)
|name_text_colour = Construction
|function=Encumbrance reduction
|image = Logs4.png
|capacity=4 [[log]]s
|weight = 12
|item_id=Base.LogStacks2
|primary_use = Weight reduction
|item_id2=Base.LogStacks3
|class_name = Base.LogStacks4
|item_id3=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]].


==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 encumbrance of [[log]]s from 9 to just 3 per log, making them much easier to move. The encumbrance reduction is compounded when you equip the Log Stacks in the Primary or Secondary slot.


== 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/sandbox2
{{Crafting/core|ing=2
|logs_stack2
| product_image = [[File:Logs2.png]] | product_name = [[Logs Stack|Two Logs Stack]] | product_quantity = x1
|logs_stack3
| xp = <!-- Not present in the old template. Please fill in manually. -->
|logs_stack4
| 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
==Code==
| product_image = [[File:Logs3.png]] | product_name = [[Logs Stack|Three Logs Stack]] | product_quantity = x1
{{CodeBox |
| xp = <!-- Not present in the old template. Please fill in manually. -->
'''''Two Logs Stack''''' [[File:Logs2.png]]
| sl = ''none''
{{CodeSnip
| req =
  | lang = java
| f1 = [[File:Logs.png|link=Log|Log]] | i1 = [[Log]] | q1 = x3 | tag1 = (consumed)
  | line = true
| f2 = [[File:Rope.png|link=Rope|Rope]] | i2 = [[Rope]] | q2 = x2 | tag2 = (consumed)
  | start = 837
}}
  | source = newitems.txt
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4023 -->
  | retrieved = true
{{Crafting/core|ing=2
  | version = 41.78.16
| product_image = [[File:Logs4.png]] | product_name = [[Logs Stack|Four Logs Stack]] | product_quantity = x1
  | code =
| xp = <!-- Not present in the old template. Please fill in manually. -->
item LogStacks2
| sl = ''none''
{
| req =  
    DisplayCategory = Material,
| f1 = [[File:Logs.png|link=Log|Log]] | i1 = [[Log]] | q1 = x4 | tag1 = (consumed)
Weight = 6,
| f2 = [[File:Rope.png|link=Rope|Rope]] | i2 = [[Rope]] | q2 = x2 | tag2 = (consumed)
Type = Normal,
DisplayName = Two Logs Stack,
Icon = Logs2,
WorldStaticModel = TwoLogsStack,
}
}}
}}
|}




== Code ==
'''''Three Logs Stack''''' [[File:Logs3.png]]
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''<br>
{{CodeSnip
''Two Logs Stack'' [[File:Logs2.png|32px]]
  | lang = java
{{Retrieved|version=39|incver=67.5}}
  | line = true
<nowiki>
  | start = 847
item LogStacks2
  | source = newitems.txt
Weight = 6,
  | retrieved = true
Type = Normal,
  | version = 41.78.16
DisplayName = Two Logs Stack,
  | code =
Icon = Logs2,</nowiki>
item LogStacks3
    {
        DisplayCategory = Material,
        Weight = 9,
        Type = Normal,
        DisplayName = Three Logs Stack,
        Icon = Logs3,
        WorldStaticModel = ThreeLogsStack,
    }
}}


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


''Four Logs Stack'' [[File:Logs4.png|32px]]
'''''Four Logs Stack''''' [[File:Logs4.png]]
{{Retrieved|version=39|incver=67.5}}
{{CodeSnip
<nowiki>
  | lang = java
item LogStacks4
  | line = true
Weight = 12,
  | start = 857
Type = Normal,
  | source = newitems.txt
DisplayName = Four Logs Stack,
  | retrieved = true
Icon = Logs4,</nowiki>
  | version = 41.78.16
  | code =
item LogStacks4
    {
        DisplayCategory = Material,
        Weight = 12,
        Type = Normal,
        DisplayName = Four Logs Stack,
        Icon = Logs4,
        WorldStaticModel = FourLogsStack,
    }
}}}}


==See also==
==See also==
* [[Carpentry Guide]]
*[[Carpentry]]
*[[Log]]


{{Navbox/Construction}}
[[Category:Carpentry materials]]
[[Category:Construction]]
[[Category:Materials]]
[[Category:Carpentry]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]
{{Navbox items|carpentry_materials}}

Revision as of 09:48, 14 April 2024

Project ZomboidItemsMaterialsWoodLogs Stack
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Logs Stack
TwoLogsStack Model.png
ThreeLogsStack Model.png
FourLogsStack Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
6 (2 logs)
9 (3 logs)
12 (4 logs)
Function
Encumbrance reduction
Properties
Capacity
Technical
Item ID
Base.LogStacks2
Base.LogStacks3
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 encumbrance of logs from 9 to just 3 per log, making them much easier to move. The encumbrance reduction is compounded when you equip the Log Stacks in the Primary or Secondary slot.

Crafting

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

Product Ingredients Tools Requirements Workstation XP
Logs2.png
Log Stack
One of:
Rope.png Rope ×2
Sheet Rope.png Sheet Rope ×2
Each of:
Logs.png Log ×3
none none none none
Logs3.png
Log Stack
One of:
Rope.png Rope ×2
Sheet Rope.png Sheet Rope ×2
Each of:
Logs.png Log ×4
none none none none
Logs4.png
Log Stack
One of:
Rope.png Rope ×2
Sheet Rope.png Sheet Rope ×2
Each of:
Logs.png Log ×4
none none none none

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Two Logs Stack Logs2.png Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item LogStacks2
	{
	    DisplayCategory = Material,
		Weight	=	6,
		Type	=	Normal,
		DisplayName	=	Two Logs Stack,
		Icon	=	Logs2,
		WorldStaticModel = TwoLogsStack,
	}


Three Logs Stack Logs3.png Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item LogStacks3
    {
        DisplayCategory = Material,
        Weight	=	9,
        Type	=	Normal,
        DisplayName	=	Three Logs Stack,
        Icon	=	Logs3,
        WorldStaticModel = ThreeLogsStack,
    }


Four Logs Stack Logs4.png Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item LogStacks4
    {
        DisplayCategory = Material,
        Weight	=	12,
        Type	=	Normal,
        DisplayName	=	Four Logs Stack,
        Icon	=	Logs4,
        WorldStaticModel = FourLogsStack,
    }

See also