Wood Glue: Difference between revisions

From PZwiki
(Added item summary, link to weapon repair page for stats, removed TOC, retyped Wood Glue repair stat summary)
Line 15: Line 15:


2 uses per repair (requires Carpentry Level 2): [[Axe]], [[Baseball Bat]], [[Spiked baseball bat|Spiked Baseball Bat]], [[Sledgehammer]]<br>
2 uses per repair (requires Carpentry Level 2): [[Axe]], [[Baseball Bat]], [[Spiked baseball bat|Spiked Baseball Bat]], [[Sledgehammer]]<br>
1 uses per repair (requires Carpentry Level 1): [[Hammer]]
1 use per repair (requires Carpentry Level 1): [[Hammer]]


==Code==
==Code==

Revision as of 04:52, 7 February 2016


Template:Items 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. 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. It can give up to 50% repair for the first use on a weapon and this percentage decreases with every repair.

Amount of Glue used per item repair

Each tube has 5 uses.

2 uses per repair (requires Carpentry Level 2): Axe, Baseball Bat, Spiked Baseball Bat, Sledgehammer
1 use per repair (requires Carpentry Level 1): Hammer

Code

    item Woodglue
    {
        Type	            =	        Drainable,
        UseDelta	        =	        0.2,
        UseWhileEquipped	=	        FALSE,
        DisplayName			=		    Wood glue,
        Icon				=			Woodglue,
        Weight				=			0.1,
    }

See Also