Scrap Wood: Difference between revisions

From PZwiki
m (Vaileasys moved page Scrap Wood to Scrap Wood: Name change as of build 41)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Scrap Wood}}
{{Languages}}{{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=Scrap Wood
|display_name=Scrap Wood
|name_colour=Construction
|name_colour=Construction
|name_text_colour=Construction
|name_text_colour=Construction
|image=UnsableWood_120px.png
|image=UnsableWood.png
|weight=1
|weight=1
|weight_bkg=1
|weight_bkg=1
Line 10: Line 9:
|class_name=Base.UnusableWood
|class_name=Base.UnusableWood
|class_name_bkg=1
|class_name_bkg=1
}}
}}'''Scrap Wood''' are chunks of 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 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.
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.
Line 20: Line 19:
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.
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==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=39|incver=67.5}}
<nowiki>
<pre>
     item UnusableWood
     item UnusableWood
         Weight = 1,
         Weight = 1,
Line 29: Line 28:
         DisplayName = Scrap Wood,
         DisplayName = Scrap Wood,
         Icon = UnsableWood,
         Icon = UnsableWood,
</nowiki>
</pre>


==See also==
==See also==
*[[Carpentry Guide]]
*[[Carpentry]]
 
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 20:59, 26 February 2023

The Game WorldItemsScrap Wood

Template:Infobox normalScrap 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