Botpack
Class RatedTeamInfo5

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

class RatedTeamInfo5
extends Botpack.RatedTeamInfo



Source Code


00001	class RatedTeamInfo5 expands RatedTeamInfo;
00002	
00003	// Venom
00004	#exec TEXTURE IMPORT NAME=TLVenom FILE=textures\teamsymbols\TLVenom.PCX GROUP="TeamSymbols" MIPS=OFF
00005	
00006	defaultproperties
00007	{
00008	     TeamName="Venom"
00009	     TeamSymbol=Texture'Botpack.TeamSymbols.TLVenom'
00010	     TeamBio="Venom is an elite faction of warriors and athletes. Every member is female and all fight solely for their own enjoyment."
00011	     BotNames(0)="Athena"
00012	     BotNames(1)="Cilia"
00013	     BotNames(2)="Sarena"
00014	     BotNames(3)="Tara"
00015	     BotNames(4)="Zanna"
00016	     BotNames(5)="Lovelace"
00017	     BotNames(6)="Xyra"
00018	     BotNames(7)="Ada"
00019	     BotClassifications(0)="Warrior"
00020	     BotClassifications(1)="Warrior"
00021	     BotClassifications(2)="Warrior"
00022	     BotClassifications(3)="Warrior"
00023	     BotClassifications(4)="Chem Killer"
00024	     BotClassifications(5)="Warrior"
00025	     BotClassifications(6)="Warrior"
00026	     BotClassifications(7)="Warrior"
00027	     BotClasses(0)="BotPack.TFemale2Bot"
00028	     BotClasses(1)="BotPack.TFemale2Bot"
00029	     BotClasses(2)="BotPack.TFemale2Bot"
00030	     BotClasses(3)="BotPack.TFemale2Bot"
00031	     BotClasses(4)="BotPack.TFemale2Bot"
00032	     BotClasses(5)="BotPack.TFemale2Bot"
00033	     BotClasses(6)="BotPack.TFemale2Bot"
00034	     BotClasses(7)="BotPack.TFemale2Bot"
00035	     BotSkins(0)="Venm"
00036	     BotSkins(1)="Venm"
00037	     BotSkins(2)="Venm"
00038	     BotSkins(3)="Venm"
00039	     BotSkins(4)="Venm"
00040	     BotSkins(5)="Venm"
00041	     BotSkins(6)="Venm"
00042	     BotSkins(7)="Venm"
00043	     BotFaces(0)="Athena"
00044	     BotFaces(1)="Cilia"
00045	     BotFaces(2)="Sarena"
00046	     BotFaces(3)="Tara"
00047	     BotFaces(4)="Zanna"
00048	     BotFaces(5)="Athena"
00049	     BotFaces(6)="Sarena"
00050	     BotFaces(7)="Tara"
00051	     BotBio(0)="Athena fights for the sake of the battle. Her eyes sharp and her mind focused only on victory. She will not confide in the rest of Venom, but something drives her solely towards victory."
00052	     BotBio(1)="Cilia fights for perfection of self. She sees the Tournament as the greatest standard of physical strength devised and seeks to master it as she seeks to master herself."
00053	     BotBio(2)="Unknown to her battle sisters, Sarena is the result of a complex mindcontrol experiment by the NEG. She fights not of her own volition, but as a test of government conditioning."
00054	     BotBio(3)="Tara is the athletic model of the new era. She is strong, quick, and intelligent. She wields all weapons with equal proficiency and studies many forms of battle."
00055	     BotBio(4)="Zanna is a prototype chem warrior developed by FenTech Incorporated. Her considerable physical strength is augmented by a constant flow of synaptic catalysts and endorphins."
00056	     BotBio(5)="Lovelace left behind the corporate world to seek a new life of physical perfection. She studies the martial and tactical arts under the direction of Cilia."
00057	     BotBio(6)="Xyra sees herself as a sort of superhero. Fighting in the Tournament as a symbol against the NEG's oppressive policies."
00058	     BotBio(7)="No known description."
00059	     FemaleClass=Class'Botpack.TFemale2'
00060	     FemaleSkin="SGirlSkins.Venm"
00061	}

End Source Code