Belt: Difference between revisions

From PZwiki
(Updated to version 40.43. Removed links from "See also" that are already elsewhere on the page.)
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 40|incver=43}}{{Infobox normal
{{header|The Game World|Items|Clothing|version=Version 41|incver=39}}{{Infobox normal
| display_name = Belt
| display_name = Belt
| name_colour = Clothing
| name_colour = Clothing
Line 7: Line 7:
| image_width = 120px
| image_width = 120px
| weight = 0.3
| weight = 0.3
| function = ''None''
| function = Wearable
| class_name = Base.Belt
| class_name = Base.Belt
}}A '''belt''' is currently a useless {{T|item}}, and often considered as ''junk''.
}}A '''belt''' is used to attach weapons and tools to the character. Items attached this way can easily be equipped with hotkeys.


==Usage==
==Usage==
Regardless of what may initially seem possible, a belt cannot be worn by the {{T|player}}.
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.


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 {{T|'Til Death Us Do Part|story mode}}, where it could be used as a tourniquet for your spouse, {{T|Kate}}.  


The {{T|health}} system is rumoured 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 {{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}}.


==Distribution==
==Distribution==
Line 22: Line 22:


== Code ==
== Code ==
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=39}}
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<pre> item Belt
<pre> item Belt

Revision as of 04:56, 16 July 2020

Template:Infobox normalA 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

Template:Navbox/Clothing