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


//------------------------------------------------------------------
<Level>       // begin level description
  Filename="l1";
  Time=45,35,25;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=7,6,5;
</Level>      // end of level description  


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

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

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

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="m6";
  Time=105,80,65;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=7,6,6;
</Level>      // end of level description  
