Item: Noeud pour les cheveux

Wiki Project Zomboid

Noeud pour les cheveux

Variable AuthenticZClothing.HairBowTINT Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.HairBowTINT
TypeClothing
CatégorieClothing
Poids0.05
Icône
BowWhite

Navigation

Nom variableHairBowTINT
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_others.txt
Détails techniques
Item PK1424
Lignes903 → 917
File ID822

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é.

0 recette
Aucune recette n'utilise cet item.

Propriétés

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

12 propriétés
Key Value (raw) Num Bool JSON
BodyLocation Left_RingFinger
CanHaveHoles false 0 0
ClothingItem HairBowsTINT
ClothingItemExtra AuthenticZClothing.HairBowsTINT_UP;AuthenticZClothing.HairBowTINT_SideRight;AuthenticZClothing.HairBowTINT_SideLeft
ClothingItemExtraOption WearHigher;WearRight;WearLeft
DisplayCategory Clothing
DisplayName HairBow
Icon BowWhite
Type Clothing
Weight 0.05 0.05
WorldStaticModel WorldItem_HairBow
clothingExtraSubmenu WearLower
Raw block
    item HairBowTINT
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = HairBow,
        ClothingItem = HairBowsTINT,
		ClothingItemExtra		= AuthenticZClothing.HairBowsTINT_UP;AuthenticZClothing.HairBowTINT_SideRight;AuthenticZClothing.HairBowTINT_SideLeft,	
        ClothingItemExtraOption = WearHigher;WearRight;WearLeft,
		clothingExtraSubmenu 	= WearLower,	
        Icon = BowWhite,
        BodyLocation = Left_RingFinger,
        CanHaveHoles = false,
        Weight = 0.05,	
        WorldStaticModel = WorldItem_HairBow,
    }