Botpack
Class RatedMatchDM12

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

class RatedMatchDM12
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDM12 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=6
00006	     ModifiedDifficulty=1.500000
00007	     BotNames(0)="Arys"
00008	     BotNames(1)="Nikki"
00009	     BotNames(2)="Ice Weasel"
00010	     BotNames(3)="Barktooth"
00011	     BotNames(4)="Andrew"
00012	     BotNames(5)="Toe Cutter"
00013	     BotClassifications(0)="Soldier"
00014	     BotClassifications(1)="Civilian"
00015	     BotClassifications(2)="Specialist"
00016	     BotClassifications(3)="Psychotic"
00017	     BotClassifications(4)="Criminal"
00018	     BotClassifications(5)="Criminal"
00019	     BotTeams(0)=255
00020	     BotTeams(1)=255
00021	     BotTeams(2)=255
00022	     BotTeams(4)=255
00023	     BotTeams(5)=2
00024	     BotAccuracy(0)=0.500000
00025	     BotAccuracy(1)=0.800000
00026	     BotAccuracy(2)=0.500000
00027	     CombatStyle(0)=-0.500000
00028	     CombatStyle(1)=-1.000000
00029	     CombatStyle(2)=-0.500000
00030	     CombatStyle(3)=1.000000
00031	     Camping(1)=1.000000
00032	     FavoriteWeapon(0)="Botpack.Ripper"
00033	     FavoriteWeapon(1)="Botpack.SniperRifle"
00034	     FavoriteWeapon(2)="Botpack.Ut_Eightball"
00035	     FavoriteWeapon(3)="Botpack.UT_FlakCannon"
00036	     BotClasses(0)="Botpack.TFemale2Bot"
00037	     BotClasses(1)="Botpack.TFemale2Bot"
00038	     BotClasses(2)="Botpack.TMale1Bot"
00039	     BotClasses(3)="Botpack.TMale2Bot"
00040	     BotClasses(4)="Botpack.TMale1Bot"
00041	     BotClasses(5)="Botpack.TMale2Bot"
00042	     BotSkins(0)="SGirlSkins.fbth"
00043	     BotSkins(1)="SGirlSkins.army"
00044	     BotSkins(2)="CommandoSkins.daco"
00045	     BotSkins(3)="SoldierSkins.Gard"
00046	     BotSkins(4)="CommandoSkins.daco"
00047	     BotSkins(5)="SoldierSkins.RawS"
00048	     BotFaces(0)="SGirlSkins.Aryss"
00049	     BotFaces(1)="Lauren"
00050	     BotFaces(2)="CommandoSkins.Luthor"
00051	     BotFaces(3)="SoldierSkins.Drake"
00052	     BotFaces(4)="CommandoSkins.Boris"
00053	     BotFaces(5)="SoldierSkins.Slain"
00054	     Bio(0)="Although you were victorious over Arys, she has excelled in the losers bracket and returned to the tournament proper."
00055	     Bio(1)="In three upset victories last week, Nikki proved that rich civilians can, in fact, be successful in the Tournament. She has learned a lot very quickly and has returned to show you some new tricks."
00056	     Bio(2)="Ice Weasel is the codename for Jesse Davis, a 'deep freeze' cold world combat specialist. Able to survive for weeks on melted snow alone, he has mastered control over his mind and body."
00057	     Bio(3)="Barktooth just can't be put down. His brute force tactics and disregard for his own well being have paid off as he moves even higher in the tournament ladder."
00058	     Bio(4)="Andrew is serving a 30 year sentence for computer related crime. He is an intelligent programmer, systems cracker and hacker. A high breakout risk. Just the kind of guy you don't want to keep in prison very long."
00059	     Bio(5)="Real name unknown, the Toe Cutter is a notorious gang leader. Captured during a skirmish south of Reconstructed New York, there was no question to his participation in the Tournament."
00060	     BotJumpy(5)=1
00061	     StrafingAbility(0)=0.500000
00062	}

End Source Code