Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Scrap Wood

From PZwiki
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]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Scrap Wood
UnusableWood Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
1
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.

Location

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

UnusableWood distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
derelict other 1.73%
motelroomoccupied bin 6.74%
SafehouseLoot bin 19.68%
SafehouseLoot_Late bin 19.68%
SafehouseLoot_Mid bin 19.68%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 DeepForest: 100
Farm: 100
FarmLand: 100
ForagingNav: 100
Forest: 100
TownZone: 100
TrailerPark: 100
Vegitation: 100
- - - - - - -

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.

History

Base.UnusableWood

Version Description
Build 42.0.0 DisplayCategory changed from Material to Junk.
DisplayName changed from Unusable Wood to Scrap Wood.
Build 41.65 DisplayCategory added with value Material.
Build 41.50 WorldStaticModel added with value UnusableWood.
Build 35.25b Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\items_junk.txt

Retrieved: Build 42.0.2
item UnusableWood
	{
		DisplayName = Scrap Wood,
		DisplayCategory = Junk,
		Type = Normal,
		Weight = 1,
		Icon = UnsableWood,
		WorldStaticModel = UnusableWood,
	}

See also