Glue: Difference between revisions

From PZwiki
m (Added model image)
No edit summary
Line 12: Line 12:
|class_name =  
|class_name =  
}}
}}
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.  
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.
Using Glue does not require any skill in carpentry to use.



Revision as of 22:40, 20 June 2023


Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Glue
Glue
Glue
General
Category Item
Encumbrance
Heavy Load
0.1
Technical details
Base ID

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 repairing items for more information.

Code

Retrieved: Build 41.78

    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