Basis{
	Rollmaterial{
		Masse( 1000 )
		Bremskraft( 13.0 )
		Reibungskraft( 0.1 )
		vUeberhang( 400 )
		hUeberhang( 300 )

		BoxX+( 200 )
		BoxX-( -200 )
		BoxY+( -120 )
		BoxY-( -280 )
		BoxZ+( 150 )
		BoxZ-( -1 )
		RMTyp(5)
		
	}

	Motor{
		Leistung( 55 )
		Grenzdrehzahl_U1( 1680 )
		Grenzdrehzahl_U2( 3360 )
		Grenzdrehzahl_U3( 5040 )
	}

	Getriebe{
		Treibradradius( 33 )
		Gang{ 
			Uebersetzung( -20.0 )   
		}
		Gang{
			Uebersetzung( -30.0 )
		}
		Gang{
			Uebersetzung( -60 )
		}
		Gang{
			Uebersetzung( 15 )
		}
		Gang{
			Uebersetzung( 7.5 )
		}

		Gang{
			Uebersetzung( 5.0 )
		}
	}
	Sound{
		Rollen( EEXP\Lauf_Auto.wav )
		Lauf( EEXP\Lauf_Auto.wav )
		Bremse( EEXP\Bremse_Pkw.wav )
		Anfahr( EEXP\Anfahr_Auto.wav )
		Kurven( EEXP\Kurve_Pkw.wav )
	}
}