Botpack
Class RatedTeamInfo4

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

class RatedTeamInfo4
extends Botpack.RatedTeamInfo



Source Code


00001	class RatedTeamInfo4 expands RatedTeamInfo;
00002	
00003	// Raw Steel
00004	#exec TEXTURE IMPORT NAME=TLSteel FILE=textures\teamsymbols\TLSteel.PCX GROUP="TeamSymbols" MIPS=OFF
00005	
00006	defaultproperties
00007	{
00008	     TeamName="Raw Steel"
00009	     TeamSymbol=Texture'Botpack.TeamSymbols.TLSteel'
00010	     TeamBio="Only men are allowed in the fighting force known as 'Raw Steel.' An amalgamation of human muscle and polyfoam metals, 'Raw Steel' upholds strength and power over all other virtues."
00011	     BotNames(0)="Slain"
00012	     BotNames(1)="Manwell"
00013	     BotNames(2)="Kregore"
00014	     BotNames(3)="Bruce"
00015	     BotNames(4)="Arkon"
00016	     BotNames(5)="Rolph"
00017	     BotNames(6)="Arnold"
00018	     BotNames(7)="Lugar"
00019	     BotClassifications(0)="Warrior"
00020	     BotClassifications(1)="Warrior"
00021	     BotClassifications(2)="Warrior"
00022	     BotClassifications(3)="Warrior"
00023	     BotClassifications(4)="Warrior"
00024	     BotClassifications(5)="Warrior"
00025	     BotClassifications(6)="Warrior"
00026	     BotClassifications(7)="Warrior"
00027	     BotClasses(0)="BotPack.TMale2Bot"
00028	     BotClasses(1)="BotPack.TMale2Bot"
00029	     BotClasses(2)="BotPack.TMale2Bot"
00030	     BotClasses(3)="BotPack.TMale2Bot"
00031	     BotClasses(4)="BotPack.TMale2Bot"
00032	     BotClasses(5)="BotPack.TMale2Bot"
00033	     BotClasses(6)="BotPack.TMale2Bot"
00034	     BotClasses(7)="BotPack.TMale2Bot"
00035	     BotSkins(0)="RawS"
00036	     BotSkins(1)="RawS"
00037	     BotSkins(2)="RawS"
00038	     BotSkins(3)="RawS"
00039	     BotSkins(4)="RawS"
00040	     BotSkins(5)="RawS"
00041	     BotSkins(6)="RawS"
00042	     BotSkins(7)="RawS"
00043	     BotFaces(0)="Slain"
00044	     BotFaces(1)="Manwell"
00045	     BotFaces(2)="Kregore"
00046	     BotFaces(3)="Bruce"
00047	     BotFaces(4)="Arkon"
00048	     BotFaces(5)="Kregore"
00049	     BotFaces(6)="Slain"
00050	     BotFaces(7)="Manwell"
00051	     BotBio(0)="Slain is the founder of Raw Steel. He understands that the success of the team lies not only in their physical strength, but in their crowd pleasing 'pro-wrestling' style."
00052	     BotBio(1)="Manwell is the strongest of the Raw Steel. He uses a custom mixture of biochem enhancements to keep his power level at a maximum at all times."
00053	     BotBio(2)="Kregore is a rough dude. Having survived multiple Tournament championships, he knows the venues well and is the most experienced Raw Steel warrior."
00054	     BotBio(3)="Bruce is all about style. He'll often stop in the middle of a fight to make side comments towards the nearest holocam. A favorite among the inner worlds."
00055	     BotBio(4)="Arkon left the NEG security forces after Raw Steel offered him a position. He never liked the military and finds the Tournaments lack of rules more his kind of fighting."
00056	     BotBio(5)="Rolph is the weakest of the team, but is still very tough by normal human standards. What he lacks in brute force he makes up in raw speed and endurance."
00057	     BotBio(6)="Arnold is an ex-movie stunt man turned Tournament combatant. He is always in search of the biggest and toughest thrill and the Tournament fulfills his needs completely."
00058	     BotBio(7)="No known description."
00059	     MaleClass=Class'Botpack.TMale2'
00060	     MaleSkin="SoldierSkins.RawS"
00061	}

End Source Code