Classic Wrist Watch

From PZwiki
Revision as of 11:42, 9 January 2024 by VaileasysBot (talk | contribs) (→‎top: category project: "The Game World")
Project ZomboidItemsClothingClassic Wrist Watch
Classic Wrist Watch
WatchClassicBlack Model.png
Classic Wrist Watch with Brown Strap
Standard Military Issue Wrist Watch
Gold Wrist Watch
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Display time
Technical
Item ID

A classic wrist watch is a wearable item that tells the player the time.

Usage

Having a classic wrist watch in the player's main inventory, or wearing one, enables the in-game clock display on the HUD. Unlike a digital watch, the classic wrist watch does not tell the player the date or temperature, therefore the info tab doesn't display the time survived for.

Item IDs

Name Icon Base ID
Classic Wrist Watch with Black Strap (Right) Watch Black.png Base.WristWatch_Right_ClassicBlack
Classic Wrist Watch with Black Strap (Left) Watch Black.png Base.WristWatch_Left_ClassicBlack
Classic Wrist Watch with Brown Strap (Right) Watch Brown.png Base.WristWatch_Right_ClassicBrown
Classic Wrist Watch with Brown Strap (Left) Watch Brown.png Base.WristWatch_Left_ClassicBrown
Standard Military Issue Wrist Watch (Right) Watch Military.png Base.WristWatch_Right_ClassicMilitary
Standard Military Issue Wrist Watch (Left) Watch Military.png Base.WristWatch_Left_ClassicMilitary
Gold Wrist Watch (Right) Watch Gold.png Base.WristWatch_Right_ClassicGold
Gold Wrist Watch (Left) Watch Gold.png Base.WristWatch_Left_ClassicGold

Gallery

Code

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

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

	{
	    DisplayCategory = Accessory,
		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,
		WorldStaticModel = WatchClassicBlack,
	}
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.78.16

    item WristWatch_Left_ClassicBlack
	{
	    DisplayCategory = Accessory,
		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,
		WorldStaticModel = WatchClassicBlack,
	}

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

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

    item WristWatch_Right_ClassicBrown
	{
	    DisplayCategory = Accessory,
		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,
		WorldStaticModel = WatchClassicBrown,
	}

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

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

    item WristWatch_Left_ClassicBrown
	{
	    DisplayCategory = Accessory,
		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,
		WorldStaticModel = WatchClassicBrown,
	}

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

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

    item WristWatch_Right_ClassicMilitary
	{
	    DisplayCategory = Accessory,
		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,
		WorldStaticModel = WatchClassicMilitary,
	}

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

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

    item WristWatch_Left_ClassicMilitary
	{
	    DisplayCategory = Accessory,
		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,
		WorldStaticModel = WatchClassicMilitary,
	}

Watch Gold.png Gold Wrist Watch (Right)

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

    item WristWatch_Right_ClassicGold
	{
	    DisplayCategory = Accessory,
		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,
		MetalValue = 3,
		WorldStaticModel = WatchClassicGold,
	}

Watch Gold.png Gold Wrist Watch (Left)

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

    item WristWatch_Left_ClassicGold
	{
	    DisplayCategory = Accessory,
		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,
		WorldStaticModel = WatchClassicGold,
	}