Botpack
Class RatedMatchDM3

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

class RatedMatchDM3
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDM3 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=4
00006	     BotNames(0)="Slain"
00007	     BotNames(1)="Annaka"
00008	     BotNames(2)="Cali"
00009	     BotNames(3)="Lexington"
00010	     BotClassifications(0)="Veteran Soldier"
00011	     BotClassifications(1)="Demolitions Expert"
00012	     BotClassifications(2)="Criminal"
00013	     BotClassifications(3)="Gun Fighter"
00014	     BotTeams(0)=255
00015	     BotTeams(1)=255
00016	     BotTeams(2)=255
00017	     BotTeams(3)=1
00018	     BotAccuracy(3)=0.700000
00019	     CombatStyle(0)=1.000000
00020	     CombatStyle(3)=-0.800000
00021	     Camping(3)=0.500000
00022	     FavoriteWeapon(0)="Botpack.UT_FlakCannon"
00023	     FavoriteWeapon(1)="Botpack.Ripper"
00024	     FavoriteWeapon(3)="Botpack.SniperRifle"
00025	     BotClasses(0)="Botpack.TMale2Bot"
00026	     BotClasses(1)="Botpack.TFemale2Bot"
00027	     BotClasses(2)="Botpack.TFemale1Bot"
00028	     BotClasses(3)="Botpack.TMale1Bot"
00029	     BotSkins(0)="SoldierSkins.RawS"
00030	     BotSkins(1)="SGirlSkins.fbth"
00031	     BotSkins(2)="FCommandoSkins.daco"
00032	     BotSkins(3)="CommandoSkins.daco"
00033	     BotFaces(0)="SoldierSkins.Slain"
00034	     BotFaces(1)="SGirlSkins.Annaka"
00035	     BotFaces(2)="FCommandoSkins.kyla"
00036	     BotFaces(3)="CommandoSkins.boris"
00037	     Bio(0)="Slain fought with the 47th Mechanized Imperial during the First Necris Invasion. He is a distinguished veteran of modern military operations. Although his skills tend toward the tactical, he is, nonetheless, an excellent hand to hand fighter."
00038	     Bio(1)="Never send a man to do a woman's job. Annaka is a premier demolitions expert. She masterminded over 20 covert structure hits against the Skaarj in less than a year and advises the NEG 'WetWorks' Board on Amphibious Arms Deployment."
00039	     Bio(2)="Many Tournament fighters are criminals given an opportunity to buy their freedom in blood. What they lack in general public appeal is made up for in their numbers."
00040	     Bio(3)="An extremely honorable warrior, Lexington is known for only using pistols to fight with. He considers himself above the Tourney and would rather take part in a traditional duel. His aim is legendary, and he becomes twice as lethal when he's got two pistols."
00041	     StrafingAbility(0)=0.500000
00042	     StrafingAbility(3)=0.500000
00043	}

End Source Code