module Base
{
	template vehicle TireV100M923
	{

		template! = runFlatsLargeFront,

		part TireFront*
		{
                itemType = runFlat.LargeTire,

		}
    }

    template vehicle AxleV100M923
	{
        template! = runFlatsLarge2AxleRear,

        part TireRear*
		{
                itemType = runFlat.Large2TireAxle,

		}
    }
}