Duct Tape

From PZwiki
Revision as of 07:36, 10 August 2015 by MalonyJenkins (talk | contribs) (Adding amount of Duct Tape Uses.)


Template:Items

Duct Tape is a repair material which can be found in storage cupboards in houses, boxes in warehouses, and sheds which is used to repair weapons to a useable state. Using Duct Tape does not require any skill in carpentry to use.

Duct Tape is a multi-use item and can be used repeatedly until the roll has run out. It can give between 25%-50% (depending on the weapon) repair for the first use on a weapon and this percentage decreases with every repair.

Amount of Duct Tape used per item repair

CandleLit.png
This article may have claims which require verification.
Editors should verify the article's current content and, while adding content, check new information.

Each Duct Tape roll has 4 uses.

2 uses per repair: Axe, Baseball Bat, Spiked Baseball Bat, Sledgehammer,Golf Club
1 uses per repair: Hammer, Frying Pan, Kitchen Knife, Hunting Knife

For further details on all repair materials, please see repairing items for more information.

Code

    item DuctTape
    {
        Weight			=	0.3,
        Type			=	Drainable,
        UseDelta		=	0.25,
        UseWhileEquipped	=	FALSE,
        DisplayName		=	Duct Tape,
        Icon			=	DuctTape,
    }

See Also