Botpack
Class RatedMatchDMDemo3

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

class RatedMatchDMDemo3
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDMDemo3 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=4
00006	     ModifiedDifficulty=1.000000
00007	     BotNames(0)="Hijinxs"
00008	     BotNames(1)="Genghis"
00009	     BotNames(2)="Deslok"
00010	     BotNames(3)="Bruce"
00011	     BotClassifications(0)="Classified: L9"
00012	     BotClassifications(1)="Raider/Prisoner"
00013	     BotClassifications(2)="Warrior"
00014	     BotClassifications(3)="Veteran Soldier"
00015	     BotTeams(0)=255
00016	     BotTeams(1)=255
00017	     BotTeams(2)=255
00018	     BotTeams(3)=1
00019	     BotAccuracy(3)=1.500000
00020	     FavoriteWeapon(0)="Botpack.UT_Eightball"
00021	     BotClasses(0)="Botpack.TMale2Bot"
00022	     BotClasses(1)="Botpack.TMale2Bot"
00023	     BotClasses(2)="Botpack.TMale2Bot"
00024	     BotClasses(3)="Botpack.TMale2Bot"
00025	     BotSkins(0)="SoldierSkins.RawS"
00026	     BotSkins(1)="SoldierSkins.blkt"
00027	     BotSkins(2)="SoldierSkins.blkt"
00028	     BotSkins(3)="SoldierSkins.RawS"
00029	     BotFaces(0)="SoldierSkins.Kregore"
00030	     BotFaces(1)="SoldierSkins.Riker"
00031	     BotFaces(2)="SoldierSkins.Malcom"
00032	     BotFaces(3)="SoldierSkins.Bruce"
00033	     Bio(0)="No profile available. Level 9 security clearance required."
00034	     Bio(1)="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."
00035	     Bio(2)="Deslok is the clan mate of Drimacus. Although weaker than his warrior-brother, Deslok is a competent fighter and will prove a worthy opponent."
00036	     Bio(3)="Bruce is all about style. He'll often stop in the middle of a fight to make side comments towards the nearest holocam. A favorite among the inner worlds."
00037	}

End Source Code