Botpack
Class RatedMatchDM9G

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

class RatedMatchDM9G
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDM9G extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=2
00006	     ModifiedDifficulty=2.000000
00007	     BotNames(0)="Reaper"
00008	     BotNames(1)="Loque"
00009	     BotClassifications(0)="Classified: L9"
00010	     BotClassifications(1)="Necris Phayder"
00011	     BotTeams(0)=255
00012	     BotTeams(1)=255
00013	     BotAccuracy(1)=1.000000
00014	     CombatStyle(1)=-0.700000
00015	     Camping(1)=1.000000
00016	     FavoriteWeapon(0)="Botpack.UT_FlakCannon"
00017	     FavoriteWeapon(1)="Botpack.SniperRifle"
00018	     BotClasses(0)="MultiMesh.TSkaarjBot"
00019	     BotClasses(1)="Botpack.TMale1Bot"
00020	     BotSkins(0)="TskmSkins.MekS"
00021	     BotSkins(1)="CommandoSkins.goth"
00022	     BotFaces(0)="TSkMSkins.Disconnect"
00023	     BotFaces(1)="CommandoSkins.Malakai"
00024	     Bio(0)="No profile available. Level 9 security clearance required."
00025	     Bio(1)="Loque is a suspected Phayder captured snooping around the Io Directorship buildings. The Phayder have become more active as of late and are believed to be responsible for at least 6 tac-nuke bombings against NEG installations in the past month."
00026	     BotJumpy(0)=1
00027	}

End Source Code