Belt: Difference between revisions

From PZwiki
m (Minor)
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|The Game World|Items|Clothing|version=Version 41|incver=39}}
{{Header|The Game World|Items|Clothing|version=Version 41|incver=39}}
{{Infobox normal
{{Infobox item
| display_name=Belt
| display_name=Belt
| name_colour=Clothing
| name_colour=Clothing
| name_text_colour=Clothing
| name_text_colour=Clothing
| image=Belt.png
| model=Belt.png
| image_width=128px
| model_width=128px
| weight=0.3
| weight=0.3
| function=Wearable
| function=Wearable

Revision as of 06:02, 23 September 2023

Belt
General
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Wearable
Technical
Item ID
Base.Belt

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

Usage

The belt can be worn by the player since version 41. It offers two slots in the hotbar on 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 Smith.

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

Retrieved: Build 41.39 From items.txt (Project Zomboid directory/media/scripts/)

	item Belt
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Belt,
		Icon		= Belt,

See also