Item: 90 BMW E30 Tire

Wiki Project Zomboid

90 BMW E30 Tire

Variable Base.90bmwE30Tire3 Mod KAVALASH_90bmwE30

Résumé

VariableBase.90bmwE30Tire3
TypeNormal
CatégorieVehicleMaintenance
Poids13
Icône
BMWE30_tire0

Navigation

Nom variable90bmwE30Tire3
ModuleBase
Sourcemedia\scripts\vehicles\90bmwE30_vehiclesitems.txt
Détails techniques
Item PK544
Lignes7 → 23
File ID560

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 90 BMW E30 Tire
Make 90 BMW E30 Tire
Base
KAVALASH_90bmwE30 Mechanical 700 90bmwE30Tire3=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 90 BMW E30 Tire
Dismantle 90 BMW E30 Tire
Base
KAVALASH_90bmwE30 Recycling 350 SteelRimSmall=1
Repair 90 BMW E30 Tire
Repair 90 BMW E30 Tire
Base
KAVALASH_90bmwE30 250 damnCraft.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.09 0.09
ConditionLowerStandard 0.04 0.04
ConditionMax 100 100
DisplayCategory VehicleMaintenance
DisplayName 90 BMW E30 Tire
Icon BMWE30_tire0
MaxCapacity 35 35
MechanicsItem TRUE 1 1
Type Normal
VehicleType 3 3
Weight 13.0 13
WheelFriction 1.8 1.8
WorldStaticModel 90bmwE30TireWI
Raw block
	item 90bmwE30Tire3
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	13.0,
        Type	=	Normal,
        VehicleType =   3,
        DisplayName	=	90 BMW E30 Tire,
        Icon	=	BMWE30_tire0,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 0,
        WheelFriction = 1.8,
        ConditionMax = 100,
        ConditionLowerStandard = 0.04,
        ConditionLowerOffroad = 0.09,
        MechanicsItem = TRUE,
	    WorldStaticModel = 90bmwE30TireWI,
    }