Classic Wrist Watch

From PZwiki
Revision as of 15:15, 22 June 2021 by NoLoGGic (talk | contribs)
ClothingClassic Wrist Watch
Hammer.png
This article is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 22/06/2021.
Classic Wrist Watch
Classic Wrist Watch
Classic Wrist Watch with Black Strap Classic Wrist Watch with Brown Strap Standard Military Issue Wrist Watch Gold Wrist Watch
General
Category Item
Encumbrance
Heavy Load
0.1
Function Display time
Technical details
Base ID See #Item IDs

A Classic Wrist Watch is a wearable item that tells the player the time.

Usage

Having a digital watch in the player's main inventory, or wearing one, enables the in-game clock being displayed on the HUD. Unlike a digital watch, the classic wrist watch does not tell the player the date or temperature, meaning you cannot tell how long you have been alive in the info tab.

Crafting

TODO

Item IDs

TODO

Code

Watch Black.png Classic Wrist Watch with Black Strap (Right)

From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.50

	item WristWatch_Right_ClassicBlack
		Type			= AlarmClockClothing,
		DisplayName		= Classic Wrist Watch with Black Strap,
		ClothingItem		= WristWatch_Right_ClassicBlack,
		BodyLocation		= RightWrist,
		Icon			= Watch_Black,
		Weight			= 0.1,
		ClothingItemExtra	= WristWatch_Left_ClassicBlack,
		ClothingItemExtraOption	= LeftWrist,
		clothingExtraSubmenu	= RightWrist,
		Cosmetic		= TRUE,
		AlarmSound		= WatchAlarmLoop,
		SoundRadius		= 7,
		MetalValue		= 3,
Other code

Watch Black.png Classic Wrist Watch with Black Strap (Left)

From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.50

	item WristWatch_Left_ClassicBlack
		Type			= AlarmClockClothing,
		DisplayName		= Classic Wrist Watch with Black Strap,
		ClothingItem		= WristWatch_Left_ClassicBlack,
		BodyLocation		= LeftWrist,
		Icon			= Watch_Black,
		Weight			= 0.1,
		ClothingItemExtra	= WristWatch_Right_ClassicBlack,
		ClothingItemExtraOption	= RightWrist,
		clothingExtraSubmenu	= LeftWrist,
		Cosmetic		= TRUE,
		AlarmSound		= WatchAlarmLoop,
		SoundRadius		= 7,
		MetalValue		= 3,

Watch Brown.png Classic Wrist Watch with Brown Strap (Right)

From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.50

	item WristWatch_Right_ClassicBrown
		Type			= AlarmClockClothing,
		DisplayName		= Classic Wrist Watch with Brown Strap,
		ClothingItem		= WristWatch_Right_ClassicBrown,
		BodyLocation		= RightWrist,
		Icon			= Watch_Brown,
		Weight			= 0.1,
		ClothingItemExtra	= WristWatch_Left_ClassicBrown,
		ClothingItemExtraOption	= LeftWrist,
		clothingExtraSubmenu	= RightWrist,
		Cosmetic		= TRUE,
		AlarmSound		= WatchAlarmLoop,
		SoundRadius		= 7,
		MetalValue		= 3,

Watch Brown.png Classic Wrist Watch with Brown Strap (Left)

From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.50

	item WristWatch_Left_ClassicBrown
		Type			= AlarmClockClothing,
		DisplayName		= Classic Wrist Watch with Brown Strap,
		ClothingItem		= WristWatch_Left_ClassicBrown,
		BodyLocation		= LeftWrist,
		Icon			= Watch_Brown,
		Weight			= 0.1,
		ClothingItemExtra	= WristWatch_Right_ClassicBrown,
		ClothingItemExtraOption	= RightWrist,
		clothingExtraSubmenu	= LeftWrist,
		Cosmetic		= TRUE,
		AlarmSound		= WatchAlarmLoop,
		SoundRadius		= 7,
		MetalValue		= 3,

Watch Military.png Standard Military Issue Wrist Watch (Right)

From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.50

	item WristWatch_Right_ClassicMilitary
		Type			= AlarmClockClothing,
		DisplayName		= Standard Military Issue Wrist Watch,
		ClothingItem		= WristWatch_Right_ClassicMilitary,
		BodyLocation		= RightWrist,
		Icon			= Watch_Military,
		Weight			= 0.1,
		ClothingItemExtra	= WristWatch_Left_ClassicMilitary,
		ClothingItemExtraOption	= LeftWrist,
		clothingExtraSubmenu	= RightWrist,
		Cosmetic		= TRUE,
		AlarmSound		= WatchAlarmLoop,
		SoundRadius		= 7,
		MetalValue		= 3,

Watch Military.png Standard Military Issue Wrist Watch (Left)

From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.50

	item WristWatch_Left_ClassicMilitary
		Type			= AlarmClockClothing,
		DisplayName		= Standard Military Issue Wrist Watch,
		ClothingItem		= WristWatch_Left_ClassicMilitary,
		BodyLocation		= LeftWrist,
		Icon			= Watch_Military,
		Weight			= 0.1,
		ClothingItemExtra	= WristWatch_Right_ClassicMilitary,
		ClothingItemExtraOption	= RightWrist,
		clothingExtraSubmenu	= LeftWrist,
		Cosmetic		= TRUE,
		AlarmSound		= WatchAlarmLoop,
		SoundRadius		= 7,
		MetalValue		= 3,

Watch Gold.png Gold Wrist Watch (Right)

From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.50

	item WristWatch_Right_ClassicGold
		Type			= AlarmClockClothing,
		DisplayName		= Gold Wrist Watch,
		ClothingItem		= WristWatch_Right_ClassicGold,
		BodyLocation		= RightWrist,
		Icon			= Watch_Gold,
		Weight			= 0.1,
		ClothingItemExtra	= WristWatch_Left_ClassicGold,
		ClothingItemExtraOption	= LeftWrist,
		clothingExtraSubmenu	= RightWrist,
		Cosmetic		= TRUE,
		AlarmSound		= WatchAlarmLoop,
		SoundRadius		= 7,

Watch Gold.png Gold Wrist Watch (Left)

From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.50

	item WristWatch_Left_ClassicGold
		Type			= AlarmClockClothing,
		DisplayName		= Gold Wrist Watch,
		ClothingItem		= WristWatch_Left_ClassicGold,
		BodyLocation		= LeftWrist,
		Icon			= Watch_Gold,
		Weight			= 0.1,
		ClothingItemExtra	= WristWatch_Right_ClassicGold,
		ClothingItemExtraOption	= RightWrist,
		clothingExtraSubmenu	= LeftWrist,
		Cosmetic		= TRUE,
		AlarmSound		= WatchAlarmLoop,
		SoundRadius		= 7,
		MetalValue		= 3,

See also

Template:Navbox/Electricity and Engineering