Item: Bandana du désert (attaché)

Wiki Project Zomboid

Bandana du désert (attaché)

Variable AuthenticZClothing.Hat_BandanaTiedDesert Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Hat_BandanaTiedDesert
TypeClothing
CatégorieAccessory
Poids0.1
Icône
RamboBandana_Tan

Navigation

Nom variableHat_BandanaTiedDesert
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1115
Lignes778 → 793
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 Hat
CanHaveHoles false 0 0
ChanceToFall 5 5
ClothingItem Hat_BandanaTiedDesert
ClothingItemExtra AuthenticZClothing.Hat_BandanaDesert;AuthenticZClothing.Hat_BandanaMaskDesert
ClothingItemExtraOption UntieBandana;TieBandanaFace
DisplayCategory Accessory
DisplayName Bandana (Tied)
Icon RamboBandana_Tan
Insulation 0.10 0.1
Type Clothing
Weight 0.1 0.1
clothingExtraSubmenu TieBandana
Raw block
    item Hat_BandanaTiedDesert
    {
	    DisplayCategory = Accessory,	
        Type = Clothing,
        DisplayName = Bandana (Tied),
        ClothingItem = Hat_BandanaTiedDesert,
        BodyLocation = Hat,
        ClothingItemExtra = AuthenticZClothing.Hat_BandanaDesert;AuthenticZClothing.Hat_BandanaMaskDesert,
        ClothingItemExtraOption = UntieBandana;TieBandanaFace,
        clothingExtraSubmenu = 	TieBandana,		
        Icon = RamboBandana_Tan,
        CanHaveHoles = false,
        ChanceToFall = 5,
        Insulation = 0.10,
        Weight = 0.1,
    }