Botpack
Class RatedMatchChal4

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

class RatedMatchChal4
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchChal4 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=1
00006	     ModifiedDifficulty=3.000000
00007	     BotNames(0)="Xan"
00008	     BotClassifications(0)="Tournament Champion"
00009	     BotTeams(0)=255
00010	     CombatStyle(0)=0.500000
00011	     BotClasses(0)="Botpack.TBossBot"
00012	     BotSkins(0)="boss"
00013	     Bio(0)="Origin and identity is unknown. Various rumors exist as to who or what Xan is. The most popular rumor being that he is the man who heads up Liandri Corporation and has poured his vast wealth into building the most advanced battle suit ever, solely for maintaining champion status in the Tournament."
00014	     BotJumpy(0)=1
00015	}

End Source Code