Wood Glue: Difference between revisions

From PZwiki
mNo edit summary
Line 34: Line 34:


==Code==
==Code==
{{Retrieved|version=41|incver=39}}
  <nowiki>
  <nowiki>
     item Woodglue
     item Woodglue

Revision as of 11:42, 14 July 2020


The Game WorldItemsWood Glue
Wood Glue
Wood Glue
General
Category Item
Encumbrance
Heavy Load
0.1
Technical details
Base ID


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 a 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 (with the exception of 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.39

    item Woodglue
    {
        Type	            =	        Drainable,
        UseDelta	        =	        0.2,
        UseWhileEquipped	=	        FALSE,
        DisplayName			=		    Wood Glue,
        Icon				=			Woodglue,
        Weight				=			0.1,
        Tooltip = Tooltip_FixItems,
        SurvivalGear = TRUE,
    }

See also