Scrap Wood: Difference between revisions

From PZwiki
m (Automated CodeBox update)
m (Insert empty line above each {{Navbox}})
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{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
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 23: Line 20:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|UnusableWood|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>UnusableWood distribution
! Container
        <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>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-UnusableWood">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|}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.
    {| 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.


==Code==
==Code==
Line 50: Line 63:
         Icon = UnsableWood,
         Icon = UnsableWood,
         WorldStaticModel = UnusableWood,
         WorldStaticModel = UnusableWood,
     }  
     }
}}
}}
}}
}}
Line 62: 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