Botpack
Class LadderDMGOTY

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

class LadderDMGOTY
extends Botpack.LadderDM



Source Code


00001	class LadderDMGOTY extends LadderDM;
00002	
00003	defaultproperties
00004	{
00005	     Matches=16
00006	     Maps(7)="ArcaneTemple.unr"
00007	     Maps(8)="Grinder.unr"
00008	     Maps(9)="Malevolence.unr"
00009	     Maps(10)="Kgalleon.unr"
00010	     Maps(11)="Tempest.unr"
00011	     Maps(12)="Shrapnel][.unr"
00012	     Maps(13)="Liandri.unr"
00013	     Maps(14)="Conveyor.unr"
00014	     Maps(15)="Peak.unr"
00015	     MapAuthors(7)="Shane Caudle"
00016	     MapAuthors(8)="Myscha the Sleddog"
00017	     MapAuthors(9)="Rich Eastwood"
00018	     MapAuthors(10)="Juan Pancho Eekels"
00019	     MapAuthors(11)="Cliff Bleszinski"
00020	     MapAuthors(12)="Cliff Bleszinski"
00021	     MapAuthors(13)="Alan Willard 'Talisman'"
00022	     MapAuthors(14)="Shane Caudle"
00023	     MapAuthors(15)="Juan Pancho Eekels"
00024	     MapTitle(7)="Arcane"
00025	     MapTitle(8)="Grinder"
00026	     MapTitle(9)="Malevolence"
00027	     MapTitle(10)="Galleon"
00028	     MapTitle(11)="Tempest"
00029	     MapTitle(12)="Shrapnel"
00030	     MapTitle(13)="Liandri"
00031	     MapTitle(14)="Conveyor"
00032	     MapTitle(15)="Peak"
00033	     MapDescription(7)="The Nali, an ancient race of four armed aliens, constructed this hidden temple to worship their Gods in secrecy when they were oppressed by the vicious Skaarj aliens.  Unfortunately for the Nali, the Skaarj eventually located the temple and systematically slaughtered every inhabitant."
00034	     MapDescription(8)="A former Liandri smelting facility, this complex has proven to be one of the bloodiest arenas for tournament participants. Lovingly called the Heavy Metal Grinder, those who enter can expect nothing less than brutal seek and destroy action."
00035	     MapDescription(9)="This small facility is well suited for testing rising tournament favorites in one-on-one combat."
00036	     MapDescription(10)="The indigenous people of Koos World are waterborne and find there to be no more fitting an arena than this ancient transport galleon."
00037	     MapDescription(11)="The Tempest Facility was built specifically for the Tournament. It was designed strictly for arena combat, with multi-layered areas and tiny hiding spots. It is a personal training arena of Xan Kriegor and sits high above the sprawling Reconstructed New York City."
00038	     MapDescription(12)="Tournament coordinators love burnt out factories, foundries, and warehouses because of the natural height and architectural hazards they provide.  With the original name of this burnt-out facility long forgotten, the contestants have morbidly nicknamed this place "
00039	     MapDescription(13)="A textbook Liandri ore processing facility located at Earth's Mohorovicic discontinuity roughly below Mexico. Phased ion shields hold back the intense heat and pressure characteristic of deep lithosphere mining."
00040	     MapDescription(14)="This refinery makes for a particularly well balanced arena. A multilevel central chamber keeps fighters on their toes while the nearby smelting tub keeps them toasty."
00041	     MapDescription(15)="Originally built by the Nipi Monks in Nepal to escape moral degradation, this serene and beautiful place once called for meditation; until Liandri acquired it for perfect tournament conditions."
00042	     RankedGame(9)=3
00043	     RankedGame(12)=4
00044	     RankedGame(13)=5
00045	     RankedGame(14)=5
00046	     RankedGame(15)=6
00047	     FragLimits(7)=25
00048	     FragLimits(8)=20
00049	     FragLimits(9)=20
00050	     FragLimits(11)=25
00051	     FragLimits(12)=25
00052	     FragLimits(14)=30
00053	     FragLimits(15)=30
00054	     MatchInfo(7)="Botpack.RatedMatchDM7G"
00055	     MatchInfo(8)="Botpack.RatedMatchDM7"
00056	     MatchInfo(9)="Botpack.RatedMatchDM9G"
00057	     MatchInfo(10)="Botpack.RatedMatchDM11"
00058	     MatchInfo(11)="Botpack.RatedMatchDM8"
00059	     MatchInfo(12)="Botpack.RatedMatchDM9"
00060	     MatchInfo(13)="Botpack.RatedMatchDM10"
00061	     MatchInfo(14)="Botpack.RatedMatchDM12"
00062	     MatchInfo(15)="Botpack.RatedMatchDM13"
00063	}

End Source Code