Item: Veste universitaire (XS)

Wiki Project Zomboid

Veste universitaire (XS)

Variable AuthenticZClothing.Thin01_JacketVarsity Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Thin01_JacketVarsity
TypeClothing
CatégorieClothing
Poids2
Icône Aucune icône trouvée

Navigation

Nom variableThin01_JacketVarsity
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_S_models.txt
Détails techniques
Item PK1762
Lignes80 → 104
File ID827

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.

22 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 20 20
BloodLocation Jacket
BodyLocation Jacket
ClothingItem Thin01_JacketVarsity
ClothingItemExtra Jacket_Varsity
ClothingItemExtraOption Tighten
CombatSpeedModifier 0.97 0.97
DisplayCategory Clothing
DisplayName Varsity Jacket
FabricType Leather
IconsForTexture JacketVarsity_Alpha;JacketVarsity_KY
Insulation 0.40 0.4
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.95 0.95
ScratchDefense 40 40
Tooltip Tooltip_SizeXS
Type Clothing
WaterResistance 0.4 0.4
Weight 2 2
WindResistance 0.6 0.6
WorldStaticModel JacketCoat_Ground
clothingExtraSubmenu Tighten
Raw block
    item Thin01_JacketVarsity
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Varsity Jacket,
        ClothingItem = Thin01_JacketVarsity,
        ClothingItemExtra = Jacket_Varsity,
        ClothingItemExtraOption = Tighten,
		clothingExtraSubmenu = Tighten,		
        BodyLocation = Jacket,
        IconsForTexture = JacketVarsity_Alpha;JacketVarsity_KY,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.95,
        CombatSpeedModifier = 0.97,
        BiteDefense = 20,
        ScratchDefense = 40,
        NeckProtectionModifier = 0.5,
        Insulation = 0.40,
        WindResistance = 0.6,
        FabricType = Leather,
        WaterResistance = 0.4,
        Weight = 2,
        WorldStaticModel = JacketCoat_Ground,
		Tooltip = Tooltip_SizeXS,		
    }