Botpack
Class RatedTeamInfo1

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

class RatedTeamInfo1
extends Botpack.RatedTeamInfo



Source Code


00001	class RatedTeamInfo1 expands RatedTeamInfo;
00002	
00003	// Iron Guard
00004	#exec TEXTURE IMPORT NAME=TLGuard FILE=textures\teamsymbols\TLGuard.PCX GROUP="TeamSymbols" MIPS=OFF
00005	
00006	defaultproperties
00007	{
00008	     TeamName="Iron Guard"
00009	     TeamSymbol=Texture'Botpack.TeamSymbols.TLGuard'
00010	     TeamBio="This veteran squad of elite warriors once served as personal bodyguards to the powerful arms smuggler Jihan Nyhn. After Jihan's assassination, the Iron Guard found themselves unemployed and the Tournament was an ideal arena to vent their aggression."
00011	     BotNames(0)="Harlin"
00012	     BotNames(1)="Rylisa"
00013	     BotNames(2)="Johnson"
00014	     BotNames(3)="Lauren"
00015	     BotNames(4)="Brock"
00016	     BotNames(5)="Shyann"
00017	     BotNames(6)="Rankin"
00018	     BotNames(7)="Sara"
00019	     BotClassifications(0)="Iron Guard Warrior"
00020	     BotClassifications(1)="Iron Guard Warrior"
00021	     BotClassifications(2)="Iron Guard Warrior"
00022	     BotClassifications(3)="Iron Guard Warrior"
00023	     BotClassifications(4)="Iron Guard Warrior"
00024	     BotClassifications(5)="Iron Guard Warrior"
00025	     BotClassifications(6)="Iron Guard"
00026	     BotClassifications(7)="Iron Guard"
00027	     BotClasses(0)="BotPack.TMale2Bot"
00028	     BotClasses(1)="BotPack.TFemale2Bot"
00029	     BotClasses(2)="BotPack.TMale2Bot"
00030	     BotClasses(3)="BotPack.TFemale2Bot"
00031	     BotClasses(4)="BotPack.TMale2Bot"
00032	     BotClasses(5)="BotPack.TFemale2Bot"
00033	     BotClasses(6)="BotPack.TMale2Bot"
00034	     BotClasses(7)="BotPack.TFemale2Bot"
00035	     BotSkins(0)="sldr"
00036	     BotSkins(1)="army"
00037	     BotSkins(2)="sldr"
00038	     BotSkins(3)="army"
00039	     BotSkins(4)="sldr"
00040	     BotSkins(5)="army"
00041	     BotSkins(6)="sldr"
00042	     BotSkins(7)="army"
00043	     BotFaces(0)="Harlin"
00044	     BotFaces(1)="Rylisa"
00045	     BotFaces(2)="Johnson"
00046	     BotFaces(3)="Lauren"
00047	     BotFaces(4)="Brock"
00048	     BotFaces(5)="Shyann"
00049	     BotFaces(6)="Rankin"
00050	     BotFaces(7)="Sara"
00051	     BotBio(0)="Harlin is a solid fighter with plenty of field experience. He joined the Iron Guard after watching NEG Storm Troopers execute his family during a block raid."
00052	     BotBio(1)="Little is known about Rylisa or her motivations for joining the Iron Guard. Nearly every member of the Guard has a reason for fighting the NEG and Liandri, but she has not confided in any members of the group since joining."
00053	     BotBio(2)="Johnson was hired out of the black market slave trade to serve as bodyguard to Nyhn. He is strong and has an extreme amount of endurance."
00054	     BotBio(3)="Lauren was said to be Jihan Nyhn's lover. Suspecting Liandri to be the cause of his death, she has joined the Iron Guard to uncover the truth."
00055	     BotBio(4)="Brock's combat abilities are second only to his presense of character. When he's not trying to seduce the ladies, he'll be in the arena, pulse gun in hand."
00056	     BotBio(5)="Shyann is skilled at managing weapons and equipment. She serves as the Iron Guard's technician and armorer."
00057	     BotBio(6)="Rankin left Jihan Nyhn's holdings to seek new fortune in battle. He is a capable warrior with a short temper."
00058	     BotBio(7)="Sara's life is dedicated to protecting others. Her service to Nyhn was contingent upon his support of outworld guerillas fighting NEG oppression. Now that he is dead, she continues to fight the NEG in their own death game."
00059	     MaleClass=Class'Botpack.TMale2'
00060	     MaleSkin="SoldierSkins.sldr"
00061	     FemaleClass=Class'Botpack.TFemale2'
00062	     FemaleSkin="SGirlSkins.army"
00063	}

End Source Code