Duct Tape: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
m (Improve the page)
(26 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Materials|Repair materials}}
{{header|The Game World|Items|Consumables|version=Version 41|incver=39}}
{{Page version|41.78.16}}
{{stub}}
{{Infobox item
{{Infobox item
|display_name=Duct Tape
|name=Duct Tape
|name_colour=
|model=DuctTape_Model.png
|name_text_colour=
|icon=DuctTape.png
|model = DuctTape_Model.png  
|icon=MATERIALDuctTape.png  
|icon_name=Duct Tape
|icon_name=Duct Tape
|weight = 0.3
|category=Material
|primary_use=
|weight=0.3
|class_name =  
|function=Repair [[Weapons|weapon]]
|max_units=4
|item_id=Base.DuctTape
}}
}}
'''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 an useable state.
Using Duct Tape does not require any skill in carpentry to use.


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.
==Usage==
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.


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 used per item repair===
{{Unverified|section=true}}
Duct tape has multiple uses per item, depending on its uses left when found it can have up to 4 uses per roll of duct tape.
*2 uses are taken per repair of [[axe]], [[Baseball Bat|baseball bat]], [[Spiked Baseball Bat|spiked baseball bat]], [[sledgehammer]], and [[Golf Club|golf club]],
*1 use is taken per repair of [[hammer]], [[Frying Pan|frying pan]], [[Kitchen Knife|kitchen knife]], and [[Hunting Knife|hunting knife]].


=== Amount of Duct Tape used per item repair ===
For further details on all repair materials, please see [[durability]] for more information.
Duct tape has multiple uses per item, depending on it's uses left when found it can have up to:
{{Notice|Verify}}
4 uses per roll of Duct Tape.


2 uses per repair: [[Axe]], [[Baseball Bat]], [[Spiked baseball bat|Spiked Baseball Bat]], [[Sledgehammer]],[[Golf Club]]<br>
==Distribution==
1 uses per repair: [[Hammer]], [[Frying Pan]], [[Kitchen Knife]], [[Hunting Knife]]
The loot distributions can be found in the table(s) below.


For further details on all repair materials, please see [[Repairing_Weapons_and_Items#Melee Weapons|repairing items]] for more information.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|SafehouseLoot
|[[crate]]
|4
|8
|-
|armyhanger
|[[counter]]
|4
|8
|-
|bedroom
|[[crate]]
|1
|0.8
|-
|cabinetfactory
|[[crate]]
|4
|8
|-
|carsupply
|[[counter]]
|4
|8
|-
|rowspan="6"|closet
|[[crate]]
|4
|8
|-
|[[crate]]
|4
|8
|-
|[[crate]]
|4
|8
|-
|[[crate]]
|4
|8
|-
|[[crate]]
|4
|8
|-
|[[metal_shelves]]
|4
|8
|-
|drugshack
|[[counter]]
|4
|8
|-
|rowspan="2"|garagestorage
|[[counter]]
|4
|8
|-
|[[counter]]
|4
|8
|-
|gasstorage
|[[counter]]
|4
|8
|-
|rowspan="2"|toolstore
|[[counter]]
|4
|8
|-
|[[counter]]
|4
|8
|-
|rowspan="2"|toolstorestorage
|[[metal_shelves]]
|4
|8
|-
|[[metal_shelves]]
|4
|8
|}


==Code==
==Code==
{{Retrieved|version=41|incver=78}}
{{CodeBox |{{CodeSnip
<nowiki>
  | lang = java
    item DuctTape
  | line = true
  | start = 1731
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item DuctTape
     {
     {
         DisplayCategory = Material,
         DisplayCategory = Material,
         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,
         Tooltip = Tooltip_FixItems,
         ConsolidateOption = ContextMenu_Merge,
         ConsolidateOption = ContextMenu_Merge,
         SurvivalGear = TRUE,
         SurvivalGear = TRUE,
         WorldStaticModel = DuctTape,
         WorldStaticModel = DuctTape,
     }</nowiki>
     }
}}}}
 
==See also==
*[[Adhesive Tape]]
*[[Glue]]
*[[Wood Glue]]
*[[Durability]]


==See Also==
{{Navbox items|carpentry_materials}}
* [[Adhesive Tape]]
* [[Glue]]
* [[Wood Glue]]
* [[Repairing_Weapons_and_Items#Melee Weapons|Repairing Weapons]]


[[Category:Items]]
[[Category:Materials]]

Revision as of 20:54, 20 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Duct Tape
DuctTape Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Repair weapon
Properties
Capacity
4 units
Technical
Item ID
Base.DuctTape

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 an useable state. Using Duct Tape does not require any skill in carpentry to use.

Usage

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 used per item repair

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

Duct tape has multiple uses per item, depending on its uses left when found it can have up to 4 uses per roll of duct tape.

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

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
SafehouseLoot crate 4 8
armyhanger counter 4 8
bedroom crate 1 0.8
cabinetfactory crate 4 8
carsupply counter 4 8
closet crate 4 8
crate 4 8
crate 4 8
crate 4 8
crate 4 8
metal_shelves 4 8
drugshack counter 4 8
garagestorage counter 4 8
counter 4 8
gasstorage counter 4 8
toolstore counter 4 8
counter 4 8
toolstorestorage metal_shelves 4 8
metal_shelves 4 8

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 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