Scrap Wood: Difference between revisions

From PZwiki
m (updated infobox variables and header)
m (Distribution table fix)
 
(29 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|Unusable Wood}}
{{Header|Project Zomboid|Items|Materials|Wood}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{Page version|41.78.16}}
|display_name=Unusable Wood
{{Infobox item
|name_colour=Construction
|name=Scrap Wood
|name_text_colour=Construction
|model=UnsableWood_Model.png
|image=UnsableWood_120px.png
|icon=UnsableWood.png
|icon_name=Scrap Wood
|category=Material
|weight=1
|weight=1
|weight_bkg=1
|function=[[Fuel]]
|primary_use=[[Heat source|Fuel]]
|item_id=Base.UnusableWood
|class_name=Base.UnusableWood
|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==
==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.
The loot distributions can be found in the table(s) below.


== Code ==
<!--BOT FLAG|UnusableWood|41.78.16-->
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Clear}}
{{Retrieved|version=39|incver=67.5}}
<div class="togglebox theme-red">
<nowiki>
    <div>UnusableWood distribution
    item UnusableWood
        <span class="mw-customtoggle-togglebox-UnusableWood" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
         Weight = 1,
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-UnusableWood">
         Type = Normal,
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.   <div class="toggle-content">
         DisplayName = Unusable Wood,
<div class="pz-container">
         Icon = UnsableWood,
    </div><div style="clear: both;"></div>
</nowiki>
    </div></div><div class="toggle large mw-customtoggle-togglebox-UnusableWood" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|UnusableWood|41.78.16-->
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 [[plank]]s.
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 77
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item UnusableWood
    {
        DisplayCategory = Material,
         Weight = 1,
         Type = Normal,
         DisplayName = Unusable Wood,
         Icon = UnsableWood,
        WorldStaticModel = UnusableWood,
    }
}}
}}


==See also==
==See also==
*[[Carpentry Guide]]
*[[Carpentry]]
*[[Scrap Metal]]
*[[Unusable metal]]
 
[[Category:Carpentry materials]]
[[Category:Materials]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]
{{Navbox items|carpentry_materials}}

Latest revision as of 19:39, 30 April 2024

Project ZomboidItemsMaterialsWoodScrap Wood
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Scrap Wood
UnsableWood Model.png
General
Category
Material
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

The loot distributions can be found in the table(s) below.

UnusableWood distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.

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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item UnusableWood
    {
        DisplayCategory = Material,
        Weight	=	1,
        Type	=	Normal,
        DisplayName	=	Unusable Wood,
        Icon	=	UnsableWood,
        WorldStaticModel = UnusableWood,
    }

See also