Item: Sweat à capuche à carreaux rouge

Wiki Project Zomboid

Sweat à capuche à carreaux rouge

Variable AuthenticZClothing.HoodieUP_RedPlaid Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.HoodieUP_RedPlaid
TypeClothing
CatégorieClothing
Poids
Icône
ShirtLumberjackRed

Navigation

Nom variableHoodieUP_RedPlaid
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1330
Lignes2422 → 2439
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.

15 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Jumper;FullHelmet
BodyLocation Jacket
ClothingItem HoodieUP_RedPlaid
ClothingItemExtra AuthenticZClothing.HoodieDOWN_RedPlaid;AuthenticZClothing.HoodieTied_RedPlaid
ClothingItemExtraOption DownHoodie;TieOnWaist
DisplayCategory Clothing
DisplayName Red Plaid Hoodie
FabricType Cotton
Icon ShirtLumberjackRed
Insulation 0.55 0.55
ScratchDefense 10 10
Type Clothing
WindResistance 0.2 0.2
WorldStaticModel Hoodie_Ground
clothingExtraSubmenu UpHoodie
Raw block
    item HoodieUP_RedPlaid
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Red Plaid Hoodie,
        ClothingItem = HoodieUP_RedPlaid,
        ClothingItemExtra = AuthenticZClothing.HoodieDOWN_RedPlaid;AuthenticZClothing.HoodieTied_RedPlaid,
        ClothingItemExtraOption = DownHoodie;TieOnWaist,
		clothingExtraSubmenu 	= UpHoodie,
        BodyLocation = Jacket,
        BloodLocation = Jumper;FullHelmet,
        Icon = ShirtLumberjackRed,
        ScratchDefense = 10,
        Insulation = 0.55,
        WindResistance = 0.2,
        FabricType = Cotton,
        WorldStaticModel = Hoodie_Ground,		
    }