Duct Tape: Difference between revisions

From PZwiki
mNo edit summary
(Added item summary, link to weapon repair page for stats, removed TOC, retyped Duct Tape repair stat summary)
Line 1: Line 1:
{{Notice|Improve}}
__NOTOC__
{{languages|Duct Tape}}
{{languages|Duct Tape}}
{{Items
{{Items
Line 5: Line 5:
|weight = 0.3
|weight = 0.3
}}
}}
repair material<br>
 
Fixer : DuctTape=2: [[Axe]],[[Baseball Bat]],[[Spiked baseball bat]],[[Sledgehammer]],[[Golf Club]]<br>
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.
Fixer : DuctTape=1: [[Hammer]],[[Frying Pan]],[[Kitchen Knife]],[[Hunting Knife]]
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 ===
{{Notice|Verify}}
 
2 uses per repair: [[Axe]], [[Baseball Bat]], [[Spiked baseball bat|Spiked Baseball Bat]], [[Sledgehammer]],[[Golf Club]]<br>
1 uses per repair: [[Hammer]], [[Frying Pan]], [[Kitchen Knife]], [[Hunting Knife]]
 
For further details on all repair materials, please see [[Repairing_Weapons_and_Items#Melee Weapons|repairing items]] for more information.
 
==Code==
==Code==
  <nowiki>
  <nowiki>
     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,
     }</nowiki>
     }</nowiki>


Line 24: Line 35:
* [[Glue]]
* [[Glue]]
* [[Wood Glue]]
* [[Wood Glue]]
 
* [[Repairing_Weapons_and_Items#Melee Weapons|Repairing Weapons]]


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

Revision as of 16:56, 9 August 2015


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.

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