Scrap Wood: Difference between revisions

From PZwiki
m (Automated infobox fix)
m (Insert empty line above each {{Navbox}})
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name =Scrap Wood
|name=Scrap Wood
|name_colour=Construction
|name_text_colour=Construction
|model=UnsableWood_Model.png
|model=UnsableWood_Model.png
|icon =UnsableWood.png
|icon=UnsableWood.png
|icon_name =Scrap Wood
|icon_name=Scrap Wood
|category=Material
|category=Material
|weight=1
|weight=1
Line 13: Line 11:
|item_id=Base.UnusableWood
|item_id=Base.UnusableWood
}}
}}
'''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.


Line 21: Line 18:


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|UnusableWood|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>UnusableWood distribution
        <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>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-UnusableWood">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | Not referenced
    | {{ll|JunkBin}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </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.
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.


Line 34: Line 56:
   | code =
   | code =
item UnusableWood
item UnusableWood
{
    {
    DisplayCategory = Material,
        DisplayCategory = Material,
    Weight           = 1,
        Weight = 1,
    Type             = Normal,
        Type = Normal,
    DisplayName     = Unusable Wood,
        DisplayName = Unusable Wood,
    Icon             = UnsableWood,
        Icon = UnsableWood,
    WorldStaticModel = UnusableWood,
        WorldStaticModel = UnusableWood,
}
    }
  }}
}}
}}
}}


Line 53: Line 75:
[[Category:Materials]]
[[Category:Materials]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]
{{Navbox items|carpentry_materials}}

Revision as of 15:45, 25 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
Containers
Building / Room Container Rolls Chance
Not referenced JunkBin 4 10.0

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