Item: Écharpe

Wiki Project Zomboid

Écharpe

Variable Base.Scarf_White Mod Vanilla

Résumé

VariableBase.Scarf_White
TypeClothing
CatégorieAccessory
Poids0.2
Icône
ScarfGeneric

Navigation

Nom variableScarf_White
ModuleBase
Sourcescripts\clothing\clothing_others.txt
Détails techniques
Item PK6357
Lignes396 → 411
File ID1388

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.

13 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Neck
BodyLocation Scarf
ClothingItem Scarf_White
DisplayCategory Accessory
DisplayName Scarf
FabricType Cotton
Icon ScarfGeneric
Insulation 1.0 1
ScratchDefense 10 10
Type Clothing
Weight 0.2 0.2
WindResistance 1.0 1
WorldStaticModel Scarf_Ground
Raw block
    item Scarf_White
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Scarf,
        ClothingItem = Scarf_White,
        BodyLocation = Scarf,
        Icon = ScarfGeneric,
        Weight = 0.2,
        BloodLocation = Neck,
        ScratchDefense = 10,
        Insulation = 1.0,
        WindResistance = 1.0,
        FabricType = Cotton,
        WorldStaticModel = Scarf_Ground,
    }