Item: Imperméable

Wiki Project Zomboid

Imperméable

Variable Base.PonchoYellow Mod Vanilla

Résumé

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

Navigation

Nom variablePonchoYellow
ModuleBase
Sourcescripts\clothing\clothing_jacket.txt
Détails techniques
Item PK6210
Lignes574 → 595
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 Shirt;FullHelmet;Trousers
BodyLocation JacketHat
ClothingItem PonchoYellow
ClothingItemExtra PonchoYellowDOWN
ClothingItemExtraOption DownHoodie
ColorBlue 88 88
ColorGreen 195 195
ColorRed 228 228
DisplayCategory Clothing
DisplayName Poncho
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 PonchoYellow
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Poncho,
        ClothingItem = PonchoYellow,
        BodyLocation = JacketHat,
        Icon = HoodieWhite,
        ColorRed = 228,
        ColorGreen = 195,
        ColorBlue = 88,
        BloodLocation = Shirt;FullHelmet;Trousers,
        RunSpeedModifier = 0.9,
        ClothingItemExtra = PonchoYellowDOWN,
        ClothingItemExtraOption = DownHoodie,
        clothingExtraSubmenu = UpHoodie,
        ScratchDefense = 10,
        Insulation = 0.1,
        WindResistance = 0.75,
        WaterResistance = 1.0,
        WorldStaticModel = Poncho_Ground,
    }