Botpack
Class RatedMatchDM10

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

class RatedMatchDM10
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDM10 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=5
00006	     ModifiedDifficulty=1.000000
00007	     BotNames(0)="Botanika"
00008	     BotNames(1)="Rhea"
00009	     BotNames(2)="Dovienya"
00010	     BotNames(3)="Barktooth"
00011	     BotNames(4)="Deslok"
00012	     BotClassifications(0)="Criminal"
00013	     BotClassifications(1)="Specialist"
00014	     BotClassifications(2)="Veteran Soldier"
00015	     BotClassifications(3)="Psychotic"
00016	     BotClassifications(4)="Warrior"
00017	     BotTeams(0)=255
00018	     BotTeams(1)=2
00019	     BotTeams(2)=1
00020	     BotTeams(3)=255
00021	     BotTeams(4)=255
00022	     BotSkills(2)=0.500000
00023	     BotAccuracy(1)=0.300000
00024	     CombatStyle(0)=-0.700000
00025	     CombatStyle(3)=1.000000
00026	     FavoriteWeapon(1)="Botpack.ShockRifle"
00027	     FavoriteWeapon(3)="Botpack.UT_FlakCannon"
00028	     FavoriteWeapon(4)="Botpack.PulseGun"
00029	     BotClasses(0)="Botpack.TMale2Bot"
00030	     BotClasses(1)="Botpack.TFemale1Bot"
00031	     BotClasses(2)="Botpack.TFemale2Bot"
00032	     BotClasses(3)="Botpack.TMale2Bot"
00033	     BotClasses(4)="Botpack.TMale2Bot"
00034	     BotSkins(0)="SoldierSkins.RawS"
00035	     BotSkins(1)="FCommandoSkins.daco"
00036	     BotSkins(2)="SGirlSkins.fbth"
00037	     BotSkins(3)="SoldierSkins.Gard"
00038	     BotSkins(4)="SoldierSkins.blkt"
00039	     BotFaces(0)="SoldierSkins.Arkon"
00040	     BotFaces(1)="FCommandoSkins.Mariana"
00041	     BotFaces(2)="SGirlSkins.Ryanna"
00042	     BotFaces(3)="SoldierSkins.Drake"
00043	     BotFaces(4)="SoldierSkins.Malcom"
00044	     Bio(0)="Rather than face execution at the hands of the Mars Prison Tribunal, Botanika chose to fight in the Tournament. With more than 11 brutal murders to his name, Botanika should have no problem adapting to arena combat."
00045	     Bio(1)="An ex-NEG field commander and energy weapons specialist, Rhea knows combat. She favors the Shock Rifle's accuracy, but is well trained with all modern weapons."
00046	     Bio(2)="Born on board the IWV Battlecruiser Ciran-Vega and nursed on the scorched plains of the embattled Skaarj planet of Skrath, Dovienya is a highly experienced warrior. She knows the Tournament arenas better than her peers and learns quickly on the battlefield."
00047	     Bio(3)="Barktooth is a madman. Screaming with berserk rage, he would rather rip an opponent to shreds with his bare hands than fight from afar. When forced to use a gun, he favors the Flak Cannon's close range stopping power."
00048	     Bio(4)="Deslok is the clan mate of Drimacus. Although weaker than his warrior-brother, Deslok is a competent fighter and will prove a worthy opponent."
00049	     StrafingAbility(0)=0.500000
00050	}

End Source Code