Item: Basquettes à rayures bleues

Wiki Project Zomboid

Basquettes à rayures bleues

Variable AuthenticZClothing.Shoes_JimmyGibbs Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Shoes_JimmyGibbs
TypeClothing
CatégorieClothing
Poids
Icône
ShoesRunningGibbs

Navigation

Nom variableShoes_JimmyGibbs
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_shoes.txt
Détails techniques
Item PK1650
Lignes176 → 194
File ID825

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.

16 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Shoes
BodyLocation Shoes
ClothingItem Shoes_JimmyGibbs
ConditionLowerChanceOneIn 10 10
ConditionMax 24 24
DisplayCategory Clothing
DisplayName Blue Striped Sneakers
Icon ShoesRunningGibbs
Insulation 0.45 0.45
RemoveOnBroken false 0 0
RunSpeedModifier 1.2 1.2
ScratchDefense 10 10
StompPower 1.8 1.8
Type Clothing
WindResistance 0.35 0.35
WorldStaticModel Shoes_Ground
Raw block
	item Shoes_JimmyGibbs
	{
       DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Blue Striped Sneakers,
		ClothingItem = Shoes_JimmyGibbs,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = ShoesRunningGibbs,
		StompPower = 1.8,
		ConditionLowerChanceOneIn = 10,
		ConditionMax = 24,
		RunSpeedModifier = 1.2,
		RemoveOnBroken = false,
		ScratchDefense = 10,
        	Insulation = 0.45,
        	WindResistance = 0.35,
		WorldStaticModel = Shoes_Ground,	
    	}