Duct Tape: Difference between revisions

From PZwiki
m (Added model image)
Line 20: Line 20:


=== Amount of Duct Tape used per item repair ===  
=== Amount of Duct Tape used per item repair ===  
Duct tape has multiple uses per item, depending on it's uses left when found it can have up to:
{{Notice|Verify}}
{{Notice|Verify}}
Each Duct Tape roll has 4 uses.
4 uses per roll of Duct Tape.


2 uses per repair: [[Axe]], [[Baseball Bat]], [[Spiked baseball bat|Spiked Baseball Bat]], [[Sledgehammer]],[[Golf Club]]<br>
2 uses per repair: [[Axe]], [[Baseball Bat]], [[Spiked baseball bat|Spiked Baseball Bat]], [[Sledgehammer]],[[Golf Club]]<br>

Revision as of 17:04, 6 June 2023

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Duct Tape
Duct Tape
Duct Tape
General
Category Item
Encumbrance
Heavy Load
0.3
Technical details
Base ID


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

Duct tape has multiple uses per item, depending on it's uses left when found it can have up to:

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.

4 uses per roll of Duct Tape.

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

Retrieved: Build 41.78

    item DuctTape
    {
        DisplayCategory = Material,
        Weight = 0.3,
        Type = Drainable,
        UseDelta = 0.25,
        UseWhileEquipped = FALSE,
        DisplayName = Duct Tape,
        Icon = DuctTape,
        Tooltip = Tooltip_FixItems,
        ConsolidateOption = ContextMenu_Merge,
        SurvivalGear = TRUE,
        WorldStaticModel = DuctTape,
    }

See Also