Botpack
Class RatedMatchDMDemo2

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

class RatedMatchDMDemo2
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDMDemo2 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=5
00006	     ModifiedDifficulty=0.500000
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)="Zenith is one of the most skilled warriors the Tournament has ever seen. His fans call him the 'Doc' after the way he systematically dissects his opponents with the Ripper."
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)="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."
00043	     Bio(4)="Somebody pulled Darhl back together after your last brush with him and he's none too happy. Pumped up on the latest custom synthgland enhancers and bioregulators, he's more messed up than ever."
00044	}

End Source Code