Belt: Difference between revisions

From PZwiki
m (added to see also)
m (Added heading template. Info rearrangements, code adjustments)
Tag: categories removed
Line 1: Line 1:
{{languages|Belt}}
{{languages|Belt}}
 
{{header|The Game World|Items|Clothing|version=Version 39|incver=52}}
{{Items
{{Clothing
|image = Belt.png  
|image = Belt.png  
|bodyarea = Unusable
|weight = 0.3
|weight = 0.3
}}
}}
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]]. They are most commonly found in bedroom [[Containers#Wardrobe|wardrobes]] and shelves in [[Clothing Store|clothing stores]]. They may also be found in [[Containers#Cupboard|kitchen cupboards]].  
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]].  
<br>The belt cannot be worn.
 
<br><br><br><br><br><br><br><br><br>
They are most commonly found in bedroom [[Containers#Wardrobe|wardrobes]] and shelves in [[Clothing Store|clothing stores]]. They may also be found in [[Containers#Counter|kitchen counters]].  
 
The belt cannot be worn.
<br><br><br><br><br><br><br>
 
== Code ==
== Code ==
  <nowiki>
  <nowiki>
item Belt
item Belt
{
Weight = 0.3,
Weight = 0.3,
Type = Normal,
Type = Normal,
DisplayName = Belt,
DisplayName = Belt,
Icon = Belt,
Icon = Belt,
}
</nowiki>
</nowiki>
<br>
 
 
== History ==
== History ==
 
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{| class="wikitable" width="550" style="text-align:center;"
{| class="wikitable" width="550" style="text-align:center;"
|-
|-
! Pre Alpha||  
! colspan="2" | Pre-Alpha   
|-
|-
| Initial || Added to the game.  
| Initial || Added to the game.  
|}
|}


==See Also==
==See Also==
Line 35: Line 40:


{{Navbox/Clothing}}
{{Navbox/Clothing}}
[[Category:Clothing]]
[[Category:Version 0.2.0p]]

Revision as of 17:56, 2 May 2018

Template:Clothing 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 story mode, where it could be used as a tourniquet for your spouse, Kate Smith.

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

The belt cannot be worn.






Code

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


History

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

Pre-Alpha
Initial Added to the game.


See Also

Template:Navbox/Clothing