Logs Stack

From PZwiki
Revision as of 13:12, 22 July 2018 by Vaileasys (talk | contribs) (adjustments to layout. Added new infobox and header. Added usage.)
The Game WorldItemsLogs Stack
Two Logs Stack
Two Logs Stack
General
Category Item
Encumbrance
Heavy Load
6
Function Weight reduction
Technical details
Base ID Base.LogStacks2
Three Logs Stack
Three Logs Stack
General
Category Item
Encumbrance
Heavy Load
9
Function Weight reduction
Technical details
Base ID Base.LogStacks3
Four Logs Stack
Four Logs Stack
General
Category Item
Encumbrance
Heavy Load
12
Function Weight reduction
Technical details
Base ID Base.LogStacks4
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.

A two logs stack, three logs stack and four logs stack are items used in carpentry.

Usage

Each of the three variants of logs stack are used to massively reduce the weight of logs from 9 to just 3 per log.

Crafting

Logs are tied together using a rope. The rope is returned to the player once the logs are unattached. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

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

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

Three Logs Stack Logs3.png Retrieved: Build 39.67.5

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

Four Logs Stack Logs4.png Retrieved: Build 39.67.5

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

See also

Template:Navbox/Construction