Botpack
Class RatedMatchDM2

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

class RatedMatchDM2
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDM2 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=2
00006	     BotNames(0)="Calameth"
00007	     BotNames(1)="Kryss"
00008	     BotClassifications(0)="Soldier"
00009	     BotClassifications(1)="Necris Blademaiden"
00010	     BotTeams(1)=255
00011	     BotAccuracy(0)=0.400000
00012	     CombatStyle(0)=-0.500000
00013	     CombatStyle(1)=0.500000
00014	     FavoriteWeapon(0)="Botpack.ShockRifle"
00015	     FavoriteWeapon(1)="Botpack.PulseGun"
00016	     BotClasses(0)="Botpack.TMale1Bot"
00017	     BotClasses(1)="Botpack.TFemale1Bot"
00018	     BotSkins(0)="CommandoSkins.daco"
00019	     BotSkins(1)="FCommandoSkins.goth"
00020	     BotFaces(0)="CommandoSkins.Luthor"
00021	     BotFaces(1)="FCommandoSkins.cryss"
00022	     Bio(0)="Calameth was kicked from the NEG armed forces after a violent brush with his commanding officer. He has little care for those around him and will fight ruthlessly."
00023	     Bio(1)="Member of an alien race known as the 'Necris', Kryss is possessed of a dark beauty. Beware, however, for it hides an even darker mind."
00024	}

End Source Code