Item: Baseball Cap - SWAT

Wiki Project Zomboid

Baseball Cap - SWAT

Variable VGE.Hat_BaseballCap_SWAT Mod KAVALASH_VanillaGearExpanded

Résumé

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

Navigation

Nom variableHat_BaseballCap_SWAT
ModuleVGE
Sourcemedia\scripts\clothing\VGE_Clothes.txt
Détails techniques
Item PK4360
Lignes794 → 810
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_SWAT
ClothingItemExtra Hat_BaseballCap_SWAT_Reverse
ClothingItemExtraOption ReverseCap
DisplayCategory Accessory
DisplayName Baseball Cap - SWAT
Icon BaseballHat_ATF
Insulation 0.10 0.1
Tags IsFireFuel;IsFireTinder
Type Clothing
Weight 0.5 0.5
Raw block
	item Hat_BaseballCap_SWAT
	{
		DisplayName = Baseball Cap - SWAT,
		DisplayCategory = Accessory,
		Type = Clothing,
		Weight = 0.5,
		Icon = BaseballHat_ATF,
		BodyLocation = Hat,
		CanHaveHoles = FALSE,
		ChanceToFall = 60,
		ClothingExtraSubmenu = ForwardCap,
		ClothingItem = Hat_BaseballCap_SWAT,
		ClothingItemExtra = Hat_BaseballCap_SWAT_Reverse,
		ClothingItemExtraOption = ReverseCap,
		Insulation = 0.10,
		Tags = IsFireFuel;IsFireTinder,
	}