Scrap Wood: Difference between revisions

From PZwiki
m (grammar)
(applied new boilerplate, rewrote some parts to be less speculative)
Line 1: Line 1:
{{Items
{{languages|Unusable Wood}}
|image = UnsableWood.png  
{{header|The Game World|Items|Tools|version=Version 39|incver=67.5}}{{Infobox normal
|weight = 1
|image=UnsableWood_120px.png
|weight=1
|weight_bkg=1
|primary_use=[[Heat source|Fuel]]
|class_name=Base.UnusableWood
|class_name_bkg=1
}}
}}
{{Notice|Improve}}
'''Unusable wood''' are chunks of scrap wood that can no longer be used for crafting.
'''Unusable wood''' consists of small chunks of scrap wood that serve no purpose except to be burned.


== How to Acquire ==
==Usage==
Unusable wood is a scrap item currently found only when disassembling wooden objects. When disassembling there is a current chance (% unknown, possibly depends on carpentry level and resources required to build object) that you will receive unusable wood instead of a [[plank]] that went into the object's creation.
===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.


== Object Usage ==
==Item distribution==
The only currently known use of this item is as fuel inside a [[campfire]] or [[Heat Source#BBQ-Grill|BBQ-Grill]]. The burn time of the object is 1 hour and 24 minutes.
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.


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
  <nowiki>
  <nowiki>
     item UnusableWood
     item UnusableWood
Line 19: Line 26:
         DisplayName = Unusable Wood,
         DisplayName = Unusable Wood,
         Icon = UnsableWood,
         Icon = UnsableWood,
</nowiki>
</nowiki>


[[Category:Carpentry]]
==See also==
*[[Carpentry Guide]]

Revision as of 15:19, 13 July 2018

The Game WorldItemsToolsScrap Wood

Template:Infobox normal

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

Usage

Fuel

The only use of unusable 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

Unusable 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 unusable 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	= Unusable Wood,
        Icon		= UnsableWood,

See also