Wood Glue

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Wood Glue
WoodGlue Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Repair weapons
Properties
Capacity
5 units
Technical
Tags
Glue
Item ID
Base.Woodglue

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 an 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 (except for 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 fewer uses.

Glue needed per repair

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

Distribution

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

Containers
Building/Room Container Rolls Chance
bedroom crate 1 0.8
cabinetfactory crate 4 4
crate 4 4
closet crate 4 8
crate 4 8
garagestorage counter 4 8
toolstore counter 4 4
toolstorestorage 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 Woodglue
    {
        DisplayCategory = Material,
        Type	            =	        Drainable,
        UseDelta	        =	        0.2,
        UseWhileEquipped	=	        FALSE,
        DisplayName			=		    Wood Glue,
        Icon				=			Woodglue,
        Weight				=			0.1,
        Tooltip = Tooltip_FixItems,
        SurvivalGear = TRUE,
        WorldStaticModel = WoodGlue,
        Tags = Glue,
    }

See also