Item: Imperméable

Wiki Project Zomboid

Imperméable

Variable Base.PonchoGreenDOWN Mod Vanilla

Résumé

VariableBase.PonchoGreenDOWN
TypeClothing
CatégorieClothing
Poids
Icône
HoodieWhite

Navigation

Nom variablePonchoGreenDOWN
ModuleBase
Sourcescripts\clothing\clothing_jacket.txt
Détails techniques
Item PK6209
Lignes551 → 573
File ID1386

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é.

1 recette
Afficher la liste
Recipe Mod Category Time Result
Sheet Make-Sheets
Make-Sheets
Base
KAVALASH_BB_CommonSense 100 Sheet=1

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 Jacket_Down
ClothingItem PonchoGreenDOWN
ClothingItemExtra PonchoGreen
ClothingItemExtraOption UpHoodie
ColorBlue 36 36
ColorGreen 98 98
ColorRed 69 69
DisplayCategory Clothing
DisplayName Poncho
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 PonchoGreenDOWN
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Poncho,
        ClothingItem = PonchoGreenDOWN,
        BodyLocation = Jacket_Down,
        Icon = HoodieWhite,
        ColorRed = 69,
        ColorGreen = 98,
        ColorBlue = 36,
        BloodLocation = Shirt;FullHelmet;Trousers,
        RunSpeedModifier = 0.9,
        ClothingItemExtra = PonchoGreen,
        ClothingItemExtraOption = UpHoodie,
        clothingExtraSubmenu = DownHoodie,
        ScratchDefense = 10,
        NeckProtectionModifier = 0.5,
        Insulation = 0.15,
        WindResistance = 0.8,
        WaterResistance = 1.0,
        WorldStaticModel = Poncho_Ground,
    }