Item: Petit canotier

Wiki Project Zomboid

Petit canotier

Variable AuthenticZClothing.Hat_Boater_Small Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Hat_Boater_Small
TypeClothing
CatégorieAccessory
Poids0.4
Icône Aucune icône trouvée

Navigation

Nom variableHat_Boater_Small
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1128
Lignes975 → 989
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
BloodLocation Head
BodyLocation Hat
ChanceToFall 80 80
ClothingItem Hat_Boater_Small
DisplayCategory Accessory
DisplayName Small Boater
IconsForTexture BoaterBlue;BoaterGreen;BoaterPurple;BoaterRed;BoaterYellow
Insulation 0.15 0.15
Type Clothing
Weight 0.4 0.4
WindResistance 0.1 0.1
WorldStaticModel WorldItem_SmallBoater
Raw block
	item Hat_Boater_Small
	{
	    DisplayCategory = Accessory,	
		Type = Clothing,
		DisplayName = Small Boater,
		ClothingItem = Hat_Boater_Small,
		BodyLocation = Hat,
		IconsForTexture = BoaterBlue;BoaterGreen;BoaterPurple;BoaterRed;BoaterYellow,
		ChanceToFall = 80,
        BloodLocation = Head,
        Insulation = 0.15,
        WindResistance = 0.1,
        Weight = 0.4,
		WorldStaticModel = WorldItem_SmallBoater,
    }