Item: Bandeau de sport

Wiki Project Zomboid

Bandeau de sport

Variable AuthenticZClothing.AuthenticHairHeadband Mod KAVALASH_Authentic Z - Current

Résumé

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

Navigation

Nom variableAuthenticHairHeadband
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1066
Lignes5 → 17
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.

10 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Head
BodyLocation Hat
CanHaveHoles false 0 0
ChanceToFall 30 30
ClothingItem Hat_Headband_AZ
DisplayCategory Accessory
DisplayName Sports Headband
IconsForTexture Headband_Green;Headband_LightBlue;Headband_Yellow;Headband_Pink;Headband_Black;Headband_Blue;Headband_Red;Headband_White
Type Clothing
WorldStaticModel WorldItem_Headband
Raw block
	item AuthenticHairHeadband
	{
	    DisplayCategory = Accessory,	
		Type = Clothing,
		DisplayName = Sports Headband,
		ClothingItem = Hat_Headband_AZ,
		BodyLocation = Hat,
		IconsForTexture = Headband_Green;Headband_LightBlue;Headband_Yellow;Headband_Pink;Headband_Black;Headband_Blue;Headband_Red;Headband_White,
		CanHaveHoles = false,
		ChanceToFall = 30,
       	BloodLocation = Head,
		WorldStaticModel = WorldItem_Headband,			
    	}