Item: Bottes de pluie

Wiki Project Zomboid

Bottes de pluie

Variable Base.Shoes_Wellies Mod Vanilla

Résumé

VariableBase.Shoes_Wellies
TypeClothing
CatégorieClothing
Poids
Icône
Rainboots

Navigation

Nom variableShoes_Wellies
ModuleBase
Sourcescripts\clothing\clothing_shoes.txt
Détails techniques
Item PK6566
Lignes260 → 280
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.

18 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 100 100
BloodLocation Shoes
BodyLocation Shoes
ClothingItem Shoes_Wellies
ConditionLowerChanceOneIn 12 12
ConditionMax 24 24
DisplayCategory Clothing
DisplayName Rain Boots
Icon Rainboots
Insulation 0.5 0.5
RemoveOnBroken false 0 0
RunSpeedModifier 0.9 0.9
ScratchDefense 100 100
StompPower 2.1 2.1
Type Clothing
WaterResistance 1.0 1
WindResistance 1.0 1
WorldStaticModel Boots_Ground
Raw block
	item Shoes_Wellies
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Rain Boots,
		ClothingItem = Shoes_Wellies,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = Rainboots,
		StompPower = 2.1,
		ConditionLowerChanceOneIn = 12,
        ConditionMax = 24,
        RunSpeedModifier = 0.9,
        RemoveOnBroken = false,
        ScratchDefense = 100,
        BiteDefense = 100,
        Insulation = 0.5,
        WindResistance = 1.0,
        WaterResistance = 1.0,
        WorldStaticModel = Boots_Ground,
	}