Belt: Difference between revisions

From PZwiki
m (Very minor edit. Stating the obvious)
m (Minor fixes)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=39}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=39}}
{{reupload|Missing 3D Model}}
{{Reupload|Missing 3D model}}
{{Infobox item
{{Infobox item
| display_name=Belt
| display_name=Belt
Line 15: Line 15:
| item_id=Base.Belt2<br>Base.Belt (pre-[[Build 41|b41]])
| item_id=Base.Belt2<br>Base.Belt (pre-[[Build 41|b41]])
}}
}}
A '''belt''' is used to attach weapons and tools to the character. Items attached this way can easily be equipped with hotkeys. The player usually will start with a belt.
A '''belt''' is used to attach weapons and tools to the character. Items attached this way can easily be equipped with hotkeys. The player always spawns with a belt.


==Usage==
==Usage==
The belt can be worn by the {{T|player}} since version 41. It offers two slots in the hotbar on the bottom of the screen.
The belt can be worn by the player since version 41. It offers two slots in the hotbar at the bottom of the screen.


A belt could previously be used in the since removed {{T|'Til Death Us Do Part|story mode}}, where it could be used as a tourniquet for your spouse, {{T|Kate}}.  
A belt could previously be used in the since removed [['Til Death Us Do Part|story mode]], where it could be used as a tourniquet for your spouse, [[Kate Smith|Kate]].


The {{T|health}} system is rumored to be improved further at some point in the future, likely giving some usage to the belt, specifically with the return of {{T|Survivor|NPC survivors}}.
The health system is rumored to be improved further at some point in the future, likely giving some usage to the belt, specifically with the return of NPC [[survivor]]s.


==Distribution==
==Distribution==
Belts are most commonly found in bedroom [[Containers#Bedroom Storage|wardrobes]] and shelves in [[Clothing Store|clothing stores]]. They may also be found in [[Containers#Counters|kitchen counters]].  
Belts are most commonly found in bedroom [[Storage#Dressers|wardrobes]] and shelves in clothing stores. They may also be found in [[Containers#Counters|kitchen counters]].


==Code==
==Code==
Line 49: Line 49:


==See also==
==See also==
*{{T|Clothing}}
*{{ll|Clothing}}
*{{T|Trousers}}
*{{ll|Trousers}}


{{Navbox clothing}}
{{Navbox clothing}}

Revision as of 14:01, 20 January 2024

Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Belt
[[File:|Belt|200px|class=pixelart]]
General
Category
Accessory
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Equipped
Belt
Slots added
SmallBeltLeft
SmallBeltRight
Technical
Item ID
Base.Belt2
Base.Belt (pre-b41)

A belt is used to attach weapons and tools to the character. Items attached this way can easily be equipped with hotkeys. The player always spawns with a belt.

Usage

The belt can be worn by the player since version 41. It offers two slots in the hotbar at the bottom of the screen.

A belt could previously be used in the since removed story mode, where it could be used as a tourniquet for your spouse, Kate.

The health system is rumored to be improved further at some point in the future, likely giving some usage to the belt, specifically with the return of NPC survivors.

Distribution

Belts are most commonly found in bedroom wardrobes and shelves in clothing stores. They may also be found in kitchen counters.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.39
item Belt
{
    Weight = 0.3,
    Type = Normal,
    DisplayName = Belt,
    Icon = Belt,
}

See also