Item: Baseball Cap - Press

Wiki Project Zomboid

Baseball Cap - Press

Variable VGE.Hat_BaseballCap_Press_Reverse Mod KAVALASH_VanillaGearExpanded

Résumé

VariableVGE.Hat_BaseballCap_Press_Reverse
TypeClothing
CatégorieAccessory
Poids0.5
Icône
BaseballHat_Press

Navigation

Nom variableHat_BaseballCap_Press_Reverse
ModuleVGE
Sourcemedia\scripts\clothing\VGE_Clothes.txt
Détails techniques
Item PK4346
Lignes534 → 550
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 ReverseCap
ClothingItem Hat_BaseballCap_Press_Reverse
ClothingItemExtra Hat_BaseballCap_Press
ClothingItemExtraOption ForwardCap
DisplayCategory Accessory
DisplayName Baseball Cap - Press
Icon BaseballHat_Press
Insulation 0.10 0.1
Tags IsFireFuel;IsFireTinder
Type Clothing
Weight 0.5 0.5
Raw block
	item Hat_BaseballCap_Press_Reverse
	{
		DisplayName = Baseball Cap - Press,
		DisplayCategory = Accessory,
		Type = Clothing,
		Weight = 0.5,
		Icon = BaseballHat_Press,
		BodyLocation = Hat,
		CanHaveHoles = FALSE,
		ChanceToFall = 60,
		ClothingExtraSubmenu = ReverseCap,
		ClothingItem = Hat_BaseballCap_Press_Reverse,
		ClothingItemExtra = Hat_BaseballCap_Press,
		ClothingItemExtraOption = ForwardCap,
		Insulation = 0.10,
		Tags = IsFireFuel;IsFireTinder,
	}