Classic Wrist Watch: Difference between revisions

From PZwiki
No edit summary
(Added code and infobox, created sections to fill out)
Line 2: Line 2:
{{header|Clothing|version=Version 41|incver=50}}
{{header|Clothing|version=Version 41|incver=50}}
{{notice|underconstruction}}
{{notice|underconstruction}}
{{Infobox normal
|display_name=Classic Wrist Watch
|name_colour=Normal
|name_text_colour=Normal
|image=Watch_Black.png
|image_width=120px
|alternate_image=Watch_Black.png
|alternate_name=Classic Wrist Watch with Black Strap
|alternate_image2=Watch_Brown.png
|alternate_name2=Classic Wrist Watch with Brown Strap
|alternate_image3=Watch_Military.png
|alternate_name3=Standard Military Issue Wrist Watch
|alternate_image4=Watch_Gold.png
|alternate_name4=Gold Wrist Watch
|weight=0.1
|primary_use=Display [[time]]
|class_name=See [[#Item IDs]]
}}
'''TODO:''' a one-sentence description.
== Usage ==
'''TODO'''
== Crafting ==
'''TODO'''
== Item IDs ==
'''TODO'''
{{Clear}}
== Code ==
[[File:Watch_Black.png|32px]] Classic Wrist Watch with Black Strap (Right)
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
<pre> 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,
</pre>
<!-- Div to make all of the 'extra' code collapsible so it doesn't clutter the page. Perhaps there's better way to go about it. -->
<div class="mw-collapsible mw-collapsed" style="overflow:auto;">'''Other code'''
<div class="mw-collapsible-content">
[[File:Watch_Black.png|32px]] Classic Wrist Watch with Black Strap (Left)
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
<pre> 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,
</pre>
[[File:Watch_Brown.png|32px]] Classic Wrist Watch with Brown Strap (Right)
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
<pre> 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,
</pre>
[[File:Watch_Brown.png|32px]] Classic Wrist Watch with Brown Strap (Left)
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
<pre> 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,
</pre>
[[File:Watch_Military.png|32px]] Standard Military Issue Wrist Watch (Right)
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
<pre> 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,
</pre>
[[File:Watch_Military.png|32px]] Standard Military Issue Wrist Watch (Left)
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
<pre> 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,
</pre>
[[File:Watch_Gold.png|32px]] Gold Wrist Watch (Right)
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
<pre> 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,
</pre>
[[File:Watch_Gold.png|32px]] Gold Wrist Watch (Left)
'''''From clothing_jewelry.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
<pre> 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,
</pre>
</div></div>
== See also ==
{{Navbox/Electricity and Engineering}}

Revision as of 23:29, 21 June 2021

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 21/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

TODO: a one-sentence description.

Usage

TODO

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