Item: Montre digitale rouge

Wiki Project Zomboid

Montre digitale rouge

Variable Base.WristWatch_Right_DigitalRed Mod Vanilla

Résumé

VariableBase.WristWatch_Right_DigitalRed
TypeAlarmClockClothing
CatégorieAccessory
Poids0.1
Icône
DigitalWatch_Red

Navigation

Nom variableWristWatch_Right_DigitalRed
ModuleBase
Sourcescripts\clothing\clothing_jewellery.txt
Détails techniques
Item PK6297
Lignes1034 → 1052
File ID1387

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

3 recettes
Afficher la liste
Recipe Mod Category Time Result
DigitalWatch_Red Unpack 10
Unpack 10
Packing
KAVALASH_EasyPacking Storage 25 WristWatch_Right_DigitalRed=10
DigitalWatch_Red Unpack 100
Unpack 100
Packing
KAVALASH_EasyPacking Storage 75 WristWatch_Right_DigitalRed=100
DigitalWatch_Red Unpack 50
Unpack 50
Packing
KAVALASH_EasyPacking Storage 50 WristWatch_Right_DigitalRed=50

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

3 recettes
Afficher la liste
Recipe Mod Category Time Result
DigitalWatch_Red Pack 10
Pack 10
Packing
KAVALASH_EasyPacking Storage 50 10pkWristWatch_DigitalRed=1
DigitalWatch_Red Pack 100
Pack 100
Packing
KAVALASH_EasyPacking Storage 100 100pkWristWatch_DigitalRed=1
DigitalWatch_Red Pack 50
Pack 50
Packing
KAVALASH_EasyPacking Storage 75 50pkWristWatch_DigitalRed=1

Propriétés

Toutes les propriétés extraites pour cet item.

16 propriétés
Key Value (raw) Num Bool JSON
AlarmSound WatchAlarmLoop
BodyLocation RightWrist
ClothingItem WristWatch_Right_DigitalRed
ClothingItemExtra WristWatch_Left_DigitalRed
ClothingItemExtraOption LeftWrist
Cosmetic TRUE 1 1
DisplayCategory Accessory
DisplayName Red Digital Watch
Icon DigitalWatch_Red
MetalValue 3 3
SoundRadius 7 7
Tags Digital
Type AlarmClockClothing
Weight 0.1 0.1
WorldStaticModel DigitalWatchRed
clothingExtraSubmenu RightWrist
Raw block
    item WristWatch_Right_DigitalRed
	{
	    DisplayCategory = Accessory,
		Type = AlarmClockClothing,
		DisplayName = Red Digital Watch,
		ClothingItem = WristWatch_Right_DigitalRed,
		BodyLocation = RightWrist,
		Icon = DigitalWatch_Red,
		Weight = 0.1,
        ClothingItemExtra = WristWatch_Left_DigitalRed,
        ClothingItemExtraOption = LeftWrist,
        clothingExtraSubmenu = RightWrist,
		Cosmetic = TRUE,
		AlarmSound = WatchAlarmLoop,
		SoundRadius = 7,
		MetalValue = 3,
		Tags = Digital,
		WorldStaticModel = DigitalWatchRed,
	}