Item: Imperméable

Wiki Project Zomboid

Imperméable

Variable Base.PonchoYellowDOWN Mod Vanilla

Résumé

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

Navigation

Nom variablePonchoYellowDOWN
ModuleBase
Sourcescripts\clothing\clothing_jacket.txt
Détails techniques
Item PK6211
Lignes596 → 617
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.

19 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Trousers;Shirt
BodyLocation Jacket_Down
ClothingItem PonchoYellowDOWN
ClothingItemExtra PonchoYellow
ClothingItemExtraOption UpHoodie
ColorBlue 88 88
ColorGreen 195 195
ColorRed 228 228
DisplayCategory Clothing
DisplayName Poncho
Icon HoodieWhite
Insulation 0.15 0.15
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.9 0.9
Type Clothing
WaterResistance 1.0 1
WindResistance 0.8 0.8
WorldStaticModel Poncho_Ground
clothingExtraSubmenu DownHoodie
Raw block
    item PonchoYellowDOWN
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Poncho,
        ClothingItem = PonchoYellowDOWN,
        BodyLocation = Jacket_Down,
        Icon = HoodieWhite,
        ColorRed = 228,
        ColorGreen = 195,
        ColorBlue = 88,
        BloodLocation = Trousers;Shirt,
        RunSpeedModifier = 0.9,
        ClothingItemExtra = PonchoYellow,
        ClothingItemExtraOption = UpHoodie,
        clothingExtraSubmenu = DownHoodie,
        NeckProtectionModifier = 0.5,
        Insulation = 0.15,
        WindResistance = 0.8,
        WaterResistance = 1.0,
        WorldStaticModel = Poncho_Ground,
    }