Botpack
Class RatedMatchDM11

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

class RatedMatchDM11
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDM11 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=4
00006	     ModifiedDifficulty=0.500000
00007	     BotNames(0)="Vanessa"
00008	     BotNames(1)="Rath"
00009	     BotNames(2)="Jayce"
00010	     BotNames(3)="Fuego"
00011	     BotClassifications(0)="Psychotic"
00012	     BotClassifications(1)="Warrior"
00013	     BotClassifications(2)="Civilian"
00014	     BotClassifications(3)="Criminal"
00015	     BotTeams(0)=255
00016	     BotTeams(1)=255
00017	     BotTeams(2)=255
00018	     BotTeams(3)=3
00019	     CombatStyle(0)=1.000000
00020	     FavoriteWeapon(0)="Botpack.UT_FlakCannon"
00021	     FavoriteWeapon(3)="Botpack.Minigun2"
00022	     BotClasses(0)="Botpack.TFemale1Bot"
00023	     BotClasses(1)="Botpack.TMale2Bot"
00024	     BotClasses(2)="Botpack.TFemale2Bot"
00025	     BotClasses(3)="Botpack.TMale1Bot"
00026	     BotSkins(0)="FCommandoSkins.cmdo"
00027	     BotSkins(1)="SoldierSkins.Gard"
00028	     BotSkins(2)="SGirlSkins.fbth"
00029	     BotSkins(3)="CommandoSkins.daco"
00030	     BotFaces(0)="FCommandoSkins.Gromida"
00031	     BotFaces(1)="SoldierSkins.Wraith"
00032	     BotFaces(2)="SGirlSkins.Olga"
00033	     BotFaces(3)="CommandoSkins.boris"
00034	     Bio(0)="Vanessa was committed at a psychiatric institution at the age of twelve for murdering her parents and brother. This one is a real nut case. She likes to blow her opponents open with a well aimed rocket."
00035	     Bio(1)="Rath is more machine than human. Rebuilt from spare parts and what was left of his brain after the Earthstar One incident, his mental instabilities make him an excellent warrior."
00036	     Bio(2)="Jayce is an ex-movie stunt woman. Figuring she could do it for real in the tournaments, she joined up and is proficient with any weapon."
00037	     Bio(3)="Ex-bodyguard for the famous performer Flabeline Xion. After he confessed to her gruesome murder, the only way out was the Liandri Tournaments. They call him 'the Singer.'"
00038	     BotJumpy(2)=1
00039	}

End Source Code