Duct Tape: Difference between revisions

From PZwiki
m (Adding amount of Duct Tape Uses.)
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Duct Tape}}
{{Infobox normal
{{Items
|display_name=Duct Tape
|image = MATERIALDuctTape.png
|name_colour=
|name_text_colour=
|image = MATERIALDuctTape.png  
|weight = 0.3
|weight = 0.3
|primary_use=
|class_name =
}}
}}


Line 24: Line 28:
     item DuctTape
     item DuctTape
     {
     {
         Weight = 0.3,
         Weight = 0.3,
         Type = Drainable,
         Type = Drainable,
         UseDelta = 0.25,
         UseDelta = 0.25,
         UseWhileEquipped = FALSE,
         UseWhileEquipped = FALSE,
         DisplayName = Duct Tape,
         DisplayName = Duct Tape,
         Icon = DuctTape,
         Icon = DuctTape,
        Tooltip = Tooltip_FixItems,
        SurvivalGear = TRUE,
     }</nowiki>
     }</nowiki>



Revision as of 09:44, 14 July 2020

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

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,
        Tooltip = Tooltip_FixItems,
        SurvivalGear = TRUE,
    }

See Also