Botpack
Class RatedTeamInfo7

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

class RatedTeamInfo7
extends Botpack.RatedTeamInfo



Source Code


00001	class RatedTeamInfo7 expands RatedTeamInfo;
00002	
00003	// Dark Phalanx
00004	#exec TEXTURE IMPORT NAME=TSkaarj1 FILE=textures\teamsymbols\skaarjteam_a.pcx GROUP="TeamSymbols" MIPS=OFF
00005	
00006	defaultproperties
00007	{
00008	     TeamName="Red Claw"
00009	     TeamSymbol=Texture'Botpack.TeamSymbols.TSkaarj1'
00010	     TeamBio="The N.E.G. has long recognized the superiority of the Skaarj warrior as a military fighting machine, as was made clear in the brutal Human-Skaarj wars.  The Skaarj Hybrid is the result of secret military genetic research using both human and Skaarj DNA performed after the capture of a Skaarj scout ship. If proven in Tournament battle, the Hybrids shall become a leading force in ground based ops."
00011	     BotNames(0)="Dominator"
00012	     BotNames(1)="Berserker"
00013	     BotNames(2)="Guardian"
00014	     BotNames(3)="Devastator"
00015	     BotNames(4)="Pestilence"
00016	     BotNames(5)="Plague"
00017	     BotClassifications(0)="Classified: L9"
00018	     BotClassifications(1)="Classified: L9"
00019	     BotClassifications(2)="Classified: L9"
00020	     BotClassifications(3)="Classified: L9"
00021	     BotClassifications(4)="Classified: L9"
00022	     BotClassifications(5)="Classified: L9"
00023	     BotClasses(0)="MultiMesh.TSkaarjBot"
00024	     BotClasses(1)="MultiMesh.TSkaarjBot"
00025	     BotClasses(2)="MultiMesh.TSkaarjBot"
00026	     BotClasses(3)="MultiMesh.TSkaarjBot"
00027	     BotClasses(4)="MultiMesh.TSkaarjBot"
00028	     BotClasses(5)="MultiMesh.TSkaarjBot"
00029	     BotSkins(0)="TskmSkins.Warr"
00030	     BotSkins(1)="TskmSkins.Warr"
00031	     BotSkins(2)="TskmSkins.Warr"
00032	     BotSkins(3)="TskmSkins.Warr"
00033	     BotSkins(4)="TskmSkins.Warr"
00034	     BotSkins(5)="TskmSkins.Warr"
00035	     BotFaces(0)="TSkMSkins.Dominator"
00036	     BotFaces(1)="TSkMSkins.Berserker"
00037	     BotFaces(2)="TSkMSkins.Guardian"
00038	     BotFaces(3)="TSkMSkins.Dominator"
00039	     BotFaces(4)="TSkMSkins.Berserker"
00040	     BotFaces(5)="TSkMSkins.Guardian"
00041	     BotBio(0)="No profile available. Level 9 security clearance required."
00042	     BotBio(1)="No profile available. Level 9 security clearance required."
00043	     BotBio(2)="No profile available. Level 9 security clearance required."
00044	     BotBio(3)="No profile available. Level 9 security clearance required."
00045	     BotBio(4)="No profile available. Level 9 security clearance required."
00046	     BotBio(5)="No profile available. Level 9 security clearance required."
00047	     MaleSkin="TSkmSkins.Warr"
00048	     FemaleSkin="TSkmSkins.Warr"
00049	}

End Source Code