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


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


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

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

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

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