Item: Combinaison (XXL)

Wiki Project Zomboid

Combinaison (XXL)

Variable AuthenticZClothing.Fat02_Overalls Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Fat02_Overalls
TypeClothing
CatégorieClothing
Poids
Icône
OverallsDenim

Navigation

Nom variableFat02_Overalls
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_XXL_models.txt
Détails techniques
Item PK1856
Lignes171 → 190
File ID830

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.

17 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Trousers;Jumper
BodyLocation FullSuit
ClothingItem Fat02_Overalls
ClothingItemExtra Dungarees
ClothingItemExtraOption Tighten
DisplayCategory Clothing
DisplayName Overalls
FabricType Denim
Icon OverallsDenim
Insulation 0.65 0.65
RunSpeedModifier 0.9 0.9
ScratchDefense 10 10
Tooltip Tooltip_Size2XL
Type Clothing
WindResistance 0.45 0.45
WorldStaticModel BoilerSuit_Ground
clothingExtraSubmenu Loosen
Raw block
    item Fat02_Overalls
    {
        DisplayCategory = Clothing,			
        Type = Clothing,
		DisplayName				= Overalls,
        ClothingItem = Fat02_Overalls,
        ClothingItemExtra = Dungarees,
        ClothingItemExtraOption = Tighten,
		clothingExtraSubmenu 	= Loosen,				
        BodyLocation = FullSuit,
        Icon = OverallsDenim,
        BloodLocation = Trousers;Jumper,
        RunSpeedModifier = 0.9,
        ScratchDefense = 10,
        Insulation = 0.65,
        WindResistance = 0.45,
        FabricType = Denim,
		WorldStaticModel = BoilerSuit_Ground,
		Tooltip = Tooltip_Size2XL,			
    }