Item: Peignoir

Wiki Project Zomboid

Peignoir

Variable Base.LongCoat_Bathrobe Mod Vanilla

Résumé

VariableBase.LongCoat_Bathrobe
TypeClothing
CatégorieClothing
Poids
Icône
BathrobeWhite

Navigation

Nom variableLongCoat_Bathrobe
ModuleBase
Sourcescripts\clothing\clothing_suits.txt
Détails techniques
Item PK6573
Lignes17 → 32
File ID1392

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.

13 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Trousers;Jumper
BodyLocation BathRobe
ClothingItem LongCoat_Bathrobe
DisplayCategory Clothing
DisplayName Bath Robe
FabricType Cotton
Icon BathrobeWhite
Insulation 0.5 0.5
RunSpeedModifier 0.9 0.9
ScratchDefense 10 10
Type Clothing
WindResistance 0.35 0.35
WorldStaticModel Bathrobe_Ground
Raw block
    item LongCoat_Bathrobe
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Bath Robe,
        ClothingItem = LongCoat_Bathrobe,
        BodyLocation = BathRobe,
        BloodLocation = Trousers;Jumper,
        Icon = BathrobeWhite,
        RunSpeedModifier = 0.9,
        ScratchDefense = 10,
        Insulation = 0.5,
        WindResistance = 0.35,
        FabricType = Cotton,
        WorldStaticModel = Bathrobe_Ground,
    }