Item: Bottes (XXL)

Wiki Project Zomboid

Bottes (XXL)

Variable AuthenticZClothing.Fat03_Boots Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Fat03_Boots
TypeClothing
CatégorieClothing
Poids
Icône
BootsBiker

Navigation

Nom variableFat03_Boots
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_XXXL_models.txt
Détails techniques
Item PK1884
Lignes37 → 57
File ID831

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 Fat03_Boots
ConditionLowerChanceOneIn 15 15
ConditionMax 27 27
DisplayCategory Clothing
DisplayName Boots
Icon BootsBiker
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 Fat03_Boots
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Boots,
		ClothingItem = Fat03_Boots,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = BootsBiker,
		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,
	}