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


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


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

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

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

