Item: Montre classique en or

Wiki Project Zomboid

Montre classique en or

Variable Base.WristWatch_Left_ClassicGold Mod Vanilla

Résumé

VariableBase.WristWatch_Left_ClassicGold
TypeAlarmClockClothing
CatégorieAccessory
Poids0.1
Icône
Watch_Gold

Navigation

Nom variableWristWatch_Left_ClassicGold
ModuleBase
Sourcescripts\clothing\clothing_jewellery.txt
Détails techniques
Item PK6294
Lignes978 → 995
File ID1387

Recettes qui fabriquent cet item

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

0 recette
Aucune recette ne fabrique cet item.

Recettes qui utilisent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
FrnGolgNugget FrnMeltGoldJewelry
FrnMeltGoldJewelry
CraftMoreKavalash
KAVALASH_Custom Jewelry 225 FrnGolgNugget=3
FrnGolgNugget FrnMeltGoldJewelryMachine
FrnMeltGoldJewelryMachine
CraftMoreKavalash
KAVALASH_Custom Jewelry 250 FrnGolgNugget=5

Propriétés

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

15 propriétés
Key Value (raw) Num Bool JSON
AlarmSound WatchAlarmLoop
BodyLocation LeftWrist
ClothingItem WristWatch_Left_ClassicGold
ClothingItemExtra WristWatch_Right_ClassicGold
ClothingItemExtraOption RightWrist
Cosmetic TRUE 1 1
DisplayCategory Accessory
DisplayName Gold Wrist Watch
Icon Watch_Gold
MetalValue 3 3
SoundRadius 7 7
Type AlarmClockClothing
Weight 0.1 0.1
WorldStaticModel WatchClassicGold
clothingExtraSubmenu LeftWrist
Raw block
    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,
	}