Botpack
Class RatedTeamInfo6

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

class RatedTeamInfo6
extends Botpack.RatedTeamInfo



Source Code


00001	class RatedTeamInfo6 expands RatedTeamInfo;
00002	
00003	// Dark Phalanx
00004	#exec TEXTURE IMPORT NAME=TLPhalanx FILE=textures\teamsymbols\TLPhalanx.PCX GROUP="TeamSymbols" MIPS=OFF
00005	
00006	defaultproperties
00007	{
00008	     TeamName="Dark Phalanx"
00009	     TeamSymbol=Texture'Botpack.TeamSymbols.TLPhalanx'
00010	     TeamBio="The Dark Phalanx are an honorable collection of military specialists. All have proven themselves in the Human/Skaarj war and now seek glory in the ranks of the Tournament."
00011	     BotNames(0)="Ivana"
00012	     BotNames(1)="Farham"
00013	     BotNames(2)="Nikita"
00014	     BotNames(3)="Gorn"
00015	     BotNames(4)="Anna"
00016	     BotNames(5)="Whitman"
00017	     BotNames(6)="Iyrash"
00018	     BotNames(7)="Nickolai"
00019	     BotClassifications(0)="Dark Phalanx Leader"
00020	     BotClassifications(1)="Dark Phalanx"
00021	     BotClassifications(2)="Dark Phalanx"
00022	     BotClassifications(3)="Dark Phalanx"
00023	     BotClassifications(4)="Dark Phalanx"
00024	     BotClassifications(5)="Dark Phalanx"
00025	     BotClassifications(6)="Dark Phalanx"
00026	     BotClassifications(7)="Dark Phalanx"
00027	     BotClasses(0)="Botpack.TFemale1Bot"
00028	     BotClasses(1)="Botpack.TMale1Bot"
00029	     BotClasses(2)="Botpack.TFemale1Bot"
00030	     BotClasses(3)="Botpack.TMale1Bot"
00031	     BotClasses(4)="Botpack.TFemale1Bot"
00032	     BotClasses(5)="Botpack.TMale1Bot"
00033	     BotClasses(6)="Botpack.TFemale1Bot"
00034	     BotClasses(7)="Botpack.TMale1Bot"
00035	     BotSkins(0)="cmdo"
00036	     BotSkins(1)="cmdo"
00037	     BotSkins(2)="cmdo"
00038	     BotSkins(3)="cmdo"
00039	     BotSkins(4)="cmdo"
00040	     BotSkins(5)="cmdo"
00041	     BotSkins(6)="cmdo"
00042	     BotSkins(7)="cmdo"
00043	     BotFaces(0)="Ivana"
00044	     BotFaces(1)="Blake"
00045	     BotFaces(2)="Nikita"
00046	     BotFaces(3)="Gorn"
00047	     BotFaces(4)="Anna"
00048	     BotFaces(5)="Whitman"
00049	     BotFaces(6)="Gromida"
00050	     BotFaces(7)="Nickolai"
00051	     BotBio(0)="Ivana is a self-taught warrior who hooked up with the Dark Phalanx when she heard about Gorn's story of overcoming the odds on Neurovision one evening while training. So deeply moved, she decided to join the team, fighting alongside Gorn."
00052	     BotBio(1)="Farham fought with the Earth Defense Force during the '7 Day Siege,' Earth's darkest hour during the war. He was soley responsible for the destruction of the Skaarj Skri'ith Class Dreadnaught 'Krujhlok' and is a highly decorated veteran."
00053	     BotBio(2)="Nikita was trained in the construction and maintenence of heavy weaponry and demolitions. She maintains the Dark Phalanx armory."
00054	     BotBio(3)="Gorn was a charismatic fighter until he got his face damaged beyond recognition during the '7 Day Siege'. Unable to restore his good looks, medical specialists fitted him with highly advanced implants which restored his senses."
00055	     BotBio(4)="An ex black ops runner for the New Earth Government, Anna went rogue after being given a series of particulary brutal missions. She now seeks to defeat Xan and bring down the Liandri Corporation and the NEG."
00056	     BotBio(5)="Whitman is a former Neo-Cop from Outpost Glosk who decided to trade the anarchy of street duty for the organized chaos of the Tournament. His street experience makes him a world class arena fighter and a worthwhile ally."
00057	     BotBio(6)="Iyrash left the Glosk Neo-Cop forces with Whitman. She has served by his side for five years and will continue to fight wherever he takes his personal battles."
00058	     BotBio(7)="No known description."
00059	     MaleClass=Class'Botpack.TMale1'
00060	     MaleSkin="CommandoSkins.cmdo"
00061	     FemaleClass=Class'Botpack.TFemale1'
00062	     FemaleSkin="FCommandoSkins.cmdo"
00063	}

End Source Code