Scrap Wood: Difference between revisions

From PZwiki
(Added basic description and changed Description to 'How to Aquire')
m (Added image table and ingame code. Added improve notice re: campfire time, Temp linked to Carpentry (due to valid disassembly noted). Need to think where this will end up going eventually categorywise when connected to Navigation Table.)
Line 1: Line 1:
(Item needs Image)
{{Items
Weight is 1.0
|image = UnsableWood.png
 
|weight = 1
}}
{{Notice|Improve}}
Small chunks of scrap wood that serve no apparent purpose.
Small chunks of scrap wood that serve no apparent purpose.


== How to Aquire ==
== How to Acquire ==
Unusable Wood is a scrap item currently found only(?) when disassembling wooden objects. When disassembling there is a current chance (% unknown, possibly depends on carpentry level and resources required to build object) that you will receive Unusable Wood instead of a [[Plank | Woodplank]] that went into the object's creation.
Unusable Wood is a scrap item currently found only(?) when disassembling wooden objects. When disassembling there is a current chance (% unknown, possibly depends on carpentry level and resources required to build object) that you will receive Unusable Wood instead of a [[Plank | Woodplank]] that went into the object's creation.


== Object Usage ==
== Object Usage ==
The only currently known use of this item is usage as firewood inside a [[Campfire]]. The current burn time of the object is unknown
The only currently known use of this item is usage as firewood inside a [[Campfire]]. The current burn time of the object is unknown
== Code ==
<nowiki>
    item UnusableWood
        Weight = 1,
        Type = Normal,
        DisplayName = Unusable Wood,
        Icon = UnsableWood,
</nowiki>
[[Category:Carpentry]]

Revision as of 23:37, 5 May 2017

Template:Items

WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

Small chunks of scrap wood that serve no apparent purpose.

How to Acquire

Unusable Wood is a scrap item currently found only(?) when disassembling wooden objects. When disassembling there is a current chance (% unknown, possibly depends on carpentry level and resources required to build object) that you will receive Unusable Wood instead of a Woodplank that went into the object's creation.

Object Usage

The only currently known use of this item is usage as firewood inside a Campfire. The current burn time of the object is unknown

Code

    item UnusableWood
        Weight		= 1,
        Type		= Normal,
        DisplayName	= Unusable Wood,
        Icon		= UnsableWood,