Wood Glue: Difference between revisions

From PZwiki
(Some cleanups)
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}
{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}
{{stub}}
{{stub}}
{{Infobox normal
{{Infobox item
|display_name=Wood Glue
|display_name=Wood Glue
|name_colour=
|name_colour=
|name_text_colour=
|name_text_colour=
|image = WoodGlue Model.png
|model = WoodGlue Model.png
|image_width = 200px
|model_width = 200px
|alternate_image=Woodglue.png
|icon=Woodglue.png
|alternate_name=Wood Glue
|icon_name=Wood Glue
|weight = 0.1
|weight = 0.1
|primary_use=
|primary_use=

Revision as of 06:14, 23 September 2023

The Game WorldItemsWood Glue
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Wood Glue
WoodGlue Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Technical
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 less uses.

Glue needed per repair

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

Code

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