Belt: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
(added sections and new infobox)
Line 1: Line 1:
{{languages|Belt}}
{{languages|Belt}}
{{header|The Game World|Items|Clothing|version=Version 39|incver=52}}
{{header|The Game World|Items|Clothing|version=Version 39|incver=52}}{{Infobox normal
{{Clothing
| display_name = Belt
|image = Belt.png  
| name_colour = Clothing
|bodyarea = Unusable
| name_text_colour = Clothing
|weight = 0.3
| image = Belt_120px.png
}}
| image_width = 120px
The '''belt''' currently has no known use, and is often consider a ''junk'' item. In a previous version of the game however, the belt could be used in the now unavailable [['Til Death Us Do Part|story mode]], where it could be used as a tourniquet for your spouse, [[Kate]].  
| weight = 0.3
| function = ''None''
| class_name = Base.Belt
}}A '''belt''' is currently a useless {{T|item}}, and often considered as ''junk''.


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


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}}.


==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]].


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
<pre> item Belt
item Belt
Weight = 0.3,
Weight = 0.3,
Type = Normal,
Type = Normal,
DisplayName = Belt,
DisplayName = Belt,
Icon = Belt,
Icon = Belt,</pre>
</nowiki>
 
 
== History ==
{| class="pztable" width="550" style="text-align:center;"
|-
! colspan="2" | Pre-Alpha 
|-
| Initial || Added to the game.
|}
 


==See also==
==See also==
* [[Clothing]]
* {{T|Clothing}}
* [[Trousers]]
* {{T|Trousers}}
* [[Socks]]
* {{T|Socks}}
* [[Underwear]]
* {{T|Underwear}}


{{Navbox/Clothing}}
{{Navbox/Clothing}}

Revision as of 17:25, 18 May 2019

Template:Infobox normalA belt is currently a useless item, and often considered as junk.

Usage

Regardless of what may initially seem possible, a belt cannot be worn by the player.

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 rumoured 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

From items.txt (Project Zomboid directory/media/scripts/)

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

See also

Template:Navbox/Clothing