Item: Bottes de pluie jaunes

Wiki Project Zomboid

Bottes de pluie jaunes

Variable AuthenticZClothing.Rainboots_Yellow Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Rainboots_Yellow
TypeClothing
CatégorieClothing
Poids
Icône
RainbootsYellow

Navigation

Nom variableRainboots_Yellow
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_shoes.txt
Détails techniques
Item PK1642
Lignes21 → 41
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 Rainboots_Yellow
ConditionLowerChanceOneIn 12 12
ConditionMax 24 24
DisplayCategory Clothing
DisplayName Yellow Rain Boots
Icon RainbootsYellow
Insulation 0.65 0.65
RemoveOnBroken false 0 0
RunSpeedModifier 0.97 0.97
ScratchDefense 100 100
StompPower 2.0 2
Type Clothing
WaterResistance 1.0 1
WindResistance 1.0 1
WorldStaticModel Boots_Ground
Raw block
	item Rainboots_Yellow
	{
       DisplayCategory = Clothing,		
		Type = Clothing,
		DisplayName = Yellow Rain Boots,
		ClothingItem = Rainboots_Yellow,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = RainbootsYellow,
		StompPower = 2.0,
		ConditionLowerChanceOneIn = 12,
        	ConditionMax = 24,
        	RunSpeedModifier = 0.97,
       		RemoveOnBroken = false,
        	ScratchDefense = 100,
        	BiteDefense = 100,
        	Insulation = 0.65,
        	WindResistance = 1.0,
        WaterResistance = 1.0,
		WorldStaticModel = Boots_Ground,
	}