Item: Pneu (performant)

Wiki Project Zomboid

Pneu (performant)

Variable Base.ModernTire2 Mod Vanilla

Résumé

VariableBase.ModernTire2
TypeNormal
CatégorieVehicleMaintenance
Poids15
Icône
CarTire

Navigation

Nom variableModernTire2
ModuleBase
Sourcescripts\vehicles\vehiclesitems.txt
Détails techniques
Item PK6820
Lignes164 → 180
File ID1421

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é.

6 recettes
Afficher la liste
Recipe Mod Category Time Result
tire1_W460 Fabriquer un Pneu W460 Normal
CMKW460NormalTire2
CraftMoreKavalash
KAVALASH_Custom AutoParts 1200 W460NormalTire2=1
tire2_W460 Fabriquer un Pneu W460 Wide
CMKW460WideTire2
CraftMoreKavalash
KAVALASH_Custom AutoParts 1200 W460WideTire2=1
R32tire0 Make 92 Nissan Skyline R32 Tire
Make 92 Nissan Skyline R32 Tire
CraftMoreKavalash
KAVALASH_Custom AutoParts 1200 R32Tire0=1
R32tire1 Make 92 Nissan Skyline R32 Tire
Make 92 Nissan Skyline R32 Tire
CraftMoreKavalash
KAVALASH_Custom AutoParts 1200 R32Tire1=1
R32tire2 Make 92 Nissan Skyline R32 Tire
Make 92 Nissan Skyline R32 Tire
CraftMoreKavalash
KAVALASH_Custom AutoParts 1200 R32Tire2=1
R32tireA Make 92 Nissan Skyline R32 Tire
Make 92 Nissan Skyline R32 Tire
CraftMoreKavalash
KAVALASH_Custom AutoParts 1200 R32TireA=1

Propriétés

Toutes les propriétés extraites pour cet item.

14 propriétés
Key Value (raw) Num Bool JSON
ChanceToSpawnDamaged 30 30
ConditionLowerOffroad 0.15 0.15
ConditionLowerStandard 0.02 0.02
ConditionMax 100 100
DisplayCategory VehicleMaintenance
DisplayName Performance Tire
Icon CarTire
MaxCapacity 40 40
MechanicsItem TRUE 1 1
Type Normal
VehicleType 2 2
Weight 15.0 15
WheelFriction 1.6 1.6
WorldStaticModel Wheel
Raw block
    item ModernTire2
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	Performance Tire,
        Icon	=	CarTire,
        VehicleType =   2,
        MaxCapacity = 40,
        ChanceToSpawnDamaged = 30,
        WheelFriction = 1.6,
        ConditionMax = 100,
        ConditionLowerStandard = 0.02,
        ConditionLowerOffroad = 0.15,
        MechanicsItem = TRUE,
        WorldStaticModel = Wheel,
    }