Item: 82 Porsche 911 SC Tire

Wiki Project Zomboid

82 Porsche 911 SC Tire

Variable Base.82porsche911SCTire Mod KAVALASH_82porsche911

Résumé

VariableBase.82porsche911SCTire
TypeNormal
CatégorieVehicleMaintenance
Poids14
Icône
PRS92_tiresc

Navigation

Nom variable82porsche911SCTire
ModuleBase
Sourcemedia\scripts\vehicles\82porsche911_vehiclesitems.txt
Détails techniques
Item PK343
Lignes7 → 23
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 82porsche911SCTire=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 SC Tire
Icon PRS92_tiresc
MaxCapacity 35 35
MechanicsItem TRUE 1 1
Type Normal
VehicleType 3 3
Weight 14.0 14
WheelFriction 1.68 1.68
WorldStaticModel 82porsche911SCTireWI
Raw block
    item 82porsche911SCTire
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	14.0,
        Type	=	Normal,
        VehicleType =   3,
        DisplayName	=	82 Porsche 911 SC Tire,
        Icon	=	PRS92_tiresc,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 0,
        WheelFriction = 1.68,
        ConditionMax = 100,
        ConditionLowerStandard = 0.01,
        ConditionLowerOffroad = 0.02,
        MechanicsItem = TRUE,
	    WorldStaticModel = 82porsche911SCTireWI,
    }