Wood Glue

From PZwiki
(Redirected from Wood Glue)
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

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

Woodglue distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
Carpenter crate 19.27%
Carpenter metal_shelves 19.27%
Toolbox Toolbox 5.21%
ToolsCache1 Bag_DuffelBagTINT 19.27%
ToolsCache1 ToolsBox 19.27%
ToolsCache1 counter 19.27%
all crate 0.65%
all metal_shelves 2.57%
bedroom crate 0.89%
cabinetfactory crate 10.78%
cabinetfactory metal_shelves 10.78%
cabinetshipping metal_shelves 10.78%
closet crate 0.89%
closet crate 19.27%
factory crate 19.27%
factory metal_shelves 19.27%
garagestorage counter 19.27%
garagestorage crate 0.89%
garagestorage crate 19.27%
garagestorage metal_shelves 19.27%
loggingfactory crate 19.27%
loggingfactory metal_shelves 19.27%
shed counter 19.27%
shed crate 19.27%
shed metal_shelves 19.27%
storageunit crate 0.89%
storageunit crate 19.27%
storageunit metal_shelves 0.89%
toolstore counter 10.78%
toolstore metal_shelves 19.27%
toolstore shelves 10.78%
toolstore shelves 19.27%
toolstorestorage metal_shelves 19.27%
warehouse crate 19.27%
warehouse metal_shelves 19.27%
Vehicles
Type Container Effective chance
Carpenter Glove Box 19.27%
Carpenter Trunk 19.27%
Construction Worker Glove Box 19.27%
McCoy Glove Box 19.27%

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