Wood Glue

From PZwiki
Revision as of 10:22, 14 July 2020 by Viperel (talk | contribs)
The Game WorldItemsWood Glue

{{Infobox normal

Wood Glue
Wood Glue
General
Category Item
Encumbrance
Heavy Load
0.1
Technical details
Base ID


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

See also