Item: Casquette de baseball (rouge)

Wiki Project Zomboid

Casquette de baseball (rouge)

Variable Base.Hat_BaseballCapRed Mod Vanilla

Résumé

VariableBase.Hat_BaseballCapRed
TypeClothing
CatégorieAccessory
Poids0.5
Icône
BaseballCapRed

Navigation

Nom variableHat_BaseballCapRed
ModuleBase
Sourcescripts\clothing\clothing_hats.txt
Détails techniques
Item PK6091
Lignes190 → 205
File ID1385

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
BodyLocation Hat
CanHaveHoles false 0 0
ChanceToFall 80 80
ClothingItem Hat_BaseballCapRed
ClothingItemExtra Hat_BaseballCapRed_Reverse
ClothingItemExtraOption ReverseCap
DisplayCategory Accessory
DisplayName Baseball Cap
Icon BaseballCapRed
Insulation 0.10 0.1
Type Clothing
Weight 0.5 0.5
clothingExtraSubmenu ForwardCap
Raw block
    item Hat_BaseballCapRed
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Baseball Cap,
        ClothingItem = Hat_BaseballCapRed,
        ClothingItemExtra = Hat_BaseballCapRed_Reverse,
        ClothingItemExtraOption = ReverseCap,
        clothingExtraSubmenu = ForwardCap,
        BodyLocation = Hat,
        Icon = BaseballCapRed,
        CanHaveHoles = false,
        ChanceToFall = 80,
        Insulation = 0.10,
        Weight = 0.5,
    }