Item: Gourmette en argent

Wiki Project Zomboid

Gourmette en argent

Variable Base.Bracelet_ChainLeftSilver Mod Vanilla

Résumé

VariableBase.Bracelet_ChainLeftSilver
TypeClothing
CatégorieAccessory
Poids0.1
Icône
Bracelet_ChainSilver

Navigation

Nom variableBracelet_ChainLeftSilver
ModuleBase
Sourcescripts\clothing\clothing_jewellery.txt
Détails techniques
Item PK6308
Lignes1215 → 1229
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
FrnSilverNugget FrnMeltSilverJewelry
FrnMeltSilverJewelry
CraftMoreKavalash
KAVALASH_Custom Jewelry 225 FrnSilverNugget=3
FrnSilverNugget FrnMeltSilverJewelryMachine
FrnMeltSilverJewelryMachine
CraftMoreKavalash
KAVALASH_Custom Jewelry 250 FrnSilverNugget=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_ChainLeftSilver
ClothingItemExtra Bracelet_ChainRightSilver
ClothingItemExtraOption RightWrist
Cosmetic TRUE 1 1
DisplayCategory Accessory
DisplayName Silver Chain Bracelet
Icon Bracelet_ChainSilver
Type Clothing
Weight 0.1 0.1
WorldStaticModel Bracelet_ChainSilver_Ground
clothingExtraSubmenu LeftWrist
Raw block
    item Bracelet_ChainLeftSilver
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Silver Chain Bracelet,
		ClothingItem = Bracelet_ChainLeftSilver,
		BodyLocation = LeftWrist,
		Icon = Bracelet_ChainSilver,
		Weight = 0.1,
        ClothingItemExtra = Bracelet_ChainRightSilver,
        ClothingItemExtraOption = RightWrist,
        clothingExtraSubmenu = LeftWrist,
		Cosmetic = TRUE,
		WorldStaticModel = Bracelet_ChainSilver_Ground,
	}