module Base{
    item NormalCarSeat10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	NormalCarSeat10,
        Icon	=	CarSeat,
        VehicleType =   3,
        MaxCapacity = 20,
        ChanceToSpawnDamaged = 70,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CarSeat,
    }
    item TrunkDoor10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	Trunk Lid,
        Icon	=	EngineDoor,
        VehicleType =   10,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CarTrunkLid,
    }
    item NormalGasTank10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	13.0,
        Type	=	Normal,
        DisplayName	=	Standard Gas Tank,
        Icon	=	CarGastank,
        VehicleType =   10,
        MaxCapacity = 49,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
        WorldStaticModel = GasTank,
    }
        item BigGasTank10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	22.0,
        Type	=	Normal,
        DisplayName	=	Big Gas Tank,
        Icon	=	CarGastank,
        VehicleType =   10,
        MaxCapacity = 75,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
        WorldStaticModel = BigGasTank,
    }
     item SmallGasTank10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	11.0,
        Type	=	Normal,
        DisplayName	=	Small Gas Tank,
        Icon	=	CarGastank,
        VehicleType =   10,
        MaxCapacity = 39,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
        WorldStaticModel = SmallGasTank,
    }
    item BigGasTankForPanzer10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	28.0,
        Type	=	Normal,
        DisplayName	=	BigGasTankForPanzer10,
        Icon	=	CarGastank,
        VehicleType =   3,
        MaxCapacity = 540,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
        WorldStaticModel = BigGasTank,
    }

    item EngineDoor10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	EngineDoor10,
        Icon	=	EngineDoor,
        VehicleType =   1,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CarHood,
    }
    item CarBattery10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	5,
        Type	=	Drainable,
        UseDelta	=	0.00001,
        UseWhileEquipped	=	FALSE,
        DisplayName	=	CarBattery10,
        Icon	=	CarBattery,
        MetalValue = 1,
        cantBeConsolided = TRUE,
        VehicleType =   1,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 30,
        MechanicsItem = TRUE,
        WorldStaticModel = CarBattery,
		Tags = CarBattery,
    }
    item OldCarMuffler10
      {
          DisplayCategory = VehicleMaintenance,
          Weight	=	10.0,
          Type	=	Normal,
          DisplayName	=	OldCarMuffler10,
          Icon	=	CarMuffler,
          VehicleType =   1,
          EngineLoudness = 80,
          ConditionMax = 100,
          ConditionLowerStandard = 0.02,
          ConditionLowerOffroad = 0.4,
          MechanicsItem = TRUE,
          WorldStaticModel = Muffler,
      }
    item OldTire10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	OldTire10,
        Icon	=	CarTire,
        VehicleType =   1,
        MaxCapacity = 40,
        ChanceToSpawnDamaged = 30,
        WheelFriction = 1.6,
        ConditionMax = 100,
        ConditionLowerStandard = 0.02,
        ConditionLowerOffroad = 0.35,
        MechanicsItem = TRUE,
        WorldStaticModel = Wheel,
    }
    item NormalTire10
    {
         DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	NormalTire10,
        Icon	=	CarTire,
        VehicleType =   1,
        MaxCapacity = 40,
        ChanceToSpawnDamaged = 30,
        WheelFriction = 1.6,
        ConditionMax = 100,
        ConditionLowerStandard = 0.02,
        ConditionLowerOffroad = 0.35,
        MechanicsItem = TRUE,
        WorldStaticModel = Wheel,
    }
    item ModernTire10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	ModernTire10,
        Icon	=	CarTire,
        VehicleType =   1,
        MaxCapacity = 40,
        ChanceToSpawnDamaged = 30,
        WheelFriction = 1.6,
        ConditionMax = 100,
        ConditionLowerStandard = 0.02,
        ConditionLowerOffroad = 0.35,
        MechanicsItem = TRUE,
        WorldStaticModel = Wheel,
    }
    item NormalBrake10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        DisplayName	=	NormalBrake10,
        Icon	=	CarBrakes,
        VehicleType =   1,
        MaxCapacity = 40,
        ConditionMax = 100,
        brakeForce = 25,
        ChanceToSpawnDamaged = 30,
        MechanicsItem = TRUE,
        WorldStaticModel = BrakeDisk,
    }
    item OldBrake10{
        DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        DisplayName	=	OldBrake10,
        Icon	=	CarBrakes,
        VehicleType =   1,
        MaxCapacity = 40,
        ConditionMax = 100,
        brakeForce = 25,
        ChanceToSpawnDamaged = 30,
        MechanicsItem = TRUE,
        WorldStaticModel = BrakeDisk,
    }
    item ModernBrake10{
        DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        DisplayName	=	ModernBrake10,
        Icon	=	CarBrakes,
        VehicleType =   1,
        MaxCapacity = 40,
        ConditionMax = 100,
        brakeForce = 25,
        ChanceToSpawnDamaged = 30,
        MechanicsItem = TRUE,
        WorldStaticModel = BrakeDisk,
    }
    item NormalSuspension10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        DisplayName	=	NormalSuspension10,
        Icon	=	CarSuspension,
        VehicleType =   1,
        ChanceToSpawnDamaged = 20,
        SuspensionDamping = 2.88,
        SuspensionCompression = 3.83,
        ConditionMax = 100,
        ConditionLowerStandard = 0.02,
        ConditionLowerOffroad = 0.3,
        MechanicsItem = TRUE,
        WorldStaticModel = Suspension,
    }
    item ModernSuspension10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        DisplayName	=	ModernSuspension10,
        Icon	=	CarSuspension,
        VehicleType =   1,
        ChanceToSpawnDamaged = 20,
        SuspensionDamping = 2.88,
        SuspensionCompression = 3.83,
        ConditionMax = 100,
        ConditionLowerStandard = 0.02,
        ConditionLowerOffroad = 0.3,
        MechanicsItem = TRUE,
        WorldStaticModel = Suspension,
    }

    item FrontCarDoor10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	10.0,
        Type	=	Normal,
        DisplayName	=	FrontCarDoor10,
        Icon	=	CarDoorFront,
        VehicleType =   1,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CarDoor,
    }
    item GloveBox10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        DisplayName	=	Glove Box,
        Icon	=	GloveBox,
        VehicleType =   10,
        MaxCapacity = 3,
        ConditionMax = 100,
        MechanicsItem = TRUE,
    }
    item RearCarDoor10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	10.0,
        Type	=	Normal,
        DisplayName	=	Rear Door,
        Icon	=	CarDoorRear,
        VehicleType =   10,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CarDoor,
    }
    item BigTrunk10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	40.0,
        Type	=	Normal,
        DisplayName	=	BigTrunk10,
        Icon	=	CarTrunk,
        VehicleType =   1,
        MaxCapacity = 70,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 10,
        MechanicsItem = TRUE,
    }
    item OldCarMuffler10
      {
          DisplayCategory = VehicleMaintenance,
          Weight	=	10.0,
          Type	=	Normal,
          DisplayName	=	OldCarMuffler10,
          Icon	=	CarMuffler,
          VehicleType =   1,
          EngineLoudness = 80,
          ConditionMax = 100,
          ConditionLowerStandard = 0.02,
          ConditionLowerOffroad = 0.4,
          MechanicsItem = TRUE,
          WorldStaticModel = Muffler,
      }
    item ModernCarMuffler10
      {
          DisplayCategory = VehicleMaintenance,
          Weight	=	10.0,
          Type	=	Normal,
          DisplayName	=	ModernCarMuffler10,
          Icon	=	CarMuffler,
          VehicleType =   1,
          EngineLoudness = 80,
          ConditionMax = 100,
          ConditionLowerStandard = 0.02,
          ConditionLowerOffroad = 0.4,
          MechanicsItem = TRUE,
          WorldStaticModel = Muffler,
      }
      item NormalCarMuffler10
      {
          DisplayCategory = VehicleMaintenance,
          Weight	=	10.0,
          Type	=	Normal,
          DisplayName	=	NormalCarMuffler10,
          Icon	=	CarMuffler,
          VehicleType =   1,
          EngineLoudness = 80,
          ConditionMax = 100,
          ConditionLowerStandard = 0.02,
          ConditionLowerOffroad = 0.4,
          MechanicsItem = TRUE,
          WorldStaticModel = Muffler,
      } 

    item Windshield10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	8.0,
        Type	=	Normal,
        DisplayName	=	Windshield,
        Icon	=	CarWindshield,
        VehicleType =   10,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CarWindshield,
    }

    item RearWindshield10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	8.0,
        Type	=	Normal,
        DisplayName	=	Rear Windshield,
        Icon	=	CarWindshield,
        VehicleType =   10,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CarWindshield,
    }

    item FrontWindow10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        DisplayName	=	Front Window,
        Icon	=	SideWindow,
        VehicleType =   10,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CarWindow,
    }

    item RearWindow10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        DisplayName	=	Rear Window,
        Icon	=	SideWindow,
        VehicleType =   10,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CarWindow,
    }
    item HeliGun10
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        DisplayName	=	HeliGun,
        Icon	=	MachineGun,
        VehicleType =   10,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
    }
}