Item: Bandeau bleu

Wiki Project Zomboid

Bandeau bleu

Variable AuthenticZClothing.Hat_SweatbandBlue Mod KAVALASH_Authentic Z - Current

Résumé

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

Navigation

Nom variableHat_SweatbandBlue
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1186
Lignes1883 → 1900
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_SweatbandBlue
ColorBlue 239 239
ColorGreen 174 174
ColorRed 0 0
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_SweatbandBlue
	{
	    DisplayCategory = Accessory,	
		Type = Clothing,
		DisplayName = Sweatband,
		ClothingItem = Hat_SweatbandBlue,
		BodyLocation = Hat,
		Icon = SweatbandWhite,
		CanHaveHoles = false,
		ChanceToFall = 50,
        BloodLocation = Head,
        Insulation = 0.05,
        WindResistance = 0.05,
        Weight = 0.1,
        ColorRed = 0,
        ColorGreen = 174,
        ColorBlue = 239,	
	}