Botpack
Class RatedMatchChal2

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

class RatedMatchChal2
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchChal2 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=4
00006	     ModifiedDifficulty=2.000000
00007	     BotNames(0)="Divisor"
00008	     BotNames(1)="Tensor"
00009	     BotNames(2)="Cathode"
00010	     BotNames(3)="Function"
00011	     BotClassifications(0)="Slave Warrior"
00012	     BotClassifications(1)="Slave Warrior"
00013	     BotClassifications(2)="Slave Warrior"
00014	     BotClassifications(3)="Slave Warrior"
00015	     BotTeams(0)=255
00016	     BotTeams(1)=1
00017	     BotTeams(3)=255
00018	     BotClasses(0)="Botpack.TFemale2Bot"
00019	     BotClasses(1)="Botpack.TMale2Bot"
00020	     BotClasses(2)="Botpack.TFemale2Bot"
00021	     BotClasses(3)="Botpack.TFemale2Bot"
00022	     BotSkins(0)="SGirlSkins.fwar"
00023	     BotSkins(1)="SoldierSkins.hkil"
00024	     BotSkins(2)="SGirlSkins.fwar"
00025	     BotSkins(3)="SGirlSkins.fwar"
00026	     BotFaces(0)="SGirlSkins.Fury"
00027	     BotFaces(1)="SoldierSkins.Tensor"
00028	     BotFaces(2)="SGirlSkins.Cathode"
00029	     BotFaces(3)="SGirlSkins.Lilith"
00030	     Bio(0)="A warrior slave. Member of 'The Corrupt,' a group of reprogrammed warriors who fight for the entertainment of Xan Kriegor."
00031	     Bio(1)="A warrior slave. Member of 'The Corrupt,' a group of reprogrammed warriors who fight for the entertainment of Xan Kriegor."
00032	     Bio(2)="A warrior slave. Member of 'The Corrupt,' a group of reprogrammed warriors who fight for the entertainment of Xan Kriegor."
00033	     Bio(3)="A warrior slave. Member of 'The Corrupt,' a group of reprogrammed warriors who fight for the entertainment of Xan Kriegor."
00034	     BotJumpy(1)=1
00035	}

End Source Code