Item: Pantalon de costume du Joker

Wiki Project Zomboid

Pantalon de costume du Joker

Variable AuthenticZClothing.Trousers_SuitJoker Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Trousers_SuitJoker
TypeClothing
CatégorieClothing
Poids
Icône
TrousersSuitJokerRed

Navigation

Nom variableTrousers_SuitJoker
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_pants.txt
Détails techniques
Item PK1535
Lignes657 → 672
File ID823

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
BloodLocation Trousers
BodyLocation Pants
ClothingItem Trousers_SuitJoker
DisplayCategory Clothing
DisplayName Joker Suit Pants
FabricType Cotton
Icon TrousersSuitJokerRed
Insulation 0.75 0.75
ScratchDefense 10 10
Type Clothing
WaterResistance 0.35 0.35
WindResistance 0.75 0.75
WorldStaticModel Trousers_Ground
Raw block
   	item Trousers_SuitJoker
    {
       DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Joker Suit Pants,
        ClothingItem = Trousers_SuitJoker,
        BodyLocation = Pants,
        Icon = TrousersSuitJokerRed,
        BloodLocation = Trousers,
        ScratchDefense = 10,
        Insulation = 0.75,
        WindResistance = 0.75,
        WaterResistance = 0.35,
        FabricType = Cotton,
        WorldStaticModel = Trousers_Ground,		
    }