Item: Bandana du désert (visage)

Wiki Project Zomboid

Bandana du désert (visage)

Variable AuthenticZClothing.Hat_BandanaMaskDesert Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Hat_BandanaMaskDesert
TypeClothing
CatégorieAccessory
Poids0.1
Icône
Handkerchief_Tan

Navigation

Nom variableHat_BandanaMaskDesert
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1116
Lignes794 → 809
File ID817

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 Mask
CanHaveHoles false 0 0
ChanceToFall 5 5
ClothingItem Hat_BandanaMaskDesert
ClothingItemExtra AuthenticZClothing.Hat_BandanaDesert;AuthenticZClothing.Hat_BandanaTiedDesert
ClothingItemExtraOption UntieBandana;TieBandana
DisplayCategory Accessory
DisplayName Desert Bandana (Face)
Icon Handkerchief_Tan
Insulation 0.10 0.1
Type Clothing
Weight 0.1 0.1
clothingExtraSubmenu TieBandanaFace
Raw block
    item Hat_BandanaMaskDesert
    {
	    DisplayCategory = Accessory,	
        Type = Clothing,
        DisplayName = Desert Bandana (Face),
        ClothingItem = Hat_BandanaMaskDesert,
        BodyLocation = Mask,
        ClothingItemExtra = AuthenticZClothing.Hat_BandanaDesert;AuthenticZClothing.Hat_BandanaTiedDesert,
        ClothingItemExtraOption = UntieBandana;TieBandana,
        clothingExtraSubmenu = 	TieBandanaFace,			
        Icon = Handkerchief_Tan,
        CanHaveHoles = false,
        ChanceToFall = 5,
        Insulation = 0.10,
        Weight = 0.1,
    }