Item: Costume de Clown

Wiki Project Zomboid

Costume de Clown

Variable AuthenticZClothing.Clown_Coveralls Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Clown_Coveralls
TypeClothing
CatégorieClothing
Poids
Icône
ClownCoveralls

Navigation

Nom variableClown_Coveralls
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_suits.txt
Détails techniques
Item PK1695
Lignes241 → 259
File ID826

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.

16 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Trousers;Jumper
BodyLocation Pants
ClothingItem Clown_Coveralls
ColorBlue 161 161
ColorGreen 161 161
ColorRed 161 161
DisplayCategory Clothing
DisplayName Clown Coveralls
FabricType Denim
Icon ClownCoveralls
Insulation 0.65 0.65
RunSpeedModifier 0.9 0.9
ScratchDefense 10 10
Type Clothing
WindResistance 0.45 0.45
WorldStaticModel BoilerSuit_Ground
Raw block
    item Clown_Coveralls
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Clown Coveralls,
        ClothingItem = Clown_Coveralls,
        BodyLocation = Pants,
        Icon = ClownCoveralls,
        ColorRed = 161,
        ColorGreen = 161,
        ColorBlue = 161,
        BloodLocation = Trousers;Jumper,
        RunSpeedModifier = 0.9,
        ScratchDefense = 10,
        Insulation = 0.65,
        WindResistance = 0.45,
        FabricType = Denim,
		WorldStaticModel = BoilerSuit_Ground,
    }