Belt: Difference between revisions

From PZwiki
m (Added heading template. Info rearrangements, code adjustments)
Tag: categories removed
m (moved code location to code, rather than history.)
Line 14: Line 14:


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
  <nowiki>
  <nowiki>
item Belt
item Belt
Line 24: Line 25:


== 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;"
|-
|-

Revision as of 18:02, 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

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

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


History

Pre-Alpha
Initial Added to the game.


See Also

Template:Navbox/Clothing