//  Matrix Mod: Reloaded Experience Database
//  for Counter-Strike: Source
//
// * Requirments
//   1.  Matrix Mod: Reloaded
//
// * Instructions:
//   1. This database contains exp settings for various events.  
//
//   2. Edit the values in each event to change how much exp is given.
//      or taken away.
//
//   3. player_suicide, hostage_kill, and player_tk events are negative exp. 
//      A value of 100 would mean you lose 100 exp rather than gain.  All other
//      events are positive exp gains.
// *******************************************

//***************************
//** EDIT EXPERIENCE BELOW **
//***************************

"exp"
{
  "player_kill"
  {
    "xp"  "100"
  }
  "player_kill_headshot"
  {
    "xp"  "120"
  }
  "player_kill_knife"
  {
    "xp"  "150"
  }
  "player_suicide"
  {
    "xp"  "50"
  }
  "player_tk"
  {
    "xp"  "100"
  }
  "bomb_plant"
  {
    "xp"  "60"
  }
  "bomb_defuse"
  {
    "xp"  "60"
  }
  "hostage_rescue"
  {
    "xp"  "20"
  }
  "hostage_kill"
  {
    "xp"  "15"
  }
}
