home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / missionpack / mp-pak0.pk3 / teaminfo.txt < prev   
Encoding:
Text File  |  2007-12-04  |  2.1 KB  |  62 lines

  1. /*
  2. ===========================================================================
  3. Copyright (C) 2007 Open Arena Team
  4.  
  5. This file is part of Open Arena.
  6.  
  7. Open Arena is free software; you can redistribute it
  8. and/or modify it under the terms of the GNU General Public License as
  9. published by the Free Software Foundation; either version 2 of the License,
  10. or (at your option) any later version.
  11.  
  12. Open Arena is distributed in the hope that it will be
  13. useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with Open Arena; if not, write to the Free Software
  19. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  20. ===========================================================================
  21. */
  22.  
  23. // Team Clan Things
  24.  
  25. teams {
  26. //team name, icon, 5 team members
  27.   { "Heathens" "ui/assets/heathens"  "^3Notta^7_^2Bot" "^2Judge^7_^6Judy" "^9Un^7N^3amed" "^7IP^2Friely" "^5Jauque^7Cass"  }
  28.   { "Cyborgs" "ui/assets/cyborgs" "Robby" "Zapper" "Wrench" "Diskette" "ZippyMcGee" }
  29.   { "Summer" "ui/assets/summer"  "Jim" "Bob" "Jimbob" "Mother" "Sweety"  }
  30.   { "Scumm" "ui/assets/scumm" "^2CH3470R" "^4Joe" "^6D1z^4Suk0rz" "^1named^7player" "^7Mr^3McGoo" }
  31. }
  32. characters {
  33. //character name, gender
  34.   { "Sergei"  "male" }
  35.   { "Kyonshi"  "female" }
  36. }
  37.  
  38. aliases    {
  39. //character name, bot alias, preferred action (a - all purpose, d - defense, o - offense
  40.     { "^2CH3470R" "grunt"             a    }
  41.     { "^4Joe" "tony"            a    }
  42.     { "^6D1z^4Suk0rz" "beret"        a    }
  43.     { "^1named^7player" "kyonshi"        a    }
  44.     { "^7Mr^3McGoo" "grism"            a    }
  45.     { "Jim" "penguin"            a    }
  46.     { "Bob" "liz"                a    }
  47.     { "Jimbob" "gargoyle"            a    }
  48.     { "Mother" "major"            a    }
  49.     { "Sweety" "angelyss"            a    }
  50.     { "Robby" "merman"            a    }
  51.     { "Zapper" "rai"            a    }
  52.     { "Wrench" "ayumi"            a    }
  53.     { "Diskette" "widowe"            a    }
  54.     { "ZippyMcGee" "skelebot"        a    }
  55.     { "^3No^7_^2Bot" "tanisha"        a    }
  56.     { "^2Judge^7_^6Judy" "nekoyumi"        a    }
  57.     { "^9Un^7N^3amed" "liz"            a    }
  58.     { "^7IP^2Friely" "beret"        a    }
  59.     { "^5Jauque^7Cass" "major"        a    }
  60.  
  61. }
  62.