![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Logs Stack
Jump to navigation
Jump to search
![]() |
English |
Two Logs Stack | |
---|---|
![]() | |
General | |
Category | Material |
Weight | 6 |
Function | Encumbrance reduction |
Technical details | |
Base ID | Base.LogStacks2 |
Three Logs Stack | |
---|---|
![]() | |
General | |
Category | Material |
Weight | 9 |
Function | Encumbrance reduction |
Technical details | |
Base ID | Base.LogStacks3 |
Four Logs Stack | |
---|---|
![]() | |
General | |
Category | Material |
Weight | 12 |
Function | Encumbrance 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 |
---|---|---|---|---|---|
![]() Logs Stack |
none | ![]() Log x2 (consumed) |
(consumed) | ||
![]() Logs Stack |
none | ![]() Log x3 (consumed) |
(consumed) | ||
![]() Logs Stack |
none | ![]() Log x4 (consumed) |
(consumed) |
Code
From newitems.txt (Project Zomboid directory/media/scripts/)
Two Logs Stack
Retrieved | |
---|---|
Version 41.73 |
item LogStacks2 { DisplayCategory = Material, Weight = 6, Type = Normal, DisplayName = Two Logs Stack, Icon = Logs2, WorldStaticModel = TwoLogsStack,
Retrieved | |
---|---|
Version 41.73 |
item LogStacks3 { DisplayCategory = Material, Weight = 9, Type = Normal, DisplayName = Three Logs Stack, Icon = Logs3, WorldStaticModel = ThreeLogsStack,
Retrieved | |
---|---|
Version 41.73 |
item LogStacks4 { DisplayCategory = Material, Weight = 12, Type = Normal, DisplayName = Four Logs Stack, Icon = Logs4, WorldStaticModel = FourLogsStack,
See also