Item: Basquettes montantes

Wiki Project Zomboid

Basquettes montantes

Variable AuthenticZClothing.Shoes_TrainersAZ Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Shoes_TrainersAZ
TypeClothing
CatégorieClothing
Poids
Icône Aucune icône trouvée

Navigation

Nom variableShoes_TrainersAZ
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_shoes.txt
Détails techniques
Item PK1660
Lignes352 → 370
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_TrainersAZ
ConditionLowerChanceOneIn 10 10
ConditionMax 24 24
DisplayCategory Clothing
DisplayName Sneakers
IconsForTexture ShoesRunningPurple;ShoesRunningRose;ShoesRunningSkyBlue;ShoesRunningTurquoise;ShoesRunningWhite;ShoesRunningGreen;ShoesRunningBlue;ShoesRunningGrey;ShoesRunningBlack
Insulation 0.45 0.45
RemoveOnBroken false 0 0
RunSpeedModifier 1.1 1.1
ScratchDefense 10 10
StompPower 1.8 1.8
Type Clothing
WindResistance 0.3 0.3
WorldStaticModel Shoes_Ground
Raw block
 	item Shoes_TrainersAZ
	{
       DisplayCategory = Clothing,		
		Type = Clothing,
		DisplayName = Sneakers,
		ClothingItem = Shoes_TrainersAZ,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		IconsForTexture = ShoesRunningPurple;ShoesRunningRose;ShoesRunningSkyBlue;ShoesRunningTurquoise;ShoesRunningWhite;ShoesRunningGreen;ShoesRunningBlue;ShoesRunningGrey;ShoesRunningBlack,
		StompPower = 1.8,
		ConditionLowerChanceOneIn = 10,
		ConditionMax = 24,
		RunSpeedModifier = 1.1,
		RemoveOnBroken = false,
		ScratchDefense = 10,
        Insulation = 0.45,
        WindResistance = 0.3,
		WorldStaticModel = Shoes_Ground,			
    }