Item: Chapeau en papier journal

Wiki Project Zomboid

Chapeau en papier journal

Variable Base.Hat_NewspaperHat Mod Vanilla

Résumé

VariableBase.Hat_NewspaperHat
TypeClothing
CatégorieAccessory
Poids0.3
Icône
NewspaperHat

Navigation

Nom variableHat_NewspaperHat
ModuleBase
Sourcescripts\clothing\clothing_hats.txt
Détails techniques
Item PK6165
Lignes1264 → 1276
File ID1385

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Newspaper Make Newspaper Hat
Make Newspaper Hat
Base
KAVALASH_Custom 20 Hat_NewspaperHat=1
Newspaper Fabriquer un chapeau en papier journal
Make Newspaper Hat
Base
Vanilla 20 Hat_NewspaperHat=1

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.

10 propriétés
Key Value (raw) Num Bool JSON
BodyLocation Hat
CanHaveHoles false 0 0
ChanceToFall 80 80
ClothingItem Hat_NewspaperHat
DisplayCategory Accessory
DisplayName Newspaper Hat
Icon NewspaperHat
Insulation 0.10 0.1
Type Clothing
Weight 0.3 0.3
Raw block
    item Hat_NewspaperHat
	{
	    DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Newspaper Hat,
        ClothingItem = Hat_NewspaperHat,
        BodyLocation = Hat,
        Icon = NewspaperHat,
        CanHaveHoles = false,
        ChanceToFall = 80,
        Insulation = 0.10,
        Weight = 0.3,
    }