Belt: Difference between revisions

From PZwiki
m (→‎Trivia: don't use shortened version)
m (Automated infobox update)
Tag: Reverted
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=39}}
{{Reupload|Missing 3D model}}
{{Infobox item
| display_name=Belt
<!--| model=  COMMENT: model image to go here: Belt_Model.png -->
| icon=Belt.png
| icon_name=Belt
<!--General-->
| category=Accessory
| weight=0.2
| body_location=Belt
| attachments_provided=SmallBeltLeft<br>SmallBeltRight
<!--Technical-->
| 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 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 [['Til Death Us Do Part|story mode]], where it could be used as a tourniquet for your spouse, [[Kate Smith|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 [[survivor]]s.
==Distribution==
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==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 0
  | source = items.txt
  | retrieved = true
  | version = 41
  | incver = 39
  | code =
item Belt
{
    Weight = 0.3,
    Type = Normal,
    DisplayName = Belt,
    Icon = Belt,
}
  }}
}}
==Trivia==
*The old  (pre-[[build 41]]) belt can still be spawned via [[debug mode]], or admin in [[multiplayer]], although not being functional and lacking a model.
==See also==
*{{ll|Clothing}}
*{{ll|Trousers}}
{{Navbox clothing}{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}}

Revision as of 12:11, 15 February 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
Belt
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,
}

Trivia

See also

{{Navbox clothing}{Languages}}

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
Belt
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,
}

Trivia

See also