Scrap Wood: Difference between revisions

From PZwiki
m (Updated to B41)
m (minor fix, add links)
Line 21: Line 21:


==Distribution==
==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 [[plank]]s.
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==
==Code==
Line 48: Line 48:
==See also==
==See also==
*[[Carpentry]]
*[[Carpentry]]
*[[Scrap Metal]]
*[[Unusable metal]]


[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 00:34, 14 January 2024

Project ZomboidItemsScrap Wood
Scrap Wood
UnsableWood Model.png
General
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

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