Scrap Wood: Difference between revisions

From PZwiki
m (updated infobox variables and header)
m (Changed obsolete name of "Unusable Wood" to live name "Scrap Wood".)
Line 1: Line 1:
{{languages|Unusable Wood}}
{{languages|Scrap Wood}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
|display_name=Unusable Wood
|display_name=Scrap Wood
|name_colour=Construction
|name_colour=Construction
|name_text_colour=Construction
|name_text_colour=Construction
Line 11: Line 11:
|class_name_bkg=1
|class_name_bkg=1
}}
}}
'''Unusable wood''' are chunks of scrap wood that can no longer be used for crafting.
'''Scrap Wood''' are chunks of wood that can no longer be used for crafting.


==Usage==
==Usage==
===Fuel===
===Fuel===
The only use of unusable wood is as a fuel inside a [[campfire]], [[Heat Source#Charcoal Barbecue|charcoal barbecue]] or [[Heat source#Antique Oven|antique oven]], and lasts for 1 hour and 24 minutes if done so.
The only use of Scrap Wood is as a fuel inside a [[campfire]], [[Heat Source#Charcoal Barbecue|charcoal barbecue]] or [[Heat source#Antique Oven|antique oven]], and lasts for 1 hour and 24 minutes if done so.


==Item distribution==
==Item distribution==
Unusable wood is a scrap item found only when disassembling [[Carpentry Guide|wooden]] objects. There is a chance, depending on the player's carpentry level, that the dismantled object will be destroyed, leaving unusable wood instead of [[plank]]s.
Scrap Wood is a scrap item found only when disassembling [[Carpentry Guide|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 [[plank]]s.


== Code ==
== Code ==
Line 27: Line 27:
         Weight = 1,
         Weight = 1,
         Type = Normal,
         Type = Normal,
         DisplayName = Unusable Wood,
         DisplayName = Scrap Wood,
         Icon = UnsableWood,
         Icon = UnsableWood,
</nowiki>
</nowiki>

Revision as of 00:36, 13 August 2021

The Game WorldItemsScrap Wood

Template:Infobox normal

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.

Item 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