Item: Chaussures de Clown

Wiki Project Zomboid

Chaussures de Clown

Variable AuthenticZClothing.Shoes_Clown Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Shoes_Clown
TypeClothing
CatégorieClothing
Poids
Icône
ShoesClown

Navigation

Nom variableShoes_Clown
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_shoes.txt
Détails techniques
Item PK1647
Lignes110 → 131
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.

18 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 10 10
BloodLocation Shoes
BodyLocation Shoes
ClothingItem Shoes_ClownAuthentic
ConditionLowerChanceOneIn 12 12
ConditionMax 24 24
DisplayCategory Clothing
DisplayName Clown Shoes
Icon ShoesClown
Insulation 0.25 0.25
RemoveOnBroken false 0 0
RunSpeedModifier 0.95 0.95
ScratchDefense 20 20
StompPower 2.1 2.1
Type Clothing
WaterResistance 0.25 0.25
WindResistance 0.25 0.25
WorldStaticModel Shoes_Ground
Raw block
 	item Shoes_Clown
	{
       DisplayCategory = Clothing,	
		Type = Clothing,
		DisplayName = Clown Shoes,
		ClothingItem = Shoes_ClownAuthentic,
		BodyLocation = Shoes,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = ShoesClown,
		StompPower = 2.1,
		ConditionLowerChanceOneIn = 12,
        ConditionMax = 24,
        RunSpeedModifier = 0.95,
        RemoveOnBroken = false,
        ScratchDefense = 20,
        BiteDefense = 10,
        Insulation = 0.25,
        WindResistance = 0.25,
        WaterResistance = 0.25,
		WorldStaticModel = Shoes_Ground,
    }