//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// :PLAYER_INITIAL_CASH 9000 //. {{{ Solo Championships ////////////////////////////////////////////////////////////////////////////////////////////////////////// // NB1 Championships referenced in a dat file (for unlocking purposes) have to be included in this list BEFORE the dat file that contains it. // i.e. Solo_Classic2 is unlocked in the Solo Classic championship. Solo_Classic2 has to be in this list above Classic. // NB2 The index is the order the championship will appear in the list, 1-based. :CHAMPIONSHIP Classic 2 :TYPE SOLO_CHAMPIONSHIP :INDEX 2 // do not put the .dat extension on the filename! :FILENAME sclassi2 :CHAMPIONSHIP Classic 1 :TYPE SOLO_CHAMPIONSHIP :INDEX 1 // do not put the .dat extension on the filename! :FILENAME sclassic :CHAMPIONSHIP Performance 2 :TYPE SOLO_CHAMPIONSHIP // do not put the .dat extension on the filename! :INDEX 4 :FILENAME sperfor2 :CHAMPIONSHIP Performance 1 :TYPE SOLO_CHAMPIONSHIP :INDEX 3 // do not put the .dat extension on the filename! :FILENAME sperform :CHAMPIONSHIP High Performance 2 :TYPE SOLO_CHAMPIONSHIP // do not put the .dat extension on the filename! :INDEX 6 :FILENAME sHPerf2 :CHAMPIONSHIP High Performance 1 :TYPE SOLO_CHAMPIONSHIP :INDEX 5 // do not put the .dat extension on the filename! :FILENAME sHPerf // }}} /Solo Championships ////////////////////////////////////////////////////////////////////////////////////////////////////////// //. {{{ Team Championships ////////////////////////////////////////////////////////////////////////////////////////////////////////// :CHAMPIONSHIP Classic :TYPE TEAM_CHAMPIONSHIP :INDEX 7 // do not put the .dat extension on the filename! :FILENAME tclassic :CHAMPIONSHIP Performance :TYPE TEAM_CHAMPIONSHIP :INDEX 8 // do not put the .dat extension on the filename! :FILENAME tperform :CHAMPIONSHIP High Performance :TYPE TEAM_CHAMPIONSHIP :INDEX 9 // do not put the .dat extension on the filename! :FILENAME thperf // }}} /Team Championships ////////////////////////////////////////////////////////////////////////////////////////////////////////// :END //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////