Classic Wrist Watch: Difference between revisions

From PZwiki
m (Automated infobox update)
Tag: Reverted
m (Remove lines))
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=78.16}}{{Infobox item
{{Header|Project Zomboid|Items|Clothing|Accessories|Jewelry}}
|display_name=Classic Wrist Watch
{{Page version|41.78.16}}
|name_colour=Normal
{{Infobox item
|name_text_colour=Normal
|name=Classic Wrist Watch
|model=WatchClassicBlack_Model.png
|model=WatchClassicBlack_Model.png
|model_width=200px
|icon=Watch_Black.png
|icon=Watch_Black.png
|icon_name=Classic Wrist Watch with Black Strap
|icon_name=Classic Wrist Watch with Black Strap
|model2=WatchClassicBrown_Model.png
|icon2=Watch_Brown.png
|icon2=Watch_Brown.png
|icon_name2=Classic Wrist Watch with Brown Strap
|icon_name2=Classic Wrist Watch with Brown Strap
|model3=WatchClassicMilitary_Model.png
|icon3=Watch_Military.png
|icon3=Watch_Military.png
|icon_name3=Standard Military Issue Wrist Watch
|icon_name3=Standard Military Issue Wrist Watch
|model4=WatchClassicGold_Model.png
|icon4=Watch_Gold.png
|icon4=Watch_Gold.png
|icon_name4=Gold Wrist Watch
|icon_name4=Gold Wrist Watch
|weight=0.1
|weight=0.1
|primary_use=Display [[time]]
|primary_use=Display [[time]]
|class_name=''See [[#Item IDs|Item IDs]]''
|item_id=''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==
Line 22: Line 25:


==Item IDs==
==Item IDs==
{| class="wikitable theme-red" style="width:40%; text-align:center;"
{| class="wikitable theme-red" style="width: 40%; text-align: center;"
! style="width:35%" | Name
! style="width: 35%;" | Name
! style="width:20%" | Icon
! style="width: 20%;" | Icon
! style="width:45%" | Base ID
! style="width: 45%;" | Item ID
|-
|-
| Classic Wrist Watch with Black Strap (Right)
| Classic Wrist Watch with Black Strap (Right)
| [[File:Watch_Black.png|32px]]
| [[File:Watch_Black.png]]
| {{ID|Base.WristWatch_Right_ClassicBlack}}
| {{ID|Base.WristWatch_Right_ClassicBlack}}
|-
|-
| Classic Wrist Watch with Black Strap (Left)
| Classic Wrist Watch with Black Strap (Left)
| [[File:Watch_Black.png|32px]]
| [[File:Watch_Black.png]]
| {{ID|Base.WristWatch_Left_ClassicBlack}}
| {{ID|Base.WristWatch_Left_ClassicBlack}}
|-
|-
| Classic Wrist Watch with Brown Strap (Right)
| Classic Wrist Watch with Brown Strap (Right)
| [[File:Watch_Brown.png|32px]]
| [[File:Watch_Brown.png]]
| {{ID|Base.WristWatch_Right_ClassicBrown}}
| {{ID|Base.WristWatch_Right_ClassicBrown}}
|-
|-
| Classic Wrist Watch with Brown Strap (Left)
| Classic Wrist Watch with Brown Strap (Left)
| [[File:Watch_Brown.png|32px]]
| [[File:Watch_Brown.png]]
| {{ID|Base.WristWatch_Left_ClassicBrown}}
| {{ID|Base.WristWatch_Left_ClassicBrown}}
|-
|-
| Standard Military Issue Wrist Watch (Right)
| Standard Military Issue Wrist Watch (Right)
| [[File:Watch_Military.png|32px]]
| [[File:Watch_Military.png]]
| {{ID|Base.WristWatch_Right_ClassicMilitary}}
| {{ID|Base.WristWatch_Right_ClassicMilitary}}
|-
|-
| Standard Military Issue Wrist Watch (Left)
| Standard Military Issue Wrist Watch (Left)
| [[File:Watch_Military.png|32px]]
| [[File:Watch_Military.png]]
| {{ID|Base.WristWatch_Left_ClassicMilitary}}
| {{ID|Base.WristWatch_Left_ClassicMilitary}}
|-
|-
| Gold Wrist Watch (Right)
| Gold Wrist Watch (Right)
| [[File:Watch_Gold.png|32px]]
| [[File:Watch_Gold.png]]
| {{ID|Base.WristWatch_Right_ClassicGold}}
| {{ID|Base.WristWatch_Right_ClassicGold}}
|-
|-
| Gold Wrist Watch (Left)
| Gold Wrist Watch (Left)
| [[File:Watch_Gold.png|32px]]
| [[File:Watch_Gold.png]]
| {{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==
{{CodeBox|
{{CodeBox|
[[File:Watch_Black.png|32px]] Classic Wrist Watch with Black Strap (Right)<br>
[[File:Watch_Black.png]] Classic Wrist Watch with Black Strap (Right)<br>
{{CodeSnip
{{CodeSnip
   | lang = java
   | lang = java
Line 97: Line 92:
}}
}}


[[File:Watch_Black.png|32px]] Classic Wrist Watch with Black Strap (Left)<br>
[[File:Watch_Black.png]] Classic Wrist Watch with Black Strap (Left)<br>
{{CodeSnip
{{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
   | source = clothing_jewelry.txt
  | start = 870
   | source = clothing_jewellery.txt
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item WristWatch_Left_ClassicBlack
item WristWatch_Left_ClassicBlack
    {
{
        DisplayCategory = Accessory,
    DisplayCategory = Accessory,
        Type = AlarmClockClothing,
Type = AlarmClockClothing,
        DisplayName = Classic Wrist Watch with Black Strap,
DisplayName = Classic Wrist Watch with Black Strap,
        ClothingItem = WristWatch_Left_ClassicBlack,
ClothingItem = WristWatch_Left_ClassicBlack,
        BodyLocation = LeftWrist,
BodyLocation = LeftWrist,
        Icon = Watch_Black,
Icon = Watch_Black,
        Weight = 0.1,
Weight = 0.1,
        ClothingItemExtra = WristWatch_Right_ClassicBlack,
ClothingItemExtra = WristWatch_Right_ClassicBlack,
         ClothingItemExtraOption = RightWrist,
         ClothingItemExtraOption = RightWrist,
         clothingExtraSubmenu = LeftWrist,
         clothingExtraSubmenu = LeftWrist,
        Cosmetic = TRUE,
Cosmetic = TRUE,
        AlarmSound = WatchAlarmLoop,
AlarmSound = WatchAlarmLoop,
        SoundRadius = 7,
SoundRadius = 7,
        MetalValue = 3,
MetalValue = 3,
        WorldStaticModel = WatchClassicBlack,
WorldStaticModel = WatchClassicBlack,
    }
}
}}
}}


[[File:Watch_Brown.png|32px]] Classic Wrist Watch with Brown Strap (Right)<br>
[[File:Watch_Brown.png]] Classic Wrist Watch with Brown Strap (Right)<br>
{{CodeSnip
{{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
   | source = clothing_jewelry.txt
  | start = 888
   | source = clothing_jewellery.txt
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item WristWatch_Right_ClassicBrown
item WristWatch_Right_ClassicBrown
    {
{
        DisplayCategory = Accessory,
    DisplayCategory = Accessory,
        Type = AlarmClockClothing,
Type = AlarmClockClothing,
        DisplayName = Classic Wrist Watch with Brown Strap,
DisplayName = Classic Wrist Watch with Brown Strap,
        ClothingItem = WristWatch_Right_ClassicBrown,
ClothingItem = WristWatch_Right_ClassicBrown,
        BodyLocation = RightWrist,
BodyLocation = RightWrist,
        Icon = Watch_Brown,
Icon = Watch_Brown,
        Weight = 0.1,
Weight = 0.1,
         ClothingItemExtra = WristWatch_Left_ClassicBrown,
         ClothingItemExtra = WristWatch_Left_ClassicBrown,
         ClothingItemExtraOption = LeftWrist,
         ClothingItemExtraOption = LeftWrist,
         clothingExtraSubmenu = RightWrist,
         clothingExtraSubmenu = RightWrist,
        Cosmetic = TRUE,
Cosmetic = TRUE,
        AlarmSound = WatchAlarmLoop,
AlarmSound = WatchAlarmLoop,
        SoundRadius = 7,
SoundRadius = 7,
        MetalValue = 3,
MetalValue = 3,
        WorldStaticModel = WatchClassicBrown,
WorldStaticModel = WatchClassicBrown,
    }
}
}}
}}


[[File:Watch_Brown.png|32px]] Classic Wrist Watch with Brown Strap (Left)<br>
[[File:Watch_Brown.png]] Classic Wrist Watch with Brown Strap (Left)<br>
{{CodeSnip
{{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
   | source = clothing_jewelry.txt
  | start = 906
   | source = clothing_jewellery.txt
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item WristWatch_Left_ClassicBrown
item WristWatch_Left_ClassicBrown
    {
{
        DisplayCategory = Accessory,
    DisplayCategory = Accessory,
        Type = AlarmClockClothing,
Type = AlarmClockClothing,
        DisplayName = Classic Wrist Watch with Brown Strap,
DisplayName = Classic Wrist Watch with Brown Strap,
        ClothingItem = WristWatch_Left_ClassicBrown,
ClothingItem = WristWatch_Left_ClassicBrown,
        BodyLocation = LeftWrist,
BodyLocation = LeftWrist,
        Icon = Watch_Brown,
Icon = Watch_Brown,
        Weight = 0.1,
Weight = 0.1,
        ClothingItemExtra = WristWatch_Right_ClassicBrown,
ClothingItemExtra = WristWatch_Right_ClassicBrown,
         ClothingItemExtraOption = RightWrist,
         ClothingItemExtraOption = RightWrist,
         clothingExtraSubmenu = LeftWrist,
         clothingExtraSubmenu = LeftWrist,
        Cosmetic = TRUE,
Cosmetic = TRUE,
        AlarmSound = WatchAlarmLoop,
AlarmSound = WatchAlarmLoop,
        SoundRadius = 7,
SoundRadius = 7,
        MetalValue = 3,
MetalValue = 3,
        WorldStaticModel = WatchClassicBrown,
WorldStaticModel = WatchClassicBrown,
    }
}
}}
}}


[[File:Watch_Military.png|32px]] Standard Military Issue Wrist Watch (Right)<br>
[[File:Watch_Military.png]] Standard Military Issue Wrist Watch (Right)<br>
{{CodeSnip
{{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
   | source = clothing_jewelry.txt
  | start = 924
   | source = clothing_jewellery.txt
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item WristWatch_Right_ClassicMilitary
item WristWatch_Right_ClassicMilitary
    {
{
        DisplayCategory = Accessory,
    DisplayCategory = Accessory,
        Type = AlarmClockClothing,
Type = AlarmClockClothing,
        DisplayName = Standard Military Issue Wrist Watch,
DisplayName = Standard Military Issue Wrist Watch,
        ClothingItem = WristWatch_Right_ClassicMilitary,
ClothingItem = WristWatch_Right_ClassicMilitary,
        BodyLocation = RightWrist,
BodyLocation = RightWrist,
        Icon = Watch_Military,
Icon = Watch_Military,
        Weight = 0.1,
Weight = 0.1,
         ClothingItemExtra = WristWatch_Left_ClassicMilitary,
         ClothingItemExtra = WristWatch_Left_ClassicMilitary,
         ClothingItemExtraOption = LeftWrist,
         ClothingItemExtraOption = LeftWrist,
         clothingExtraSubmenu = RightWrist,
         clothingExtraSubmenu = RightWrist,
        Cosmetic = TRUE,
Cosmetic = TRUE,
        AlarmSound = WatchAlarmLoop,
AlarmSound = WatchAlarmLoop,
        SoundRadius = 7,
SoundRadius = 7,
        MetalValue = 3,
MetalValue = 3,
        WorldStaticModel = WatchClassicMilitary,
WorldStaticModel = WatchClassicMilitary,
    }
}
}}
}}


[[File:Watch_Military.png|32px]] Standard Military Issue Wrist Watch (Left)<br>
[[File:Watch_Military.png]] Standard Military Issue Wrist Watch (Left)<br>
{{CodeSnip
{{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
   | source = clothing_jewelry.txt
  | start = 942
   | source = clothing_jewellery.txt
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item WristWatch_Left_ClassicMilitary
item WristWatch_Left_ClassicMilitary
    {
{
        DisplayCategory = Accessory,
    DisplayCategory = Accessory,
        Type = AlarmClockClothing,
Type = AlarmClockClothing,
        DisplayName = Standard Military Issue Wrist Watch,
DisplayName = Standard Military Issue Wrist Watch,
        ClothingItem = WristWatch_Left_ClassicMilitary,
ClothingItem = WristWatch_Left_ClassicMilitary,
        BodyLocation = LeftWrist,
BodyLocation = LeftWrist,
        Icon = Watch_Military,
Icon = Watch_Military,
        Weight = 0.1,
Weight = 0.1,
        ClothingItemExtra = WristWatch_Right_ClassicMilitary,
ClothingItemExtra = WristWatch_Right_ClassicMilitary,
         ClothingItemExtraOption = RightWrist,
         ClothingItemExtraOption = RightWrist,
         clothingExtraSubmenu = LeftWrist,
         clothingExtraSubmenu = LeftWrist,
        Cosmetic = TRUE,
Cosmetic = TRUE,
        AlarmSound = WatchAlarmLoop,
AlarmSound = WatchAlarmLoop,
        SoundRadius = 7,
SoundRadius = 7,
        MetalValue = 3,
MetalValue = 3,
        WorldStaticModel = WatchClassicMilitary,
WorldStaticModel = WatchClassicMilitary,
    }
}
}}
}}


[[File:Watch_Gold.png|32px]] Gold Wrist Watch (Right)<br>
[[File:Watch_Gold.png]] Gold Wrist Watch (Right)<br>
{{CodeSnip
{{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
   | source = clothing_jewelry.txt
  | start = 960
   | source = clothing_jewellery.txt
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item WristWatch_Right_ClassicGold
item WristWatch_Right_ClassicGold
    {
{
        DisplayCategory = Accessory,
    DisplayCategory = Accessory,
        Type = AlarmClockClothing,
Type = AlarmClockClothing,
        DisplayName = Gold Wrist Watch,
DisplayName = Gold Wrist Watch,
        ClothingItem = WristWatch_Right_ClassicGold,
ClothingItem = WristWatch_Right_ClassicGold,
        BodyLocation = RightWrist,
BodyLocation = RightWrist,
        Icon = Watch_Gold,
Icon = Watch_Gold,
        Weight = 0.1,
Weight = 0.1,
         ClothingItemExtra = WristWatch_Left_ClassicGold,
         ClothingItemExtra = WristWatch_Left_ClassicGold,
         ClothingItemExtraOption = LeftWrist,
         ClothingItemExtraOption = LeftWrist,
         clothingExtraSubmenu = RightWrist,
         clothingExtraSubmenu = RightWrist,
        Cosmetic = TRUE,
Cosmetic = TRUE,
        AlarmSound = WatchAlarmLoop,
AlarmSound = WatchAlarmLoop,
        SoundRadius = 7,
SoundRadius = 7,
        MetalValue = 3,
MetalValue = 3,
        WorldStaticModel = WatchClassicGold,
WorldStaticModel = WatchClassicGold,
    }
}
}}
}}


[[File:Watch_Gold.png|32px]] Gold Wrist Watch (Left)<br>
[[File:Watch_Gold.png]] Gold Wrist Watch (Left)<br>
{{CodeSnip
{{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
   | source = clothing_jewelry.txt
  | start = 978
   | source = clothing_jewellery.txt
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item WristWatch_Left_ClassicGold
item WristWatch_Left_ClassicGold
    {
{
        DisplayCategory = Accessory,
    DisplayCategory = Accessory,
        Type = AlarmClockClothing,
Type = AlarmClockClothing,
        DisplayName = Gold Wrist Watch,
DisplayName = Gold Wrist Watch,
        ClothingItem = WristWatch_Left_ClassicGold,
ClothingItem = WristWatch_Left_ClassicGold,
        BodyLocation = LeftWrist,
BodyLocation = LeftWrist,
        Icon = Watch_Gold,
Icon = Watch_Gold,
        Weight = 0.1,
Weight = 0.1,
         ClothingItemExtra = WristWatch_Right_ClassicGold,
         ClothingItemExtra = WristWatch_Right_ClassicGold,
         ClothingItemExtraOption = RightWrist,
         ClothingItemExtraOption = RightWrist,
         clothingExtraSubmenu = LeftWrist,
         clothingExtraSubmenu = LeftWrist,
        Cosmetic = TRUE,
Cosmetic = TRUE,
        AlarmSound = WatchAlarmLoop,
AlarmSound = WatchAlarmLoop,
        SoundRadius = 7,
SoundRadius = 7,
        MetalValue = 3,
MetalValue = 3,
        WorldStaticModel = WatchClassicGold,
WorldStaticModel = WatchClassicGold,
    }
}
}}
}}
 
{{Navbox jewellery}{Languages}}{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=78.16}}{{Infobox item
|display_name=Classic Wrist Watch
|name_colour=Normal
|name_text_colour=Normal
|model=WatchClassicBlack_Model.png
|model_width=200px
|icon=Watch_Black.png
|icon_name=Classic Wrist Watch with Black Strap
|icon2=Watch_Brown.png
|icon_name2=Classic Wrist Watch with Brown Strap
|icon3=Watch_Military.png
|icon_name3=Standard Military Issue Wrist Watch
|icon4=Watch_Gold.png
|icon_name4=Gold Wrist Watch
|weight=0.1
|primary_use=Display [[time]]
|class_name=''See [[#Item IDs|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 [[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==
{| class="wikitable theme-red" style="width:40%; text-align:center;"
! style="width:35%" | Name
! style="width:20%" | Icon
! style="width:45%" | Base ID
|-
| Classic Wrist Watch with Black Strap (Right)
| [[File:Watch_Black.png|32px]]
| {{ID|Base.WristWatch_Right_ClassicBlack}}
|-
| Classic Wrist Watch with Black Strap (Left)
| [[File:Watch_Black.png|32px]]
| {{ID|Base.WristWatch_Left_ClassicBlack}}
|-
| Classic Wrist Watch with Brown Strap (Right)
| [[File:Watch_Brown.png|32px]]
| {{ID|Base.WristWatch_Right_ClassicBrown}}
|-
| Classic Wrist Watch with Brown Strap (Left)
| [[File:Watch_Brown.png|32px]]
| {{ID|Base.WristWatch_Left_ClassicBrown}}
|-
| Standard Military Issue Wrist Watch (Right)
| [[File:Watch_Military.png|32px]]
| {{ID|Base.WristWatch_Right_ClassicMilitary}}
|-
| Standard Military Issue Wrist Watch (Left)
| [[File:Watch_Military.png|32px]]
| {{ID|Base.WristWatch_Left_ClassicMilitary}}
|-
| Gold Wrist Watch (Right)
| [[File:Watch_Gold.png|32px]]
| {{ID|Base.WristWatch_Right_ClassicGold}}
|-
| Gold Wrist Watch (Left)
| [[File:Watch_Gold.png|32px]]
| {{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==
{{CodeBox|
[[File:Watch_Black.png|32px]] Classic Wrist Watch with Black Strap (Right)<br>
{{CodeSnip
  | lang = java
  | line = false
  | source = clothing_jewelry.txt
  | retrieved = true
  | version = 41.78.16
  | code =
    {
        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,
    }
}}
 
[[File:Watch_Black.png|32px]] Classic Wrist Watch with Black Strap (Left)<br>
{{CodeSnip
  | lang = java
  | line = false
  | source = clothing_jewelry.txt
  | retrieved = true
  | version = 41.78.16
  | code =
    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,
    }
}}
}}
[[File:Watch_Brown.png|32px]] Classic Wrist Watch with Brown Strap (Right)<br>
{{CodeSnip
  | lang = java
  | line = false
  | source = clothing_jewelry.txt
  | retrieved = true
  | version = 41.78.16
  | code =
    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,
    }
}}
[[File:Watch_Brown.png|32px]] Classic Wrist Watch with Brown Strap (Left)<br>
{{CodeSnip
  | lang = java
  | line = false
  | source = clothing_jewelry.txt
  | retrieved = true
  | version = 41.78.16
  | code =
    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,
    }
}}
}}


[[File:Watch_Military.png|32px]] Standard Military Issue Wrist Watch (Right)<br>
==See also==
{{CodeSnip
*[[Alarm Clock]]
  | lang = java
*[[Digital Watch]]
  | line = false
  | source = clothing_jewelry.txt
  | retrieved = true
  | version = 41.78.16
  | code =
    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,
    }
}}
 
[[File:Watch_Military.png|32px]] Standard Military Issue Wrist Watch (Left)<br>
{{CodeSnip
  | lang = java
  | line = false
  | source = clothing_jewelry.txt
  | retrieved = true
  | version = 41.78.16
  | code =
    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,
    }
}}
 
[[File:Watch_Gold.png|32px]] Gold Wrist Watch (Right)<br>
{{CodeSnip
  | lang = java
  | line = false
  | source = clothing_jewelry.txt
  | retrieved = true
  | version = 41.78.16
  | code =
    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,
    }
}}
 
[[File:Watch_Gold.png|32px]] Gold Wrist Watch (Left)<br>
{{CodeSnip
  | lang = java
  | line = false
  | source = clothing_jewelry.txt
  | retrieved = true
  | version = 41.78.16
  | code =
    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,
    }
}}
}}


{{Navbox jewellery}}
{{Navbox items|jewelry}}

Revision as of 06:46, 15 April 2024

Project ZomboidItemsClothingAccessoriesJewelryClassic Wrist Watch
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Classic Wrist Watch
WatchClassicBlack Model.png
WatchClassicBrown Model.png
WatchClassicMilitary Model.png
WatchClassicGold Model.png
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 Item 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

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Watch Black.png Classic Wrist Watch with Black Strap (Right)
Source: ProjectZomboid\media\scripts\clothing_jewelry.txt

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,
    }

Watch Black.png Classic Wrist Watch with Black Strap (Left)
Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

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)
Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

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)
Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

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)
Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

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)
Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

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)
Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

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)
Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

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,
	}

See also