Botpack
Class RatedMatchDM8

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

class RatedMatchDM8
extends Botpack.RatedMatchInfo



Source Code


00001	class RatedMatchDM8 extends RatedMatchInfo;
00002	
00003	defaultproperties
00004	{
00005	     NumBots=5
00006	     ModifiedDifficulty=1.000000
00007	     BotNames(0)="Damascus"
00008	     BotNames(1)="Darhl"
00009	     BotNames(2)="Anna"
00010	     BotNames(3)="Gilfred"
00011	     BotNames(4)="Tajheri"
00012	     BotClassifications(0)="Assassin"
00013	     BotClassifications(1)="Psychotic"
00014	     BotClassifications(2)="Civilian"
00015	     BotClassifications(3)="Miner"
00016	     BotClassifications(4)="Civilian"
00017	     BotTeams(1)=1
00018	     BotTeams(2)=255
00019	     BotTeams(3)=255
00020	     BotTeams(4)=3
00021	     BotSkills(4)=-0.750000
00022	     BotAccuracy(2)=0.500000
00023	     BotAccuracy(3)=-0.750000
00024	     CombatStyle(0)=0.700000
00025	     CombatStyle(1)=1.000000
00026	     CombatStyle(3)=0.700000
00027	     FavoriteWeapon(0)="Botpack.PulseGun"
00028	     FavoriteWeapon(1)="Botpack.ImpactHammer"
00029	     FavoriteWeapon(2)="Botpack.Minigun2"
00030	     BotClasses(0)="Botpack.TMale2Bot"
00031	     BotClasses(1)="Botpack.TMale2Bot"
00032	     BotClasses(2)="Botpack.TFemale1Bot"
00033	     BotClasses(3)="Botpack.TMale1Bot"
00034	     BotClasses(4)="Botpack.TFemale1Bot"
00035	     BotSkins(0)="SoldierSkins.Gard"
00036	     BotSkins(1)="SoldierSkins.Raws"
00037	     BotSkins(2)="FCommandoSkins.cmdo"
00038	     BotSkins(3)="CommandoSkins.daco"
00039	     BotSkins(4)="FCommandoSkins.daco"
00040	     BotFaces(0)="SoldierSkins.Wraith"
00041	     BotFaces(1)="SoldierSkins.Manwell"
00042	     BotFaces(2)="FCommandoSkins.Anna"
00043	     BotFaces(3)="CommandoSkins.Graves"
00044	     BotFaces(4)="FCommandoSkins.Jayce"
00045	     Bio(0)="Orphaned after birth, this heartless killer spent years on the street, learning his trade and losing his emotions. The Corrupt had no difficulty in bending his will towards their ends. Now completely void of human feeling, Damascus is an unstoppable machine."
00046	     Bio(1)="The Tournament has a don't ask-don't tell policy on 'enhancement stimulants' and Darhl is known as a frequent abuser of these substances. He plays erratically, often ditching conventional range weapons in favor of the close-combat Impact Hammer."
00047	     Bio(2)="Anna is an ex-circus performer who is forced into the tourney for financial reasons and she's none-too-happy about it. As a result, she loves the Ripper because she can juggle her opponents in the air with its explosive alternate fire."
00048	     Bio(3)="Suckered into competing in the tournament by his former employers at Liandri Corp., this poor ex-miner stands no chance of winning the tournament. He is lost in despair and will do anything to kill an enemy, regardless of the damage to himself."
00049	     Bio(4)="Captured and forced into the slave trade, Tajheri made a daring escape and was later picked up by the NEG police and forced to fight in the tourney. She has little fighting experience and will be happy to find any gun at all."
00050	     StrafingAbility(0)=0.300000
00051	     StrafingAbility(2)=0.500000
00052	}

End Source Code