Item: Montre classique en or

Wiki Project Zomboid

Montre classique en or

Variable Base.WristWatch_Right_ClassicGold Mod Vanilla

Résumé

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

Navigation

Nom variableWristWatch_Right_ClassicGold
ModuleBase
Sourcescripts\clothing\clothing_jewellery.txt
Détails techniques
Item PK6293
Lignes960 → 977
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 RightWrist
ClothingItem WristWatch_Right_ClassicGold
ClothingItemExtra WristWatch_Left_ClassicGold
ClothingItemExtraOption LeftWrist
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 RightWrist
Raw block
    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,
	}