Scrap Wood: Difference between revisions

From PZwiki
m (Reupload, minor fixes)
(Added 3d Model and removed reupload tag)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|type=Construction|version=Version 39|incver=67.5}}
{{Header|Project Zomboid|Items|type=Construction|version=Version 39|incver=67.5}}
{{Reupload|Missing 3D model}}
{{Infobox item
{{Infobox item
|display_name=Scrap Wood
|display_name=Scrap Wood
|name_colour=Construction
|name_colour=Construction
|name_text_colour=Construction
|name_text_colour=Construction
|model=UnsableWood.png
|model=UnsableWood_Model.png
|icon =UnsableWood.png
|icon_name =Scrap Wood
|weight=1
|weight=1
|weight_bkg=1
|weight_bkg=1

Revision as of 04:13, 13 January 2024

Project ZomboidItemsScrap Wood
Scrap Wood
UnsableWood Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
1
Function
Technical
Item ID
Base.UnusableWood

Scrap wood are chunks of wood that can no longer be used for crafting.

Usage

Fuel

The only use of scrap wood is as a fuel inside a campfire, charcoal barbecue or antique oven, and lasts for 1 hour and 24 minutes if done so.

Distribution

Scrap Wood is a scrap item found only when disassembling wooden objects. There is a chance, depending on the player's carpentry level, that the dismantled object will be destroyed, leaving Scrap Wood instead of planks.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

    item UnusableWood
        Weight		= 1,
        Type		= Normal,
        DisplayName	= Scrap Wood,
        Icon		= UnsableWood,

See also