Item: Beret rouge

Wiki Project Zomboid

Beret rouge

Variable AuthenticZClothing.Hat_BeretMime Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Hat_BeretMime
TypeClothing
CatégorieAccessory
Poids0.5
Icône
BeretRed

Navigation

Nom variableHat_BeretMime
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1123
Lignes901 → 914
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.

11 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Head
BodyLocation Hat
CanHaveHoles false 0 0
ChanceToFall 80 80
ClothingItem Hat_BeretMime
DisplayCategory Accessory
DisplayName Red Beret
Icon BeretRed
Insulation 0.3 0.3
Type Clothing
Weight 0.5 0.5
Raw block
	item Hat_BeretMime
    {
	    DisplayCategory = Accessory,	
        Type = Clothing,
        DisplayName = Red Beret,
        ClothingItem = Hat_BeretMime,
        BodyLocation = Hat,
        Icon = BeretRed,
        CanHaveHoles = false,
        ChanceToFall = 80,
        Insulation = 0.3,
        BloodLocation = Head,
        Weight = 0.5,		
    }