Item: Red Bandana

Wiki Project Zomboid

Red Bandana

Variable AuthenticZClothing.Hat_BandanaRed Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Hat_BandanaRed
TypeClothing
CatégorieAccessory
Poids
Icône Aucune icône trouvée

Navigation

Nom variableHat_BandanaRed
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1120
Lignes857 → 871
File ID817

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 Hat
CanHaveHoles false 0 0
ChanceToFall 5 5
ClothingItem Hat_BandanaRed
ClothingItemExtra AuthenticZClothing.Hat_BandanaTiedRed;AuthenticZClothing.Hat_BandanaMaskRed
ClothingItemExtraOption TieBandana;TieBandanaFace
DisplayCategory Accessory
DisplayName Bandana (Head)
IconsForTexture BandanaRed
Insulation 0.10 0.1
Type Clothing
clothingExtraSubmenu UntieBandana
Raw block
	item Hat_BandanaRed
	{
	    DisplayCategory = Accessory,	
		Type = Clothing,
		DisplayName = Bandana (Head),
		ClothingItem = Hat_BandanaRed,
		BodyLocation = Hat,
		IconsForTexture = BandanaRed,
		ClothingItemExtra = AuthenticZClothing.Hat_BandanaTiedRed;AuthenticZClothing.Hat_BandanaMaskRed,
        ClothingItemExtraOption = TieBandana;TieBandanaFace,
        clothingExtraSubmenu = 	UntieBandana,			
		CanHaveHoles = false,
		ChanceToFall = 5,
		Insulation = 0.10,
	}