Classic Wrist Watch: Difference between revisions

From PZwiki
m (fixed header categories)
(added models, reduced jargon and referring to the reader directly ("you"), updated to 41.78.16)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Clothing|version=Version 41|incver=50}}{{Infobox normal
{{Languages}}{{Header|The Game World|Items|Clothing|version=Version 41|incver=78.16}}{{Infobox normal
|display_name=Classic Wrist Watch
|display_name=Classic Wrist Watch
|name_colour=Normal
|name_colour=Normal
|name_text_colour=Normal
|name_text_colour=Normal
|image=Watch_Black.png
|image=WatchClassicBlack_Model.png
|image_width=128px
|image_width=200px
|alternate_image=Watch_Black.png
|alternate_image=Watch_Black.png
|alternate_name=Classic Wrist Watch with Black Strap
|alternate_name=Classic Wrist Watch with Black Strap
Line 16: Line 16:
|primary_use=Display [[time]]
|primary_use=Display [[time]]
|class_name=''See [[#Item IDs|Item IDs]]''
|class_name=''See [[#Item IDs|Item IDs]]''
}}A '''Classic Wrist Watch''' is a wearable item that tells the player the time.
}}A '''classic wrist watch''' is a wearable item that tells the player the time.


==Usage==
==Usage==
Having a classic wrist watch in the player's main inventory, or wearing one, enables the in-game [[clock]] being displayed on the [[Controls#HUD|HUD]]. Unlike a [[Digital Watch|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.
Having a classic wrist watch in the player's main inventory, or wearing one, enables the in-game [[Controls#Time Controls|clock display]] on the [[Controls#HUD|HUD]]. Unlike a [[Digital Watch|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==
==Item IDs==
Line 59: Line 59:
| {{ID|Base.WristWatch_Left_ClassicGold}}
| {{ID|Base.WristWatch_Left_ClassicGold}}
|}
|}
==Gallery==
<gallery>
File:WatchClassicBlack_Model.png|Class wrist watch with black strap model
File:WatchClassicBrown_Model.png|Class wrist watch with brown strap model
File:WatchClassicGold_Model.png|Gold wrist watch model
File:WatchClassicMilitary_Model.png|Standard military issue wrist watch model
</gallery>


==Code==
==Code==
Line 64: Line 72:


'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
item WristWatch_Right_ClassicBlack
{
Type = AlarmClockClothing,
    DisplayCategory = Accessory,
DisplayName = Classic Wrist Watch with Black Strap,
Type = AlarmClockClothing,
ClothingItem = WristWatch_Right_ClassicBlack,
DisplayName = Classic Wrist Watch with Black Strap,
BodyLocation = RightWrist,
ClothingItem = WristWatch_Right_ClassicBlack,
Icon = Watch_Black,
BodyLocation = RightWrist,
Weight = 0.1,
Icon = Watch_Black,
ClothingItemExtra = WristWatch_Left_ClassicBlack,
Weight = 0.1,
ClothingItemExtraOption = LeftWrist,
ClothingItemExtra = WristWatch_Left_ClassicBlack,
clothingExtraSubmenu = RightWrist,
        ClothingItemExtraOption = LeftWrist,
Cosmetic = TRUE,
        clothingExtraSubmenu = RightWrist,
AlarmSound = WatchAlarmLoop,
Cosmetic = TRUE,
SoundRadius = 7,
AlarmSound = WatchAlarmLoop,
MetalValue = 3,
SoundRadius = 7,
MetalValue = 3,
WorldStaticModel = WatchClassicBlack,
}
</pre>
</pre>


Line 89: Line 100:


'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
item WristWatch_Left_ClassicBlack
    item WristWatch_Left_ClassicBlack
Type = AlarmClockClothing,
{
DisplayName = Classic Wrist Watch with Black Strap,
    DisplayCategory = Accessory,
ClothingItem = WristWatch_Left_ClassicBlack,
Type = AlarmClockClothing,
BodyLocation = LeftWrist,
DisplayName = Classic Wrist Watch with Black Strap,
Icon = Watch_Black,
ClothingItem = WristWatch_Left_ClassicBlack,
Weight = 0.1,
BodyLocation = LeftWrist,
ClothingItemExtra = WristWatch_Right_ClassicBlack,
Icon = Watch_Black,
ClothingItemExtraOption = RightWrist,
Weight = 0.1,
clothingExtraSubmenu = LeftWrist,
ClothingItemExtra = WristWatch_Right_ClassicBlack,
Cosmetic = TRUE,
        ClothingItemExtraOption = RightWrist,
AlarmSound = WatchAlarmLoop,
        clothingExtraSubmenu = LeftWrist,
SoundRadius = 7,
Cosmetic = TRUE,
MetalValue = 3,
AlarmSound = WatchAlarmLoop,
SoundRadius = 7,
MetalValue = 3,
WorldStaticModel = WatchClassicBlack,
}
</pre>
</pre>


Line 110: Line 125:


'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
item WristWatch_Right_ClassicBrown
    item WristWatch_Right_ClassicBrown
Type = AlarmClockClothing,
{
DisplayName = Classic Wrist Watch with Brown Strap,
    DisplayCategory = Accessory,
ClothingItem = WristWatch_Right_ClassicBrown,
Type = AlarmClockClothing,
BodyLocation = RightWrist,
DisplayName = Classic Wrist Watch with Brown Strap,
Icon = Watch_Brown,
ClothingItem = WristWatch_Right_ClassicBrown,
Weight = 0.1,
BodyLocation = RightWrist,
ClothingItemExtra = WristWatch_Left_ClassicBrown,
Icon = Watch_Brown,
ClothingItemExtraOption = LeftWrist,
Weight = 0.1,
clothingExtraSubmenu = RightWrist,
        ClothingItemExtra = WristWatch_Left_ClassicBrown,
Cosmetic = TRUE,
        ClothingItemExtraOption = LeftWrist,
AlarmSound = WatchAlarmLoop,
        clothingExtraSubmenu = RightWrist,
SoundRadius = 7,
Cosmetic = TRUE,
MetalValue = 3,
AlarmSound = WatchAlarmLoop,
SoundRadius = 7,
MetalValue = 3,
WorldStaticModel = WatchClassicBrown,
}
</pre>
</pre>


Line 131: Line 150:


'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
item WristWatch_Left_ClassicBrown
    item WristWatch_Left_ClassicBrown
Type = AlarmClockClothing,
{
DisplayName = Classic Wrist Watch with Brown Strap,
    DisplayCategory = Accessory,
ClothingItem = WristWatch_Left_ClassicBrown,
Type = AlarmClockClothing,
BodyLocation = LeftWrist,
DisplayName = Classic Wrist Watch with Brown Strap,
Icon = Watch_Brown,
ClothingItem = WristWatch_Left_ClassicBrown,
Weight = 0.1,
BodyLocation = LeftWrist,
ClothingItemExtra = WristWatch_Right_ClassicBrown,
Icon = Watch_Brown,
ClothingItemExtraOption = RightWrist,
Weight = 0.1,
clothingExtraSubmenu = LeftWrist,
ClothingItemExtra = WristWatch_Right_ClassicBrown,
Cosmetic = TRUE,
        ClothingItemExtraOption = RightWrist,
AlarmSound = WatchAlarmLoop,
        clothingExtraSubmenu = LeftWrist,
SoundRadius = 7,
Cosmetic = TRUE,
MetalValue = 3,
AlarmSound = WatchAlarmLoop,
SoundRadius = 7,
MetalValue = 3,
WorldStaticModel = WatchClassicBrown,
}
</pre>
</pre>


Line 152: Line 175:


'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
item WristWatch_Right_ClassicMilitary
    item WristWatch_Right_ClassicMilitary
Type = AlarmClockClothing,
{
DisplayName = Standard Military Issue Wrist Watch,
    DisplayCategory = Accessory,
ClothingItem = WristWatch_Right_ClassicMilitary,
Type = AlarmClockClothing,
BodyLocation = RightWrist,
DisplayName = Standard Military Issue Wrist Watch,
Icon = Watch_Military,
ClothingItem = WristWatch_Right_ClassicMilitary,
Weight = 0.1,
BodyLocation = RightWrist,
ClothingItemExtra = WristWatch_Left_ClassicMilitary,
Icon = Watch_Military,
ClothingItemExtraOption = LeftWrist,
Weight = 0.1,
clothingExtraSubmenu = RightWrist,
        ClothingItemExtra = WristWatch_Left_ClassicMilitary,
Cosmetic = TRUE,
        ClothingItemExtraOption = LeftWrist,
AlarmSound = WatchAlarmLoop,
        clothingExtraSubmenu = RightWrist,
SoundRadius = 7,
Cosmetic = TRUE,
MetalValue = 3,
AlarmSound = WatchAlarmLoop,
SoundRadius = 7,
MetalValue = 3,
WorldStaticModel = WatchClassicMilitary,
}
</pre>
</pre>


Line 173: Line 200:


'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
item WristWatch_Left_ClassicMilitary
    item WristWatch_Left_ClassicMilitary
Type = AlarmClockClothing,
{
DisplayName = Standard Military Issue Wrist Watch,
    DisplayCategory = Accessory,
ClothingItem = WristWatch_Left_ClassicMilitary,
Type = AlarmClockClothing,
BodyLocation = LeftWrist,
DisplayName = Standard Military Issue Wrist Watch,
Icon = Watch_Military,
ClothingItem = WristWatch_Left_ClassicMilitary,
Weight = 0.1,
BodyLocation = LeftWrist,
ClothingItemExtra = WristWatch_Right_ClassicMilitary,
Icon = Watch_Military,
ClothingItemExtraOption = RightWrist,
Weight = 0.1,
clothingExtraSubmenu = LeftWrist,
ClothingItemExtra = WristWatch_Right_ClassicMilitary,
Cosmetic = TRUE,
        ClothingItemExtraOption = RightWrist,
AlarmSound = WatchAlarmLoop,
        clothingExtraSubmenu = LeftWrist,
SoundRadius = 7,
Cosmetic = TRUE,
MetalValue = 3,
AlarmSound = WatchAlarmLoop,
SoundRadius = 7,
MetalValue = 3,
WorldStaticModel = WatchClassicMilitary,
}
</pre>
</pre>


Line 194: Line 225:


'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
item WristWatch_Right_ClassicGold
    item WristWatch_Right_ClassicGold
Type = AlarmClockClothing,
{
DisplayName = Gold Wrist Watch,
    DisplayCategory = Accessory,
ClothingItem = WristWatch_Right_ClassicGold,
Type = AlarmClockClothing,
BodyLocation = RightWrist,
DisplayName = Gold Wrist Watch,
Icon = Watch_Gold,
ClothingItem = WristWatch_Right_ClassicGold,
Weight = 0.1,
BodyLocation = RightWrist,
ClothingItemExtra = WristWatch_Left_ClassicGold,
Icon = Watch_Gold,
ClothingItemExtraOption = LeftWrist,
Weight = 0.1,
clothingExtraSubmenu = RightWrist,
        ClothingItemExtra = WristWatch_Left_ClassicGold,
Cosmetic = TRUE,
        ClothingItemExtraOption = LeftWrist,
AlarmSound = WatchAlarmLoop,
        clothingExtraSubmenu = RightWrist,
SoundRadius = 7,
Cosmetic = TRUE,
AlarmSound = WatchAlarmLoop,
SoundRadius = 7,
MetalValue = 3,
WorldStaticModel = WatchClassicGold,
}
</pre>
</pre>


Line 214: Line 250:


'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
item WristWatch_Left_ClassicGold
    item WristWatch_Left_ClassicGold
Type = AlarmClockClothing,
{
DisplayName = Gold Wrist Watch,
    DisplayCategory = Accessory,
ClothingItem = WristWatch_Left_ClassicGold,
Type = AlarmClockClothing,
BodyLocation = LeftWrist,
DisplayName = Gold Wrist Watch,
Icon = Watch_Gold,
ClothingItem = WristWatch_Left_ClassicGold,
Weight = 0.1,
BodyLocation = LeftWrist,
ClothingItemExtra = WristWatch_Right_ClassicGold,
Icon = Watch_Gold,
ClothingItemExtraOption = RightWrist,
Weight = 0.1,
clothingExtraSubmenu = LeftWrist,
        ClothingItemExtra = WristWatch_Right_ClassicGold,
Cosmetic = TRUE,
        ClothingItemExtraOption = RightWrist,
AlarmSound = WatchAlarmLoop,
        clothingExtraSubmenu = LeftWrist,
SoundRadius = 7,
Cosmetic = TRUE,
MetalValue = 3,
AlarmSound = WatchAlarmLoop,
SoundRadius = 7,
MetalValue = 3,
WorldStaticModel = WatchClassicGold,
}
</pre>
</pre>



Revision as of 14:44, 19 July 2023

The Game WorldItemsClothingClassic Wrist Watch
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 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,
	}