Item: Sweat à capuche à carreaux rouge foncé

Wiki Project Zomboid

Sweat à capuche à carreaux rouge foncé

Variable AuthenticZClothing.HoodieDOWN_Checkered Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.HoodieDOWN_Checkered
TypeClothing
CatégorieClothing
Poids
Icône
ShirtBub

Navigation

Nom variableHoodieDOWN_Checkered
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1305
Lignes1964 → 1982
File ID818

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.

16 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Jumper
BodyLocation Jacket
ClothingItem HoodieDOWN_Checkered
ClothingItemExtra AuthenticZClothing.HoodieUP_Checkered;AuthenticZClothing.HoodieTied_Checkered
ClothingItemExtraOption UpHoodie;TieOnWaist
DisplayCategory Clothing
DisplayName Dark Red Plaid Hoodie
FabricType Cotton
Icon ShirtBub
Insulation 0.6 0.6
NeckProtectionModifier 0.5 0.5
ScratchDefense 10 10
Type Clothing
WindResistance 0.25 0.25
WorldStaticModel Hoodie_Ground
clothingExtraSubmenu DownHoodie
Raw block
    item HoodieDOWN_Checkered
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Dark Red Plaid Hoodie,
        ClothingItem = HoodieDOWN_Checkered,
        ClothingItemExtra = AuthenticZClothing.HoodieUP_Checkered;AuthenticZClothing.HoodieTied_Checkered,
        ClothingItemExtraOption = UpHoodie;TieOnWaist,
		clothingExtraSubmenu 	= DownHoodie,
        BodyLocation = Jacket,
        BloodLocation = Jumper,
        Icon = ShirtBub,
        ScratchDefense = 10,
        NeckProtectionModifier = 0.5,
        Insulation = 0.6,
        WindResistance = 0.25,
        FabricType = Cotton,
        WorldStaticModel = Hoodie_Ground,		
    }