
//------------------------------------------------------------------
// Zone Description
// contains information about the whole zone
// can be completely omitted (then default-values are used)
//------------------------------------------------------------------
<Zone>        // this starts the zone description
  Name="Blue";
  Skill=3;
</Zone>       // this ends the zone description


//------------------------------------------------------------------
<Level>       // begin level description
  Filename="b6";
  Time=50,40,30;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=7,6,5;
</Level>      // end of level description  


//------------------------------------------------------------------
<Level>       // begin level description
  Filename="b3";
  Time=60,50,40;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=7,6,5;
</Level>      // end of level description  

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="b4";
  Time=60,50,40;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=7,6,5;
</Level>      // end of level description  

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="b5";
  Time=80,70,60;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=7,6,5;
</Level>      // end of level description  

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="b1";
  Time=90,70,60;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=7,6,5;
</Level>      // end of level description  

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="b2";
  Time=80,50,40;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=7,6,5;
</Level>      // end of level description  
