Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Two-logs Stack

From PZwiki
(Redirected from Two-logs Stack)
Project ZomboidItemsMaterialsWoodTwo-logs Stack
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Two-logs Stack
TwoLogsStack Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
6
Properties
Capacity
Technical
Item ID
Base.LogStacks2

The two-logs stack is an item used to reduce the carry weight of log.

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
Log Stack
Log Stack
One of:
Rope.png Rope ×2
SheetRope.png Sheet Rope ×2
Each of:
Logs.png Log ×2
none none none none

History

Base.LogStacks2

Version Description
Build 41.65 DisplayCategory added with value Material.
Build 41.50 WorldStaticModel added with value TwoLogsStack.
Build 30.12 Released on this version.

Code

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

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,
	}

See also