Item: 82 Porsche 911 Turbo Tire

Wiki Project Zomboid

82 Porsche 911 Turbo Tire

Variable Base.82porsche911TurboTire Mod KAVALASH_82porsche911

Résumé

VariableBase.82porsche911TurboTire
TypeNormal
CatégorieVehicleMaintenance
Poids13
Icône
PRS92_tiret

Navigation

Nom variable82porsche911TurboTire
ModuleBase
Sourcemedia\scripts\vehicles\82porsche911_vehiclesitems.txt
Détails techniques
Item PK344
Lignes25 → 41
File ID360

Recettes qui fabriquent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
Crowbar Make 82 Porsche 911 Tire
Make 82 Porsche 911 Tire
Base
KAVALASH_82porsche911 Mechanical 700 82porsche911TurboTire=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Dismantle 82 Porsche 911 Tire
Dismantle 82 Porsche 911 Tire
Base
KAVALASH_82porsche911 Recycling 350 SteelRimSmall=1
Repair 82 Porsche 911 Tire
Repair 82 Porsche 911 Tire
Base
KAVALASH_82porsche911 250 TireRepairTools=1

Propriétés

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

14 propriétés
Key Value (raw) Num Bool JSON
ChanceToSpawnDamaged 0 0
ConditionLowerOffroad 0.02 0.02
ConditionLowerStandard 0.01 0.01
ConditionMax 100 100
DisplayCategory VehicleMaintenance
DisplayName 82 Porsche 911 Turbo Tire
Icon PRS92_tiret
MaxCapacity 35 35
MechanicsItem TRUE 1 1
Type Normal
VehicleType 3 3
Weight 13.0 13
WheelFriction 1.8 1.8
WorldStaticModel 82porsche911turboTireWI
Raw block
	item 82porsche911TurboTire
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	13.0,
        Type	=	Normal,
        VehicleType =   3,
        DisplayName	=	82 Porsche 911 Turbo Tire,
        Icon	=	PRS92_tiret,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 0,
        WheelFriction = 1.8,
        ConditionMax = 100,
        ConditionLowerStandard = 0.01,
        ConditionLowerOffroad = 0.02,
        MechanicsItem = TRUE,
	    WorldStaticModel = 82porsche911turboTireWI,
    }