Item: Bandeau rose

Wiki Project Zomboid

Bandeau rose

Variable AuthenticZClothing.Hat_SweatbandPink Mod KAVALASH_Authentic Z - Current

Résumé

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

Navigation

Nom variableHat_SweatbandPink
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1187
Lignes1901 → 1918
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_SweatbandPink
ColorBlue 255 255
ColorGreen 40 40
ColorRed 162 162
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_SweatbandPink
	{
	    DisplayCategory = Accessory,	
		Type = Clothing,
		DisplayName = Sweatband,
		ClothingItem = Hat_SweatbandPink,
		BodyLocation = Hat,
		Icon = SweatbandWhite,
		CanHaveHoles = false,
		ChanceToFall = 50,
        BloodLocation = Head,
        Insulation = 0.05,
        WindResistance = 0.05,
        Weight = 0.1,
        ColorRed = 162,
        ColorGreen = 40,
        ColorBlue = 255,		
	}