Botpack
Class RatedMatchDM6

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

class RatedMatchDM6
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDM6 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=4
00006	     ModifiedDifficulty=0.500000
00007	     BotNames(0)="Archon"
00008	     BotNames(1)="Nikki"
00009	     BotNames(2)="Raven"
00010	     BotNames(3)="Bart"
00011	     BotClassifications(0)="Psychotic"
00012	     BotClassifications(1)="Civilian"
00013	     BotClassifications(2)="Criminal"
00014	     BotClassifications(3)="Economist"
00015	     BotTeams(1)=255
00016	     BotTeams(2)=1
00017	     BotTeams(3)=255
00018	     BotAccuracy(0)=0.300000
00019	     CombatStyle(0)=1.000000
00020	     CombatStyle(3)=-1.000000
00021	     FavoriteWeapon(3)="Botpack.UT_BioRifle"
00022	     BotClasses(0)="Botpack.TMale1Bot"
00023	     BotClasses(1)="Botpack.TFemale2Bot"
00024	     BotClasses(2)="Botpack.TMale2Bot"
00025	     BotClasses(3)="Botpack.TMale1Bot"
00026	     BotSkins(0)="CommandoSkins.cmdo"
00027	     BotSkins(1)="SGirlSkins.army"
00028	     BotSkins(2)="SoldierSkins.RawS"
00029	     BotSkins(3)="CommandoSkins.cmdo"
00030	     BotFaces(0)="CommandoSkins.Nickolai"
00031	     BotFaces(1)="SGirlSkins.Lauren"
00032	     BotFaces(2)="SoldierSkins.Bruce"
00033	     BotFaces(3)="CommandoSkins.Whitman"
00034	     Bio(0)="Archon is a ruthless murderer and he wouldn't want it any other way. This guy has his wires crossed...deriving pleasure from pain and vice versa. Probably the nastiest mother you'll ever meet."
00035	     Bio(1)="Occasionally, rich civilians are able to buy their way into the Tournament. The Liandri Rules Board doesn't like to include 'normal' civilians in the games because, frankly, they aren't good enough to be entertaining."
00036	     Bio(2)="Criminals make excellent pit fighters. The volatile combination of cabin fever and desperation that a long prison sentence imparts is therapeutic to say the least."
00037	     Bio(3)="There isn't much worse than a lawyer, but economists come close. Liandri has discovered that civilians will pay good money to watch economists and other vermin take a beating."
00038	     BotJumpy(2)=1
00039	     StrafingAbility(3)=1.000000
00040	}

End Source Code