Item: 59 Cadillac Miller-Meteor Reinforced Tire

Wiki Project Zomboid

59 Cadillac Miller-Meteor Reinforced Tire

Variable Base.ECTO1tire1_Item Mod KAVALASH_59meteor

Résumé

VariableBase.ECTO1tire1_Item
TypeNormal
CatégorieVehicleMaintenance
Poids15
Icône
tireECTO1

Navigation

Nom variableECTO1tire1_Item
ModuleBase
Sourcemedia\scripts\vehicles\ECTO1_vehiclesitems.txt
Détails techniques
Item PK27
Lignes24 → 40
File ID38

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 59 Cadillac Miller-Meteor Tire
Make 59 Cadillac Miller-Meteor Tire
Base
KAVALASH_59meteor Mechanical 700 ECTO1tire1_Item=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 59 Cadillac Miller-Meteor Tire
Dismantle 59 Cadillac Miller-Meteor Tire
Base
KAVALASH_59meteor Recycling 350 damnCraft.SteelRimSmall=1
Repair 59 Cadillac Miller-Meteor Tire
Repair 59 Cadillac Miller-Meteor Tire
Base
KAVALASH_59meteor 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.10 0.1
ConditionLowerStandard 0.05 0.05
ConditionMax 100 100
DisplayCategory VehicleMaintenance
DisplayName 59 Cadillac Miller-Meteor Reinforced Tire
Icon tireECTO1
MaxCapacity 35 35
MechanicsItem TRUE 1 1
Type Normal
VehicleType 2 2
Weight 15.0 15
WheelFriction 1.6 1.6
WorldStaticModel ECTO1WheelWI
Raw block
	item ECTO1tire1_Item
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Reinforced Tire,
        Icon	=	tireECTO1,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 0,
        WheelFriction = 1.6,
        ConditionMax = 100,
        ConditionLowerStandard = 0.05,
        ConditionLowerOffroad = 0.10,
        MechanicsItem = TRUE,
	    WorldStaticModel = ECTO1WheelWI,
    }