Item: Imperméable noir

Wiki Project Zomboid

Imperméable noir

Variable AuthenticZClothing.PonchoBlack Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.PonchoBlack
TypeClothing
CatégorieClothing
Poids
Icône
HoodieWhite

Navigation

Nom variablePonchoBlack
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1207
Lignes5 → 27
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.

20 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Shirt;FullHelmet;Trousers
BodyLocation JacketHat
ClothingItem PonchoBlack
ClothingItemExtra AuthenticZClothing.PonchoBlackDOWN
ClothingItemExtraOption DownHoodie
ColorBlue 20 20
ColorGreen 20 20
ColorRed 20 20
DisplayCategory Clothing
DisplayName Black Poncho
FabricType Denim
Icon HoodieWhite
Insulation 0.1 0.1
RunSpeedModifier 0.9 0.9
ScratchDefense 10 10
Type Clothing
WaterResistance 1.0 1
WindResistance 0.75 0.75
WorldStaticModel Poncho_Ground
clothingExtraSubmenu UpHoodie
Raw block
    item PonchoBlack
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Black Poncho,
        ClothingItem = PonchoBlack,
        BodyLocation = JacketHat,
        Icon = HoodieWhite,
        ColorRed = 20,
        ColorGreen = 20,
        ColorBlue = 20,
        BloodLocation = Shirt;FullHelmet;Trousers,
        RunSpeedModifier = 0.9,
        ClothingItemExtra = AuthenticZClothing.PonchoBlackDOWN,
        ClothingItemExtraOption = DownHoodie,
		clothingExtraSubmenu 	= UpHoodie,
        ScratchDefense = 10,
        Insulation = 0.1,
        WindResistance = 0.75,
        WaterResistance = 1.0,
        FabricType = Denim,		
        WorldStaticModel = Poncho_Ground,
    }