Botpack
Class RatedMatchDM9

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

class RatedMatchDM9
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDM9 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=5
00006	     ModifiedDifficulty=1.000000
00007	     BotNames(0)="Arys"
00008	     BotNames(1)="Blake"
00009	     BotNames(2)="Genghis"
00010	     BotNames(3)="Kryss"
00011	     BotNames(4)="Azure"
00012	     BotClassifications(0)="Soldier"
00013	     BotClassifications(1)="Arena Fighter"
00014	     BotClassifications(2)="Raider/Prisoner"
00015	     BotClassifications(3)="Necris Blademaiden"
00016	     BotClassifications(4)="Criminal"
00017	     BotTeams(1)=255
00018	     BotTeams(2)=255
00019	     BotTeams(3)=1
00020	     BotTeams(4)=2
00021	     BotAccuracy(0)=0.500000
00022	     CombatStyle(0)=-0.500000
00023	     CombatStyle(3)=0.700000
00024	     FavoriteWeapon(0)="Botpack.Ripper"
00025	     FavoriteWeapon(1)="Botpack.ShockRifle"
00026	     FavoriteWeapon(2)="Botpack.UT_Eightball"
00027	     FavoriteWeapon(3)="Botpack.UT_FlakCannon"
00028	     BotClasses(0)="Botpack.TFemale2Bot"
00029	     BotClasses(1)="Botpack.TMale1Bot"
00030	     BotClasses(2)="Botpack.TMale2Bot"
00031	     BotClasses(3)="Botpack.TFemale1Bot"
00032	     BotClasses(4)="Botpack.TFemale2Bot"
00033	     BotSkins(0)="SGirlSkins.Army"
00034	     BotSkins(1)="CommandoSkins.cmdo"
00035	     BotSkins(2)="SoldierSkins.blkt"
00036	     BotSkins(3)="FCommandoSkins.goth"
00037	     BotSkins(4)="SGirlSkins.fbth"
00038	     BotFaces(0)="SGirlSkins.Rylisa"
00039	     BotFaces(1)="CommandoSkins.Blake"
00040	     BotFaces(2)="SoldierSkins.Othello"
00041	     BotFaces(3)="FCommandoSkins.freylis"
00042	     BotFaces(4)="SGirlSkins.Azure"
00043	     Bio(0)="Arys is a field commander from the 12th Mechanized Imperial. She was selected for Tournament play after she single handedly killed 8 Skaarj with an energy knife during the battle for the Orion Stormwatch Outpost."
00044	     Bio(1)="Blake is back and he's pissed. The first time you fought him, he lacked a lot of skill and tone, but now he thinks he can take you on. Show him where to stick it."
00045	     Bio(2)="Genghis takes his name from a conquerer of old. He proclaims himself 'Ruler of the Eastern Expanse' come to forge a new Empire. In reality, he is a petty freight raider sentenced to fight in the Tournament for his crimes."
00046	     Bio(3)="Kryss isn't out of the Tournament yet. The Necris are persistent and dangerous and she is no exception. Be careful, she is definitely more powerful than before."
00047	     Bio(4)="Azure has served six long years on Mars for reasons that are currently classified. She was recently transferred to the Tournament, but no records of her history are available."
00048	     StrafingAbility(0)=0.500000
00049	     StrafingAbility(2)=0.500000
00050	}

End Source Code