Item: Petit anneau d'oreille en argent (haut)

Wiki Project Zomboid

Petit anneau d'oreille en argent (haut)

Variable Base.Earring_LoopSmall_Silver_Top Mod Vanilla

Résumé

VariableBase.Earring_LoopSmall_Silver_Top
TypeClothing
CatégorieAccessory
Poids0.1
Icône
Earring_LoopSmall_Silver

Navigation

Nom variableEarring_LoopSmall_Silver_Top
ModuleBase
Sourcescripts\clothing\clothing_jewellery.txt
Détails techniques
Item PK6255
Lignes405 → 418
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.

11 propriétés
Key Value (raw) Num Bool JSON
BodyLocation EarTop
ClothingItem Earring_LoopSmall_Silver_Top
ClothingItemExtra Earring_LoopSmall_Silver_Both
ClothingItemExtraOption PutOnEarlobe
Cosmetic TRUE 1 1
DisplayCategory Accessory
DisplayName Small Silver Looped Earrings (Top)
Icon Earring_LoopSmall_Silver
Type Clothing
Weight 0.1 0.1
WorldStaticModel Earring_LoopSmallSilver_Ground
Raw block
    item Earring_LoopSmall_Silver_Top
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Small Silver Looped Earrings (Top),
		ClothingItem = Earring_LoopSmall_Silver_Top,
		BodyLocation = EarTop,
		Icon = Earring_LoopSmall_Silver,
		Weight = 0.1,
		ClothingItemExtra = Earring_LoopSmall_Silver_Both,
        ClothingItemExtraOption = PutOnEarlobe,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmallSilver_Ground,
	}