Botpack
Class RatedMatchDM7

source: e:\games\UnrealTournament\Botpack\Classes\RatedMatchDM7.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Info
         |
         +--Botpack.RatedMatchInfo
            |
            +--Botpack.RatedMatchDM7
Direct Known Subclasses:None

class RatedMatchDM7
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDM7 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=3
00006	     ModifiedDifficulty=0.750000
00007	     BotNames(0)="Hijinxs"
00008	     BotNames(1)="Xoleras"
00009	     BotNames(2)="Cadaver"
00010	     BotClassifications(0)="Classified: L9"
00011	     BotClassifications(1)="Executioner"
00012	     BotClassifications(2)="Necris Murderer"
00013	     BotTeams(0)=255
00014	     BotTeams(1)=1
00015	     BotTeams(2)=255
00016	     BotAccuracy(2)=0.300000
00017	     CombatStyle(1)=0.500000
00018	     FavoriteWeapon(0)="Botpack.UT_Eightball"
00019	     FavoriteWeapon(1)="Botpack.PulseGun"
00020	     BotClasses(0)="Botpack.TMale2Bot"
00021	     BotClasses(1)="Botpack.TMale2Bot"
00022	     BotClasses(2)="Botpack.TMale1Bot"
00023	     BotSkins(0)="SoldierSkins.RawS"
00024	     BotSkins(1)="SoldierSkins.sldr"
00025	     BotSkins(2)="CommandoSkins.goth"
00026	     BotFaces(0)="SoldierSkins.Kregore"
00027	     BotFaces(1)="SoldierSkins.Harlin"
00028	     BotFaces(2)="CommandoSkins.Necrotic"
00029	     Bio(0)="No profile available. Level 9 security clearance required."
00030	     Bio(1)="A former Greek mob executioner on 'extended leave' from his 'family business', Xoleras has a reputation of completely and utterly dominating his opponents. A master of thin ledges and with vision of an eagle, he rarely misses an opportunity to blank an unskilled opponent."
00031	     Bio(2)="A ruthlessly skilled murderer who knows every nook and cranny, every bolt, and every weapon location. His aggressive ability to control Tournament arenas makes easy prey out of challengers."
00032	     StrafingAbility(2)=0.500000
00033	}

End Source Code