Item: Imperméable camo désert

Wiki Project Zomboid

Imperméable camo désert

Variable AuthenticZClothing.PonchoCamoDesertDOWN Mod KAVALASH_Authentic Z - Current

Résumé

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

Navigation

Nom variablePonchoCamoDesertDOWN
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1210
Lignes75 → 98
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.

21 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Shirt;Trousers
BodyLocation Jacket_Down
ClothingItem PonchoCamoDesertDOWN
ClothingItemExtra AuthenticZClothing.PonchoCamoDesert
ClothingItemExtraOption UpHoodie
ColorBlue 133 133
ColorGreen 162 162
ColorRed 179 179
DisplayCategory Clothing
DisplayName Orange Poncho
FabricType Denim
Icon HoodieWhite
Insulation 0.15 0.15
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.9 0.9
ScratchDefense 10 10
Type Clothing
WaterResistance 1.0 1
WindResistance 0.8 0.8
WorldStaticModel Poncho_Ground
clothingExtraSubmenu DownHoodie
Raw block
    item PonchoCamoDesertDOWN
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Orange Poncho,
        ClothingItem = PonchoCamoDesertDOWN,
        BodyLocation = Jacket_Down,
        Icon = HoodieWhite,
        ColorRed = 179,
        ColorGreen = 162,
        ColorBlue = 133,
        BloodLocation = Shirt;Trousers,
        RunSpeedModifier = 0.9,
        ClothingItemExtra = AuthenticZClothing.PonchoCamoDesert,
        ClothingItemExtraOption = UpHoodie,
		clothingExtraSubmenu 	= DownHoodie,
        ScratchDefense = 10,
        NeckProtectionModifier = 0.5,
        Insulation = 0.15,
        WindResistance = 0.8,
        WaterResistance = 1.0,
        FabricType = Denim,			
        WorldStaticModel = Poncho_Ground,
    }