Item: Chaussures

Wiki Project Zomboid

Chaussures

Variable Base.Shoes_Brown Mod Vanilla

Résumé

VariableBase.Shoes_Brown
TypeClothing
CatégorieClothing
Poids
Icône
ShoesBrown

Navigation

Nom variableShoes_Brown
ModuleBase
Sourcescripts\clothing\clothing_shoes.txt
Détails techniques
Item PK6560
Lignes145 → 164
File ID1391

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.

17 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 10 10
BloodLocation Shoes
BodyLocation Shoes
ClothingItem Shoes_Brown
ConditionLowerChanceOneIn 12 12
ConditionMax 24 24
DisplayCategory Clothing
DisplayName Shoes
Icon ShoesBrown
Insulation 0.3 0.3
RemoveOnBroken false 0 0
RunSpeedModifier 0.95 0.95
ScratchDefense 20 20
StompPower 2.1 2.1
Type Clothing
WindResistance 0.15 0.15
WorldStaticModel Shoes_Ground
Raw block
	item Shoes_Brown
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Shoes,
		ClothingItem = Shoes_Brown,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = ShoesBrown,
		StompPower = 2.1,
		ConditionLowerChanceOneIn = 12,
        ConditionMax = 24,
        RunSpeedModifier = 0.95,
        RemoveOnBroken = false,
        ScratchDefense = 20,
        BiteDefense = 10,
        Insulation = 0.3,
        WindResistance = 0.15,
        WorldStaticModel = Shoes_Ground,
	}