Botpack
Class RatedMatchDMDemo4

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

class RatedMatchDMDemo4
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDMDemo4 expands RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=5
00006	     ModifiedDifficulty=1.000000
00007	     BotNames(0)="Malcom"
00008	     BotNames(1)="Doc Zenith"
00009	     BotNames(2)="Riker"
00010	     BotNames(3)="Bruce"
00011	     BotNames(4)="Darhl"
00012	     BotClassifications(0)="Chem Killer"
00013	     BotClassifications(1)="Criminal"
00014	     BotClassifications(2)="Warrior"
00015	     BotClassifications(3)="Veteran Soldier"
00016	     BotClassifications(4)="Psychotic"
00017	     BotTeams(0)=2
00018	     BotTeams(1)=255
00019	     BotTeams(2)=255
00020	     BotTeams(4)=1
00021	     BotSkills(1)=1.500000
00022	     FavoriteWeapon(1)="Botpack.Ripper"
00023	     FavoriteWeapon(4)="Botpack.ImpactHammer"
00024	     BotClasses(0)="BotPack.TMale2Bot"
00025	     BotClasses(1)="Botpack.TMale2Bot"
00026	     BotClasses(2)="BotPack.TMale2Bot"
00027	     BotClasses(3)="Botpack.TMale2Bot"
00028	     BotClasses(4)="Botpack.TMale2Bot"
00029	     BotSkins(0)="SoldierSkins.blkt"
00030	     BotSkins(1)="SoldierSkins.RawS"
00031	     BotSkins(2)="SoldierSkins.blkt"
00032	     BotSkins(3)="SoldierSkins.RawS"
00033	     BotSkins(4)="SoldierSkins.RawS"
00034	     BotFaces(0)="SoldierSkins.Malcom"
00035	     BotFaces(1)="SoldierSkins.Arkon"
00036	     BotFaces(2)="SoldierSkins.Riker"
00037	     BotFaces(3)="SoldierSkins.Bruce"
00038	     BotFaces(4)="SoldierSkins.Manwell"
00039	     Bio(0)="FenTech's finest creation, Malcom is an engineered warrior enhanced by chemicals. Adrenaline stimulants, synaptic catalysts, and impulse regulators combine to create a superhuman killing machine."
00040	     Bio(1)="The Doc is back and he's looking to rip you open.  Watch out, he's just off of a seven game victory streak and is looking to add you to his list of victims."
00041	     Bio(2)="Riker is a walking fusion of tactics and style. He always tries to find new ways of killing his opponents and has won multiple awards for creative improvisation."
00042	     Bio(3)="A lucky second place in the Denarian playoffs has brought Bruce back for another round.  This guy is getting tedious...wipe him out!"
00043	     Bio(4)="You just can't stop these new style chem warriors.  Darhl is running low on strength, you can finish him now once and for all."
00044	}

End Source Code