Item: Bandeau violet

Wiki Project Zomboid

Bandeau violet

Variable AuthenticZClothing.Hat_SweatbandPurple Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Hat_SweatbandPurple
TypeClothing
CatégorieAccessory
Poids0.1
Icône
SweatbandWhite

Navigation

Nom variableHat_SweatbandPurple
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1188
Lignes1919 → 1936
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.

15 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Head
BodyLocation Hat
CanHaveHoles false 0 0
ChanceToFall 50 50
ClothingItem Hat_SweatbandPurple
ColorBlue 211 211
ColorGreen 63 63
ColorRed 93 93
DisplayCategory Accessory
DisplayName Sweatband
Icon SweatbandWhite
Insulation 0.05 0.05
Type Clothing
Weight 0.1 0.1
WindResistance 0.05 0.05
Raw block
	item Hat_SweatbandPurple
	{
	    DisplayCategory = Accessory,	
		Type = Clothing,
		DisplayName = Sweatband,
		ClothingItem = Hat_SweatbandPurple,
		BodyLocation = Hat,
		Icon = SweatbandWhite,
		CanHaveHoles = false,
		ChanceToFall = 50,
        BloodLocation = Head,
        Insulation = 0.05,
        WindResistance = 0.05,
        Weight = 0.1,
        ColorRed = 93,
        ColorGreen = 63,
        ColorBlue = 211,			
	}