Botpack
Class RatedMatchChal3

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

class RatedMatchChal3
extends Botpack.RatedMatchInfo



Source Code


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

End Source Code