Wood Glue: Difference between revisions

From PZwiki
m (Automated {{Languages}} removal.)
m (Automated header update.)
Line 1: Line 1:
{{Header/sandbox2|Project Zomboid|Items|Materials|Repair materials}}
{{Header|Project Zomboid|Items|Materials|Repair materials}}
{{page version|41.78.16}}
{{page version|41.78.16}}
{{Infobox item
{{Infobox item

Revision as of 16:58, 4 March 2024

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

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