Item: Gourmette en or

Wiki Project Zomboid

Gourmette en or

Variable Base.Bracelet_ChainLeftGold Mod Vanilla

Résumé

VariableBase.Bracelet_ChainLeftGold
TypeClothing
CatégorieAccessory
Poids0.1
Icône
Bracelet_Chain

Navigation

Nom variableBracelet_ChainLeftGold
ModuleBase
Sourcescripts\clothing\clothing_jewellery.txt
Détails techniques
Item PK6304
Lignes1155 → 1169
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.

12 propriétés
Key Value (raw) Num Bool JSON
BodyLocation LeftWrist
ClothingItem Bracelet_ChainLeftGold
ClothingItemExtra Bracelet_ChainRightGold
ClothingItemExtraOption RightWrist
Cosmetic TRUE 1 1
DisplayCategory Accessory
DisplayName Gold Chain Bracelet
Icon Bracelet_Chain
Type Clothing
Weight 0.1 0.1
WorldStaticModel Bracelet_Chain_Ground
clothingExtraSubmenu LeftWrist
Raw block
    item Bracelet_ChainLeftGold
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Gold Chain Bracelet,
		ClothingItem = Bracelet_ChainLeftGold,
		BodyLocation = LeftWrist,
		Icon = Bracelet_Chain,
		Weight = 0.1,
        ClothingItemExtra = Bracelet_ChainRightGold,
        ClothingItemExtraOption = RightWrist,
        clothingExtraSubmenu = LeftWrist,
		Cosmetic = TRUE,
		WorldStaticModel = Bracelet_Chain_Ground,
	}