Glue

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.
Glue
Glue Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Repair weapon
Properties
Capacity
5 units
Technical
Tags
Glue
Item ID
Base.Glue

Glue is a repair material which can be found in storage cupboards in houses, boxes in warehouses, desks in schools and in sheds. It's used to repair weapons to a useable state. Using Glue does not require any skill in carpentry to use.

Glue is a multi-use item and can be used repeatedly until the container has run out. It can give between 10-25% repair for the first use on a weapon and this percentage decreases with every repair.

Amount of glue 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.

Each tube of Glue has 5 uses.

3 uses per repair: Sledgehammer
2 uses per repair: Axe, Baseball Bat, Spiked Baseball Bat, Hammer, Frying Pan
1 use per repair : Kitchen Knife, Hunting Knife

For further details on all repair materials, please see durability for more information.

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 (25 September 2023)
item Glue
    {
        DisplayCategory = Material,
        Weight	=	0.1,
        Type	=	Drainable,
        UseDelta	=	0.2,
        UseWhileEquipped	=	FALSE,
        DisplayName	=	Glue,
        Icon	=	Glue,
        Tooltip = Tooltip_FixItems,
        SurvivalGear = TRUE,
        WorldStaticModel = Glue,
        Tags = Glue,
    }

See also