Item: Bottes marrons

Wiki Project Zomboid

Bottes marrons

Variable AuthenticZClothing.Shoes_BrownBoots Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Shoes_BrownBoots
TypeClothing
CatégorieClothing
Poids
Icône
BootsBikerBrown

Navigation

Nom variableShoes_BrownBoots
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_shoes.txt
Détails techniques
Item PK1645
Lignes82 → 102
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 100 100
BloodLocation Shoes
BodyLocation Shoes
ClothingItem Shoes_BrownBoots
ConditionLowerChanceOneIn 15 15
ConditionMax 27 27
DisplayCategory Clothing
DisplayName Brown Boots
Icon BootsBikerBrown
Insulation 0.75 0.75
RemoveOnBroken false 0 0
RunSpeedModifier 0.9 0.9
ScratchDefense 100 100
StompPower 2.2 2.2
Type Clothing
WaterResistance 0.65 0.65
WindResistance 0.65 0.65
WorldStaticModel Boots_Ground
Raw block
	item Shoes_BrownBoots
	{
       DisplayCategory = Clothing,	
		Type = Clothing,
		DisplayName = Brown Boots,
		ClothingItem = Shoes_BrownBoots,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = BootsBikerBrown,
		StompPower = 2.2,
		ConditionLowerChanceOneIn = 15,
        ConditionMax = 27,
        RunSpeedModifier = 0.9,
        RemoveOnBroken = false,
        ScratchDefense = 100,
        BiteDefense = 100,
        Insulation = 0.75,
        WindResistance = 0.65,
        WaterResistance = 0.65,
		WorldStaticModel = Boots_Ground,			
	}