Wood Glue: Difference between revisions

From PZwiki
No edit summary
m (clean up, replaced: wikitable → pztable)
Line 5: Line 5:
|weight = 0.1
|weight = 0.1
}}
}}
Wood Glue 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. The hardware store in [[West Point]] is an excellent place to find '''wood glue''' and many useful tools relatively early in the game.
'''Wood Glue''' 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. The hardware store in [[West Point]] is an excellent place to find '''wood glue''' and many useful tools relatively early in the game.


Using wood glue requires at least level 2 in [[Carpentry]] to use (with the exception of repairing hammers which require level 1). Currently wood glue is the best repair material for the majority of weapons in game.
Using wood glue requires at least level 2 in [[Carpentry]] to use (with the exception of repairing hammers which require level 1). Currently wood glue is the best repair material for the majority of weapons in game.
Line 11: Line 11:
Wood glue is a multi-use item and can be used repeatedly until the container has run out. Each full bottle has 5 uses of wood glue, however bottles do not always spawn completely filled, and may have less uses.
Wood glue is a multi-use item and can be used repeatedly until the container has run out. Each full bottle has 5 uses of wood glue, however bottles do not always spawn completely filled, and may have less uses.


=== Glue Needed Per Repair ===  
=== Glue Needed Per Repair ===


{| class="wikitable"
{| class="pztable"
|-
|-
! 1 Glue/Carpentry 1 !! 2 Glue/Carpentry 2
! 1 Glue/Carpentry 1 !! 2 Glue/Carpentry 2
Line 38: Line 38:
     }</nowiki>
     }</nowiki>


==See Also==
==See also==
* [[Adhesive Tape]]
* [[Adhesive Tape]]
* [[Duct Tape]]
* [[Duct Tape]]
* [[Glue]]
* [[Glue]]
* [[Repairing_Weapons_and_Items#Melee Weapons|Repairing Weapons]]
* [[Repairing Weapons and Items#Melee Weapons|Repairing Weapons]]


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

Revision as of 16:13, 11 May 2019


Template:Items Wood Glue 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. The hardware store in West Point is an excellent place to find wood glue and many useful tools relatively early in the game.

Using wood glue requires at least level 2 in Carpentry to use (with the exception of repairing hammers which require level 1). Currently wood glue is the best repair material for the majority of weapons in game.

Wood glue is a multi-use item and can be used repeatedly until the container has run out. Each full bottle has 5 uses of wood glue, however bottles do not always spawn completely filled, and may have less uses.

Glue Needed Per Repair

1 Glue/Carpentry 1 2 Glue/Carpentry 2
Hammer Axe
Baseball Bat
Spiked Baseball Bat
Sledgehammer

Code

    item Woodglue
    {
        Type	            =	        Drainable,
        UseDelta	        =	        0.2,
        UseWhileEquipped	=	        FALSE,
        DisplayName			=		    Wood glue,
        Icon				=			Woodglue,
        Weight				=			0.1,
    }

See also