Tongs: Difference between revisions

From PZwiki
m (Removed Navbox(es) and added Navbox items)
m (Automated Formatting)
 
Line 13: Line 13:
|item_id=Base.Tongs
|item_id=Base.Tongs
}}
}}
The '''Tongs''' is an upcoming [[Tools|tool]].
The '''Tongs''' is an upcoming [[Tools|tool]].


Line 38: Line 37:
         MetalValue = 15,
         MetalValue = 15,
         WorldStaticModel = Tongs,
         WorldStaticModel = Tongs,
     }  
     }
}}
}}
}}
}}

Latest revision as of 12:56, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.
Tongs
Tongs Model.png
General
Category
Tool
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Function
None
Technical
Item ID
Base.Tongs

The Tongs is an upcoming tool.

Usage

Tongs currently do not spawn in game. Due to its tool tag, it is likely it will be a part of the overhauled build 42 crafting system.

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
item Tongs
    {
        DisplayCategory = Tool,
        Weight = 0.5,
        Type = Normal,
        DisplayName	= Tongs,
        Icon = BlacksmithTongs,
        MetalValue = 15,
        WorldStaticModel = Tongs,
    }

See also