module ProjectRussia
{


    item brdmTire2
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	50.0,
        Type	=	Normal,
        DisplayName	=	BRDM-2 Tire,
        Icon	=	brdm_wheel,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 5,
        WheelFriction = 1.0f,
        ConditionMax = 100000,
        MechanicsItem = TRUE,
        WorldStaticModel = brdmWheelWorld,
		VehicleType =   2,
    }

    item brdmDoorFrontLeft2
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	20.0,
        Type	=	Normal,
        DisplayName	=	Left Main Hatch,
        Icon	=	brdm_fronthatch,
        ChanceToSpawnDamaged = 10,
        ConditionMax = 100000,
        MechanicsItem = TRUE,
        WorldStaticModel = mainhatchbrdmWorld,
		VehicleType =   2,
    }

    item brdmDoorFrontRight2
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	20.0,
        Type	=	Normal,
        DisplayName	=	Right Main Hatch,
        Icon	=	brdm_fronthatch,
        ChanceToSpawnDamaged = 10,
        ConditionMax = 100000,
        MechanicsItem = TRUE,
        WorldStaticModel = mainhatchbrdmWorld,
		VehicleType =   2,
    }


    item brdmHood2
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	35.0,
        Type	=	Normal,
        DisplayName	=	Engine Hatch,
        Icon	=	brdm_enginehatch,
        ChanceToSpawnDamaged = 5,
        ConditionMax = 100000,
        MechanicsItem = TRUE,
        WorldStaticModel = enginehatchbrdmWorld,
		VehicleType =   2,
    }

    




}