Botpack
Class RatedMatchDM4

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

class RatedMatchDM4
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDM4 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=1
00006	     ModifiedDifficulty=1.000000
00007	     BotNames(0)="Luthienne"
00008	     BotClassifications(0)="Civilian"
00009	     BotTeams(0)=3
00010	     BotClasses(0)="Botpack.TFemale1Bot"
00011	     BotSkins(0)="FCommandoSkins.cmdo"
00012	     BotFaces(0)="FCommandoSkins.Ivana"
00013	     Bio(0)="Having survived the Wreck of the ISV-Kran, Luthienne was forced to watch all her friends and crewmates die at the hands of the Skaarj until she and 3 others were rescued two years later. Irreparably scarred by her experience, she has entered the Tournament to confront her inner demons and ultimately to silence them through her own death."
00014	}

End Source Code