Item: Baseball Cap - ATF

Wiki Project Zomboid

Baseball Cap - ATF

Variable VGE.Hat_BaseballCap_ATF Mod KAVALASH_VanillaGearExpanded

Résumé

VariableVGE.Hat_BaseballCap_ATF
TypeClothing
CatégorieAccessory
Poids0.5
Icône
BaseballHat_ATF

Navigation

Nom variableHat_BaseballCap_ATF
ModuleVGE
Sourcemedia\scripts\clothing\VGE_Clothes.txt
Détails techniques
Item PK4343
Lignes480 → 496
File ID1323

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.

14 propriétés
Key Value (raw) Num Bool JSON
BodyLocation Hat
CanHaveHoles FALSE 0 0
ChanceToFall 60 60
ClothingExtraSubmenu ForwardCap
ClothingItem Hat_BaseballCap_ATF
ClothingItemExtra Hat_BaseballCap_ATF_Reverse
ClothingItemExtraOption ReverseCap
DisplayCategory Accessory
DisplayName Baseball Cap - ATF
Icon BaseballHat_ATF
Insulation 0.10 0.1
Tags IsFireFuel;IsFireTinder
Type Clothing
Weight 0.5 0.5
Raw block
	item Hat_BaseballCap_ATF
	{
		DisplayName = Baseball Cap - ATF,
		DisplayCategory = Accessory,
		Type = Clothing,
		Weight = 0.5,
		Icon = BaseballHat_ATF,
		BodyLocation = Hat,
		CanHaveHoles = FALSE,
		ChanceToFall = 60,
		ClothingExtraSubmenu = ForwardCap,
		ClothingItem = Hat_BaseballCap_ATF,
		ClothingItemExtra = Hat_BaseballCap_ATF_Reverse,
		ClothingItemExtraOption = ReverseCap,
		Insulation = 0.10,
		Tags = IsFireFuel;IsFireTinder,
	}