Item: Casquette de golf

Wiki Project Zomboid

Casquette de golf

Variable Base.Hat_GolfHat Mod Vanilla

Résumé

VariableBase.Hat_GolfHat
TypeClothing
CatégorieAccessory
Poids0.3
Icône Aucune icône trouvée

Navigation

Nom variableHat_GolfHat
ModuleBase
Sourcescripts\clothing\clothing_hats.txt
Détails techniques
Item PK6121
Lignes645 → 656
File ID1385

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.

9 propriétés
Key Value (raw) Num Bool JSON
BodyLocation Hat
CanHaveHoles false 0 0
ChanceToFall 60 60
ClothingItem Hat_GolfHat
DisplayCategory Accessory
DisplayName Tartan Golf Cap
IconsForTexture HatGolfTartan;HatGolfWhitePlaid;HatGolfBluePlaid;HatGolfGreenPlaid
Type Clothing
Weight 0.3 0.3
Raw block
	item Hat_GolfHat
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Tartan Golf Cap,
		ClothingItem = Hat_GolfHat,
		BodyLocation = Hat,
		IconsForTexture = HatGolfTartan;HatGolfWhitePlaid;HatGolfBluePlaid;HatGolfGreenPlaid,
		CanHaveHoles = false,
		ChanceToFall = 60,
		Weight = 0.3,
	}